Slashdot Mirror


AbiWord vs. MS Word, For Now

Gsurface writes "If you have decided that it is time to kill MS Word, then it is time to look for an alternative. Flexbeta.net compares AbiWord, part of a larger project known as AbiSource, with MS Word and asks: is AbiWord a worthy MS Word replacement? Not to ruin the ending but according to the article the only draw back to AbiWord is that it currently does not feature a grammar checker, though a plug-in is in the works." (Also on this front, AbiWord's native Mac OS X version is labeled experimental, but seems to work very nicely.)

511 comments

  1. Sadly... by cs02rm0 · · Score: 5, Informative

    ...these things usually need to be able to work with Word formats and that's fine with AbiWord as long as you keep to text only. Start adding fancy lines and stuff in Word and view it with AbiWord, or vice versa, and things start to fall apart.

    Haven't got any complaints with it as a standalone piece of software, I only tend to use about 2% of a word processor's features myself though.

    1. Re:Sadly... by Lord_Raptor · · Score: 4, Informative

      Shouldn't this become easier in the Future with new Versions of Office (2003+) Looks like MS is going forward with XML, which should make plugins and filters much easier. Simple filters should be as easy as a XML transform. They also seem to be offering Royalty free licenses and documentation to the reference Schemas. info: http://www.microsoft.com/office/xml/default.mspx

    2. Re:Sadly... by VirtualAdept · · Score: 2, Insightful

      Unfortunately, this won't help in the short term. Its going to be a very, very long time (if ever) before the only office users are office 2k3 users. There are still, after all, people out there using Office 97.

    3. Re:Sadly... by Zardoz44 · · Score: 2, Interesting
      Am I the only one that notices the whole line of text flicker in Abiword when typing. This drives me nuts. It's a small, slick-looking tool, but this is one of those make-it or break-it features.

      To clarify this, I tried on several machines of different speeds, all with the same results. Just open a new document and type gibberish on a single line and let it wrap. When you get near the end of a line, all the text starts to have a refresh issue. It's not a machine limitation because it's the same between 200mhz and 1.8Ghz. It's not a spellcheck problem because it happens when spellcheck is turned off.

      I did a quick check on the Abiword bugzilla, but the only mention I could find was claimed to have been fixed. The latest stable download still has it, so I'm not sure which version they meant.

    4. Re:Sadly... by Anonymous Coward · · Score: 2, Informative

      If I remember correctly, that bug fix made it into 2.1.6, which is available for download from the AbiSource front page. However, there are still numerous instances of flickering.

    5. Re:Sadly... by Haeleth · · Score: 4, Insightful

      Simple filters should be as easy as a XML transform.

      This is a popular fallacy. But XML only says how the data is stored - it says absolutely nothing about what data is stored.

      Consider how you might store a table layout in XML. There are literally thousands of ways you might go about it. The chances of you and someone else even choosing to store the same bits of information, let alone with a similar structure, are, frankly, pretty slim. So, no, it's not "easy as an XML transform". The only advantage of XML is that it makes it easier to read the data -- but the tricky part is interpreting it, and XML does nothing to help there.

    6. Re:Sadly... by Zardoz44 · · Score: 1

      My version is 2.0.10, so this is entirely possible. The 2.1.6 release is the latest development release. I may give it a try later to see if it's been fixed.

    7. Re:Sadly... by daeley · · Score: 1

      I think nixing any given word processor because of poor Word .doc compatibility would be a mistake, as long as we're talking about free software. As long as you have some other program available that does it well enough (e.g. OO.o), then your "primary" word processor does not need to have it, especially if it is otherwise stellar.

      MS Word compatibility != good word processing

      --
      I watched C-beams glitter in the dark near the Tannhauser gate.
    8. Re:Sadly... by ArmorFiend · · Score: 1

      Things do start to fall apart when you use fancy .doc files. I found a neat solution the other day - load .docs into abi, save them as .rtf, and then revert them. It kills off a lot of excess crap.

      For really crazy formatting, like that underlining that JUST WON'T GO AWAY, one can hack the rtf file in emacs.

      I know, joe blow secretary can't do this, but dammit, if I'm going to use my CS degree for word processing, I'm going to freakin' HACK!

    9. Re:Sadly... by wickersty · · Score: 2, Insightful

      Not for nothing, but you are contradicting yourself. "Simple filters should be as easy as a XML transform." You said: The only advantage of XML is that it makes it easier to read the data -- but the tricky part is interpreting it, and XML does nothing to help there. Umm... yeah... if MS stores Word data using XML... and AbiWord knows the way XML is used to store the data, then it IS as simple as an XML transform. And not for nothing, but an XSLT pretty much IS an interpretation of XML... the code written in an XSLT is written to take in XML and apply a transformation to it based on how the source XML is organized. It's the whole point to an XML Transformation. It's like saying making orange juice is not as simple as squeezing an orange, because you have to squeeze an orange to do it.

    10. Re:Sadly... by jwhitener · · Score: 2, Interesting

      Out of curiosity about this "new Word killer", I opened a 100 page OfficeXP .doc file, complete with pictures and tables into my newly installed AbiWord.

      First time crashed. Second time, crawled to a halt, took 5-10 seconds to scroll down one page.

      Sorry, but unless a word editor can flawless handle huge crappy .doc files, it ain't replacing Word.

    11. Re:Sadly... by Anonymous Coward · · Score: 0
      From wht I've heard, the XML is basically:
      <file>
      <encoded-data>
      db#%&b76fedbw7#$BDB&*UD...3%&^Gug&^ub%&b787#$$ H
      </encoded-data>
      </file>
      OK, maybe its not that bad, but it is certainly close.
    12. Re:Sadly... by Erik+Hollensbe · · Score: 2, Informative

      For starters, it's easy to preach and hard to prove.

      XSLT can do great transformations but it is no match for a program that actually knows how to interpret the content - a badly designed XSD will not transform well.

      Here's an example of a horrible but all too common schema problem:

      <price1>12.95</price1>
      <price2>13.95</price2>
      <price3>14.95</price3>

      XSLT simply cannot predict that there are going to be 10 of those prices, nor can it predict that there is an upper bound of 50 of them.

      And if you haven't seen that, I'm sure you've seen the same principle applied to tag attributes, which supplies the same problem.

      To make a "simple" thing more complicated, you get into fun things like character sets and fonts (combined this can be a very nasty mess - "webdings" is a great example of how your character set means nothing), and then to insure the complete compatibility of the document the rendering engine will most likely need to be swapped or reconfigured depending on the format you're reading or signature "quirks" of the "common" format - we already see this in HTML - Opera and Firefox both have multiple rendering engines to better support IE-only pages.

      For a great example, take a look at the w3c specs - they are very simple and fairly well-defined nowadays, and still, no browser renders everything properly. How do you expect a clone of a proprietary program with a closed format to fare any better?

    13. Re:Sadly... by mcleaver · · Score: 1

      ... Abiword is useless. I have tried various versions from the very beginning right up to the latest incarnation, but all of them have not even reached alpha status.
      The program is so buggy that it's more likely to save you a file full of question marks than the actual text. And if you actually report about, then starting about two years later you will receive regular messages informing you abide either has or has not been fixed. Whichever way, it hasn't.
      So it's hardly likely one could take this survey seriously. If you compare Atlantis or Open Office to Word, okay, but not Abiword...

    14. Re:Sadly... by Chacham · · Score: 1

      Agreed. That's why I basically never use Abiword.

    15. Re:Sadly... by deusdiabolus · · Score: 1

      I echo your sentiment. I initially had AbiWord installed on my previous machine to submit my college assignments in an acceptable format. I discovered a glitch when attempting to format a reference page and suddenly found myself unable to reload my paper. I had to load it into Note Tab Light, strip out the formatting and reload it into AbiWord to save it out properly. Now I actually have MS Office on a newer, faster machine and I haven't had any problems with it (well, maybe a couple of technical gripes). AbiWord shows great promise, but needs a bit more tweaking.

  2. Not worth the time to read it, summary below... by garcia · · Score: 5, Interesting

    According to the article AbiWord is better because of the larger icons as they are easier to distinguish. The smaller memory footprint which is ~6MB instead of what they claim is ~30MB for Word but which I claim is only ~17MB according to my tasklist).

    Once we move into the "Features" section I lose all interest in the comparison... It's apparent that the reviewer doesn't really have a clue how to use Word, take for example: Another great feature in AbiWord is the insert field option. The reviewer fails to mention that Word has many of the same features located under Insert->Date/Time. As far as an updated word counter... That shows in my toolbar (so far I have 120 words). If he was doing this to show what AbiWord can do that Word can do too I don't exactly think he chose the most important item to compare. Personally I would be more interested in a comparison of the quality of documents loaded from other versions. If AbiWord can load a Word97 and Word2000 document better than OfficeXP can then I would be impressed. That's just me though (I have a feeling this would be an important thing to look at for others as well).

    The size of AbiWord is a big boost though. The author claims it's around 5MB. If that's true that's pretty good for what you get. I had tried to use AbiWord back in the day while futzing around trying to work on Linux in a Windows world but it failed to meet my needs. For those with small amounts of RAM or a complete need to be MSFT free this seems like a good alternative.

    Overall the "review" was weak. I didn't see any points that would make me want to rush out and install AbiWord over any other word processing offering. He basically pointed out some quick things he stumbled upon and didn't do any real digging. Honestly, it's not worth the time spent clicking through the multiple pages.

    1. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      I just started word it the Task Manager displays 8976K of memory.... One bad apple can ruin the bunch. One small error can erode the whole credibility of a writer.

    2. Re:Not worth the time to read it, summary below... by Planesdragon · · Score: 2, Interesting

      EVERY feature he noted for AbiWord is one that Word already has. Even that "shrink text when change window size" is in there.

      This is why Word is still the dominate WP. It's got at least a little bit of everything you need; if you're willing to live with some odd quirks, you can even use it to replace almost all of the rest of Office.

    3. Re:Not worth the time to read it, summary below... by vasqzr · · Score: 1

      According to the article AbiWord is better because of the larger icons as they are easier to distinguish. The smaller memory footprint which is ~6MB instead of what they claim is ~30MB for Word but which I claim is only ~17MB according to my tasklist).

      Mine shows up at 15MB, but I have a few add-ins loaded, for Goldmine and Acrobat.

      The user interface in AbiWord is very similar to that of MS Word except that AbiWord uses much bigger icons than MS Word. In my opinion this is a good thing simply because the icons are easier to see and distinguish; not only that, but you would imagine that because the icons are bigger there would be less space available, this is actually not true because AbiWord places the most used icons in the taskbar.

      I guess they've never gone up to the TOOLS menu, then gone to OPTIONS, then checked the 'Large Icons' box. *sigh*

    4. Re:Not worth the time to read it, summary below... by Troed · · Score: 1

      Several Microsoft programs hide their actual memory usage under "system" since their components are loaded/created as Windows components.

      I'd love to have someone verify the above, since the source I had for it became a 404 more than a year ago though.

    5. Re:Not worth the time to read it, summary below... by jallen02 · · Score: 1

      Make sure you are showing Mem Usage *AND* VM Size. Add those up.

      Jeremy

    6. Re:Not worth the time to read it, summary below... by Mongoose+Disciple · · Score: 4, Interesting

      If AbiWord can load a Word97 and Word2000 document better than OfficeXP can then I would be impressed. That's just me though (I have a feeling this would be an important thing to look at for others as well).

      Yup. Like it or not, the reality is that Word is the standard in the realm of word processors. Now, you can grab the odd caveman who's never seen Word and teach them to use your word processor, but to really gain users, you're going to have to steal some market share from Word. You don't necessarily need to emulate all of Word's features and quirks to get those users, but they're probably going to want to be able to use their old documents.

      We really don't know from the review how AbiWord handles this at all. It might do a great job or a terrible job; we just don't know. Honestly, I'd rather see a review from someone who is an experienced user of Word, even if they're less technical.

    7. Re:Not worth the time to read it, summary below... by Synesthesiatic · · Score: 1

      I've used AbiWord for quite a while now, and to met it's like an open-source Word for Windows 2. It runs on a 486, it's straightforward, and it's got all the features most people need. It was the next version, Word 6, that started getting bloated and feature-heavy. Once the OS X version gets a little more usable, I'll try dumping Word 2004.

    8. Re:Not worth the time to read it, summary below... by digime · · Score: 1

      Looks like I'm currently in the lead for the "How Wrong is the Author" award with: 8028K

    9. Re:Not worth the time to read it, summary below... by BenjyD · · Score: 5, Insightful

      It's also $200 or so (unless you get it with a new computer).

      I'd call randomly corupting files and moving images around more than annoying quirks. The fact is, Word's only killer feature is 100% Word compatibility. Combine that with a monopoly, saturation advertising and restrictive licensing deals with OEMs and you have a WP that's hard to beat.

    10. Re:Not worth the time to read it, summary below... by AKAImBatman · · Score: 2, Interesting

      Task manager only displays the memory that hasn't been swapped out. You could have a program using gigs of memory, and taskmn may only show you a few megs. Actual memory usage is a bit more difficult to track under Windows, and requires the use of special tools.

    11. Re:Not worth the time to read it, summary below... by garcia · · Score: 1

      It's difficult for me to swap out as I have 1GB of RAM and don't have a swap file enabled. I would say that my ~17MB is just about as correct as it's going to get.

    12. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      Ok I just added swap file to the task list ant shows in addtion to the ~8m, ~3m swap. When you start using word like selecting menus, and hihglighting buttons (the yellow help pop ups) it caches these in memory which is probably the big diffrence. But nontheless it is usable instaed of having to read it from the drive evertime.

    13. Re:Not worth the time to read it, summary below... by toopc · · Score: 5, Interesting

      You've hit upon a huge problem Word has, and acutally has had for quite some time --making the features disoverable.

      As a previous poster said many people only use 2% of the features of a program like Microsoft Word. Which is to say they use it just ever so slightly different than they would use a typewriter. Just about nobody reads the help files on software, so although Word can probably do a half dozen different things they'd find useful, they may never discover those features. I can't count the number of times on some messageboard where someone has said, "I wish Word could do this," only to have me reply, "It can" and show them how.

      So that leads to the obvious problems like you've found in this review. I use something like Open Office Writer or AbiWord and I immediately notice all the things they can't do that Word can. While someone who only uses 2% of the features of Word thinks it's a direct feature match up.

    14. Re:Not worth the time to read it, summary below... by bhtooefr · · Score: 1

      I do use AbiWord on my old computers (P233MMX, 96MB RAM, MDK10C, and the old P75, 16MB RAM laptop, Win95OSR2). It's pretty nice for that, except it has HORRIBLE tearing issues on both machines (do some scrolling). However, on the newer laptop (Hell^WDell P4-2.2, 256MB RAM, XP Pro (I would have installed MDK10.1 when it comes out, but I needed MS Publisher, and I've tried to get it to run under Wine, but never succeded)), I use OOo. I prefer OOo to Abi any day, but it does have it's place - old machines. Now, if only there were a Gnumeric for Windows (I've heard that the Gnumeric devels are starting on that, though)...

    15. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      You can't turn swap off in windows

    16. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      I'd love to hear an actual technical description of what you're talking about. What's a "Windows component"?

      Do you mean a DLL that's mapped into memory by another process and has its code pages shared by all processes that require it? If that's so, then man - that's how shared libraries work. I wouldn't call that a bad thing.

    17. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      what is your source? can you not use wayback? archive.org is your friend.

    18. Re:Not worth the time to read it, summary below... by AKAImBatman · · Score: 1

      As the AC said, swap cannot be turned off on Windows. (article) If you set the value to zero, Windows will allocate swap space in RAM and use that just as it uses the disk swap. Also, my understanding is that there are several DLLs that Office installs "as part of the OS" which would not appear when running Office programs. Instead, you take the memory hit at system startup or on the first time you start Office.

    19. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      Can you specify the order of things in a list to be Roman Numerals, followed by upper case letters, followed by numbers, followed by lower case letters, etc? Word refuses to do it in any sane or logical way for me, and I can't figure out how to make it work.

      That and if I have bold text, and then non-bold text a few lines down, and I remove the space in between... the non bold text should NOT become bold dammit!!

    20. Re:Not worth the time to read it, summary below... by soybean · · Score: 5, Insightful

      I'm sorry, but word just does NOT have 100% word compatibility. Give me ANY two versions of word, and I can generage a doc on one version that doesn't load properly on the other version.

    21. Re:Not worth the time to read it, summary below... by hey! · · Score: 3, Interesting

      Make that 99.5% Word compatibility. Word sometimes screws up the rendering of complex documents after they have been saved and reopened. Of course, you shouldn't be using it as a page layout tool.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    22. Re:Not worth the time to read it, summary below... by Dan+Ost · · Score: 3, Interesting

      Like it or not, the reality is that Word is the standard in the realm of word processors.

      Not if you work in a legal office. WordPerfect is the standard there.

      Just thought you might like to know.

      --

      *sigh* back to work...
    23. Re:Not worth the time to read it, summary below... by TykeClone · · Score: 1
      I think that it has more to do with the way that word processors are used. You don't need most of them to hammer out a short letter or document.

      Most of the features come into play when you start doing more complicated things - and most people don't do them.

      --
      A fine is a tax you pay for doing wrong and a tax is a fine you pay for doing all right.
    24. Re:Not worth the time to read it, summary below... by hey! · · Score: 2, Interesting

      This, by the way, is the origin of Clippy. The majority of feature requests Microsoft receives for Office are for features that are already in there.

      Simply put, Word's too big.

      A compound document architecture (like KParts) and a plug-in architecture (like JEdit) might provide some ways around this problem. I'm a bit conflicted about plug-ins modifying the user interface, because of support issues. However, if you are going to provide so many functions, most of which people never use, simplification is a net win.

      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
    25. Re:Not worth the time to read it, summary below... by killjoe · · Score: 1

      "You don't necessarily need to emulate all of Word's features and quirks to get those users, but they're probably going to want to be able to use their old documents"

      It seems to me if you were to actually mimic the word feature list you would also have to mimic the UI so that they won't need to get retrained. If you do that however you run the real risk of being sued either for trademark or patent infringement.

      As for the opening up the files. OO does a pretty good job. Too bad MS doesn't use an open format and until they do everybody else will have to just bend over and take it.

      --
      evil is as evil does
    26. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 2, Insightful

      Maybe this argument would carry more weight if Word was better debugged!

      Part of the reason I only use 2% of Word's features is because every time I step out of the normal everyday stuff to use one of those sexy features, I find:
      1. It is very poorly implemented (I mean, c'mon, headers and footers are still an abortion in Word 2000!)
      2. It is buggy; many of the advanced features in Word work poorly or not at all! Hell, they can't even make the auto-number stuff work consistently. If you restart numbering in each section of a document, how do you tell Word exactly which pages you want to print? Most of these things were haphazardly pasted onto Word without any thought or design.
      3. I have had to maintain compatibility with various versions of Word. Those advanced features are exactly what breaks most horribly trying to move from one version of Word to the next. Yeah, that's exactly what I want to use in a manual I have to maintain for the next 5 years through several versions of Word.

      So, in short, the reason I only use 2% of Word is because Word forces me too!

    27. Re:Not worth the time to read it, summary below... by swillden · · Score: 1

      I use something like Open Office Writer or AbiWord and I immediately notice all the things they can't do that Word can.

      Examples?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    28. Re:Not worth the time to read it, summary below... by JAgostoni · · Score: 1

      True. But the level of compatibility is higher than that of OO.o or AbiWord. However, I haven't had any major difficulties with it (OO.o) as it is usually only minor things (for my work, that is, anything more complex will probably yield worse results).

    29. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 1, Insightful

      > you can grab the odd caveman who's never seen Word and teach them to use
      > your word processor

      All of my cavemen buddies seemed inexorably drawn to Word, even after I tried to coax them out of the cave and show them the reality of choice in word processors. It turns out that MS was using a complex flame/puppet/shadow mechanism, otherwise known as "TV", to project ads for Office XP onto their cave walls.

      > We really don't know from the review how AbiWord handles this at all.
      > It might do a great job or a terrible job; we just don't know.

      Speaking as someone who never got stuck in Gates's cave for any extended period of time, I can say that although I really want to remove MS Word from my daily work, using Abiword in a Word shop is cumbersome because of DOC compatibility issues for big, complex documents that use more obscure features. This itself is not the only issue, since you can experience the same problem in different revision/hotfix/OS combinations of Word. The main problems I see:

      - Like parent says, Word is a de facto standard. This is due in large part to people applying it as a working format AND a document exchange/publication format. If a customer uses Word to publish and accept documents, and you think that's dumb, you're out of luck. You fall in line or lose your customer.

      - Ads, a pricetag, and brand recognition add to a sense of stability and trust for MS, whether it's deserved or not.

      I really think discouraging the use of Word, or any other closed standard, as a publishing format, is a good idea in general. There's no need to kill it on principle if some people like working with it, but it might be more efficient in many cases if people, groups, or companies have choice in the document creation and refinement phases. Agreeing to document exchange in open standards could make business more efficient (no confusion and associated correction effort/delays), and maybe even more competitive.

    30. Re:Not worth the time to read it, summary below... by flossie · · Score: 1
      toopc: I use something like Open Office Writer or AbiWord and I immediately notice all the things they can't do that Word can.

      swillden: Examples?

      Randomly corrupting Word documents?

    31. Re:Not worth the time to read it, summary below... by boinger · · Score: 2, Funny

      Yeah, MS Word does do that a lot better.

      --
      Send your friends messages of love at fuck-you.org
    32. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      If you set the value to zero, Windows will allocate swap space in RAM and use that just as it uses the disk swap.

      I'd act surprised but it wouldn't be sincere.

    33. Re:Not worth the time to read it, summary below... by n8ur · · Score: 1

      Not nearly as much as it used to be. I'm inside counsel for a corporation and most of the firms we work with use Word. Those that don't, seem to be able to do pretty good conversions to Word when they send stuff to us.

      I suspect a lot of smaller firms may still be using Word Perfect (I know more than one legal secretary who thinks WP 5.1 was the best word processor ever), but probably the bigger firms have jumped on the Office bandwagon.

    34. Re:Not worth the time to read it, summary below... by kryptkpr · · Score: 1

      The smaller memory footprint which is ~6MB instead of what they claim is ~30MB for Word but which I claim is only ~17MB according to my tasklist

      I've run a few tests with Office 2003's version of MS Word (v11.5604.5606), empty document.. I did this 3 times and report the full range of results:

      On startup: 15-26.5mb physical, 16mb virtual
      Once minimized: 0.8-1.5mb physical, 15.9mb virtual
      Once restored: 7-9.4mb physical, 15.6mb virtual

      Starting to type a document caused memory usage to jump to about 13mb physical (and used about 10% of my XP2400+), but minimizing and restoring makes it go back to normal.

      Weird.. some kind of swapout thing is going on I think.

      --
      DJ kRYPT's Free MP3s!
    35. Re:Not worth the time to read it, summary below... by Jim+Hall · · Score: 2, Insightful

      We really don't know from the review how AbiWord handles this at all. It might do a great job or a terrible job; we just don't know. Honestly, I'd rather see a review from someone who is an experienced user of Word, even if they're less technical.

      Interesting that you should ask for that. I've been thinking about writing (another) "review" of StarOffice/OpenOffice compared to MS Office. I'm a manager at a large university, and I moved to a Linux desktop about 2 yrs ago. I get lots of Word/Excel/PPT docs from co-workers and other employees, and I'm able to work transparently with those documents.

      While there have been many StarOffice (or OpenOffice) "reviews", I don't think any have talked about how transparently you can work with documents, how easily you can import and export docs, and how the imported Word doc may differ under StarOffice/OpenOffice.

      Hint: The only issues I've had with imported documents have been with word- and paragraph-wrapping (widow/orphan). If I print out my (imported) copy and bring it to a meeting, a paragraph might start at the top of page 12 for me, but at the bottom of page 11 for someone else who printed it from MS Word.

    36. Re:Not worth the time to read it, summary below... by b-baggins · · Score: 1

      But many of them use a DIFFERENT 2%.

      --
      You can tell a great deal about the character of a man by observing those who hate him.
    37. Re:Not worth the time to read it, summary below... by RWerp · · Score: 1

      This is why Word is still the dominate WP. It's got at least a little bit of everything you need; if you're willing to live with some odd quirks, you can even use it to replace almost all of the rest of Office.

      You mean, I can calculate my mortgage with Word?

      --
      "Long run is a misleading guide to current affairs. In the long run we are all dead." (John Maynard Keynes)
    38. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      Actual memory usage is a bit more difficult to track under Windows, and requires the use of special tools.

      Special tools like task manager. The "VM" size column is equivalent to RSS on unix boxen. Ignore "Peak Mem Usage", it's good for statistical data only, since Windows can return memory back to the OS (a sort of quaint concept when you have swap, since all that does is shorten the TLB a little)

    39. Re:Not worth the time to read it, summary below... by RWerp · · Score: 1

      I know more than one legal secretary who thinks WP 5.1 was the best word processor ever

      For those who learned it in the past, may well be. I know that it acquired a bit of a cult status. WP 5.1 for DOS will run on almost any hardware (I ran it on 286 PC). The problem is, it's much harder to use than Word, even Word 2.0. I tried to teach my grandomother (she's a professor in Polish literature) to write in WP 5.1 for DOS, and failed. The next try was with Word 2.0 and it succeeded, so we stuck with it (not that anything better would run on her computer).

      --
      "Long run is a misleading guide to current affairs. In the long run we are all dead." (John Maynard Keynes)
    40. Re:Not worth the time to read it, summary below... by ImpTech · · Score: 1

      > I use something like Open Office Writer or AbiWord and I immediately notice all the things they can't do that Word can.

      While I don't doubt that Word does a lot of things the others don't, I do wonder if some of the features you think are missing are part of the same discoverability problem you're discussing wrt Word. Certainly going back and forth between Word and OOWriter, I'm always having trouble finding the features I use simply because they're not in similar places or because they're named differently.

    41. Re:Not worth the time to read it, summary below... by Planesdragon · · Score: 1

      If you know the math, yes.

    42. Re:Not worth the time to read it, summary below... by GreyWolf3000 · · Score: 1
      Perhaps a DLL that's specifically tied to Word that no other process would ever use but is part of the 'system?'

      I personally think bickering over memory footprints between programs that have vastly different featuresets is as futile as comparing Notepad to Word.

      I think the big advantage AbiWord has is simplicity for folks that just want to type out a letter or a school paper.

      --
      Slashdot: Where people pretend to be twice as smart as they really are by behaving like children.
    43. Re:Not worth the time to read it, summary below... by RWerp · · Score: 1

      Or do linear regression? Will it be still Word, or Visual Basic?

      --
      "Long run is a misleading guide to current affairs. In the long run we are all dead." (John Maynard Keynes)
    44. Re:Not worth the time to read it, summary below... by Lumpy · · Score: 4, Insightful

      Word's only killer feature is 100% Word compatibility.

      which it DOES NOT HAVE.

      Word 2003 is not 100% compatable with Word 97. word 2000 had trouble with word95 AND word97 files.

      there are HUGE compatability problems between versions of Word that make the switch to Open Office look like tiny annoyances.

      Microsoft intentionally does not want 100% compatability with previous version of the .DOC file format... It would allow that small office with 3 employees to continue to happily use their Office 95 CD's they got back in 1995 and work perfectly fine for them.

      Microsoft does not like nor want that.

      --
      Do not look at laser with remaining good eye.
    45. Re:Not worth the time to read it, summary below... by BenjyD · · Score: 2, Interesting

      Nooo... you've bought back my memories of the summer internship I spent writing VBA code in Office 97. I'd been trying to block that out.

      After two months flat-out coding, in the last week, most of the company upgraded to Office 2000 . My program just refused to run at all on 2000. I spent the last week trying to make it work, but nothing I did made any difference. I had to scrabble around for an older machine with 97 on it just to do a demonstration to proce I'd done any work at all.

    46. Re:Not worth the time to read it, summary below... by Blakey+Rat · · Score: 1

      The MS Office and Windows teams don't really talk to each other that much, so I doubt there's a TON of code in Windows that only Office uses. And if the shared code the 'system' owns he's referring to is used by other applications as well, then it's just a system library and you can't use that for memory comparisons.

      I just started up my Word XP Developer Edition and it's taking slightly over 12 MB idle with no documents open. Their number was over twice that...

    47. Re:Not worth the time to read it, summary below... by Blakey+Rat · · Score: 1

      Hah. Try opening a Word document with a revision history in OpenOffice and see what happens. POOF corruption in .2 seconds. Meanwhile, all versions of Word can open and use it just fine.

    48. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      AbiWord 2.2 will support revision importing from Word documents.

    49. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      "The size of AbiWord is a big boost though. The author claims it's around 5MB."

      Unfortunately, on Suse 9.1, it comes with a much more heavy price. The package itself is fairly small (2 mb or so), but it depends on gnome (!), nautilus, and about a dozend other libraries. All in all Yast wanted to install 57 megs of stuff that I didnt need before or after :(

      best wishes,

      tels

    50. Re:Not worth the time to read it, summary below... by ahdeoz · · Score: 1

      EVERY feature he noted was, for him, more intuitive with AbiWord than with MS Word. So what if they have the same capability is one does it better than the other. That said, I used AbiWord years ago and it didn't have any needed features and it sucked. So I had to boot into windows and use WordPad. And try getting Star Office on dialup again.

    51. Re:Not worth the time to read it, summary below... by BishopBerkeley · · Score: 1

      Yes, the reviewer did not really know about either word or Abiword. I installed Abiword through fink on OS X, and I love it for routine work. It is vastly faster than MSW, it is much easier to use, it does the basic things more quickly, and it has a much more intuitive layout. Plus, one can use the F11 key to hide and restore one's toolbars, thus maximizing work space during the actual writing process.

      Where MSW is clearly better is when it comes to handling graphics. On Panther at least, Abiword will only support png. Also, Abiword is not as good as MSW for formatting envelopes and labels. For 99% of one's purposes, though, Abiword just rocks. It's a wonderful program. People should use it more. People should support it more.

      Of course, if there are things that Abiword can't do, there is a good chance that OpenOffice Writer can do it. So, it is possible to kill MSW. People should do so at every opportunity.

      I still have to keep MSW, though, because that great citation manager Endnote does not integrate with any other program. (Their rtf scan feature just doesn't cut it.)

      --
      "...who search the reason of things
      Are those who bring the most sorrow on themselves." --Euripides, The Medea
    52. Re:Not worth the time to read it, summary below... by William+Baric · · Score: 1

      Word is included with Works suite ($CDN 115, don't know the price in the US).

      Word has bugs, but I would be really surprised if AbiWord was bug free. I'm certainly as anti-Microsoft as the other guy (I use OpenOffice at home even if I have a Word license) but I believe Word is still the best WP for now and I would certainly not tell one of my client to switch (already had some bad experience).

    53. Re:Not worth the time to read it, summary below... by Planesdragon · · Score: 1

      I was including the features he noted as "Coming soon."

    54. Re:Not worth the time to read it, summary below... by Hatta · · Score: 1

      I'd call randomly corupting files and moving images around more than annoying quirks.

      Yes, MS Word is the shining example of the WYGIWYGAINUC (What You Get Is What You're Given And It's No Use Complaining) paradigm.

      --
      Give me Classic Slashdot or give me death!
    55. Re:Not worth the time to read it, summary below... by Overzeetop · · Score: 1

      God, I wish WordPerfect hadn't sold out and let Novell drive it into the dirt.

      --
      Is it just my observation, or are there way too many stupid people in the world?
    56. Re:Not worth the time to read it, summary below... by GoodbyeBlueSky1 · · Score: 0, Offtopic

      Score:5, Insightful? Where's the proof? How is this not a troll? I say, sir, that you are full of shit.

      --
      why? forty-two.
    57. Re:Not worth the time to read it, summary below... by mr.+methane · · Score: 1

      Very true, especially in corporate markets where software cost vs. support cost is more of an issue.

      I put together a machine at home, recently, and I didn't have a copy of MS Office available, so I downloaded OpenOffice. It doesn't quite have the same integration or finished look that Office XP has, but, it does quite adequately for the basic letter-writing and simple spreadsheets that I generally work on.

      And the price was right. :-)

    58. Re:Not worth the time to read it, summary below... by freedom_india · · Score: 1
      I don;t think comparing AbiWord to MS Word is fair. Like the author of parent says abiword is fine if you are rabidly anti-microsoft.

      I have used AbiWord and i have one word for it: Sucks !

      Text flickering, sudden slowdowns, lack of features for inserting table columns properly, column mergers, etc.

      Thhough its a good substitute for Notepad

      --
      "Doing what i can, with what i have." ~ Burt Gummer
    59. Re:Not worth the time to read it, summary below... by Lennie · · Score: 2, Informative

      AFAIK In Windows 2000:

      System Properties -> Advanced -> Start Up and Recovery -> Write Debug Information -> (none)

      it does this in the space used by the swap file, so it needs to be turned off.

      After that, you can turn off all swapping.

      --
      New things are always on the horizon
    60. Re:Not worth the time to read it, summary below... by soybean · · Score: 0, Offtopic

      And you are welcome to say that. I stand by what I say. Do you have proof that refutes my claim? Why do you think it's a troll? You think one can't find incompatibilities?

    61. Re:Not worth the time to read it, summary below... by Minna+Kirai · · Score: 1

      While there have been many StarOffice (or OpenOffice) "reviews", I don't think any have talked about how transparently you can work with documents,

      False. All major reviewers cover that topic.

    62. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 1, Interesting

      Um what else is a word processor? 99.9% of the people who use a word processor use it to do page layout. Maybe that should read "maybe you shouldnt be using to do anything other the most simple memos". WordPad works great for memos, dont need to shell out $200 to have the same functionality as word pad.

    63. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      Did you read the article? No? Well that's apparently why you didn't catch on to the fact that Windows allocates VM ANYWAY. If a program makes a request for preallocation (which apparently many do) then Windows will perform that pre-allocation in memory.

      You
      Can't
      Turn
      Off
      Windows
      VM

      Get it?

      Please mod parent down.

    64. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      Not if you work in a legal office. WordPerfect is the standard there.

      Wrong. All the US Fed Courts and most state courts mandate the use of Word, so that's what the vast majority of law firms use.

      The use of WordPerfect in law offices is a myth. It was true years ago, but not so now.

    65. Re:Not worth the time to read it, summary below... by antiMStroll · · Score: 2, Insightful

      My problem with Word is preventing it doing things it thinks I should do instead of doing what I tell it too do. I'd pay money for a SFTU MS-Word HowTo.

    66. Re:Not worth the time to read it, summary below... by mobets · · Score: 2, Interesting

      As a student, one of the things I use word for is taking notes. Word has an outline view that lets you use tab to demote things and shift+tab to promote things. It creates the next line at the same level as the previous and the word wrap wraps around to the proper indintion. It also allows you to collapse entire sections to a single line. All very usefull for quick note taking.

      AbiWord dowsn't seem to have this, and ouline view in Open Office didn't dow it either

      --

      It was me, I did it, I moved your cheese
    67. Re:Not worth the time to read it, summary below... by Lemmy+Caution · · Score: 1

      Until I started using EndNote, I was using OpenOffice.

      EndNote is, for those of us who use it, a "driving" application - it determines other platform choices. Without it, I might be half as productive as I am.

    68. Re:Not worth the time to read it, summary below... by Anonymous Coward · · Score: 0

      You mean, it should have a lot of "don't press this" buttons?

    69. Re:Not worth the time to read it, summary below... by grcumb · · Score: 1

      "This, by the way, is the origin of Clippy."

      I'm going to skip around the obvious jokes lying here, and actually say something serious. Clippy. Serious. It's making me sweat.

      The biggest problem with recent MS interfaces - and Word in particular - is the, ahem, helpful suggestions they try to make, that only confuse the issue entirely. I ranted about it here.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    70. Re:Not worth the time to read it, summary below... by toopc · · Score: 1
      I started with the official release but quickly abandoned that as there was so much it couldn't do it was pointless. So using the latest developers release 2.1.6.

      Drag and drop replaces text on the clipboard
      No drag and drop of images or tables
      No floating images or floating tables (??? Really)
      No vertical text orientation in tables
      No diagonal lines in tables
      No drawing tools
      No resize cell without resizing table (alt-drag in Word)
      Image resizing leaves image looking distorted
      Custom Toolbars? Drag and drop of buttons?
      No Reveal Formatting (Shft F1 in Word)
      No Split screen editing of same document
      No AutoSum feature in tables etc. etc. etc.

      I bet I could list pages of features that aren't in AbiWord. Maybe as someone suggested I just can't figure out how these features work, but the help file is just this side of useless if that's the case. I'm really troubled by no floating images, it seems like that feature has to be there, but damned if I could figure it out. Also ran into a ton of bugs. Lot's of redraw issues, and problems with the undo stack as well.

      Open Office Writer is much closer to being a Word replacement than Abiword, but last time I checked I didn't have any problem finding tons of features that wren't in it either. So it basically boils down to that idea that these programs are only replacements for Word if you're lucky enough to not use/need the features they lack. If you're writing a letter to Grandma or a basic term paper, they'll probably do.

    71. Re:Not worth the time to read it, summary below... by BishopBerkeley · · Score: 1

      Yes, and I have actually complained to Endnote about supporting OO, but they simply replied "use the rtf scanner." I got Endnote 7 and MSOffice X. I don't think I will ever upgrade either. Everything will be done in either OO or ABiW, unless Endnote is required.

      I wonder if an open source alternative to Endnote is in the works. If it's not, maybe we should start one?

      --
      "...who search the reason of things
      Are those who bring the most sorrow on themselves." --Euripides, The Medea
    72. Re:Not worth the time to read it, summary below... by Foole · · Score: 1

      That used to be the case in Australia, but not long after Word 97 came out, Legal offices started switching to it. WordPerfect is pretty much dead here now.

      --
      This is not a turnip.
    73. Re:Not worth the time to read it, summary below... by IntlHarvester · · Score: 1

      The problem with the "Plug-in" idea is that everyone within an organization needs the exact same plug-ins, or they can't collaborate on documents effectively. (Maybe not everyone needs Revision Tracking, but it only takes one guy using it...) And if everyone has the exact same plugins, what's the point? IT Depts would rather install a single package (Word) than manage the rollout of 200 plugins. I already have this problem with the "Solver" plugin for Excel (useful, but not installed by default).

      The fact that DOC is a defacto interchange format makes this problem a million times worse.

      Apple put a lot of work into this problem with OpenDoc, and their solutions were never that compelling when you started thinking aobut real world scenarios.

      --
      Business. Numbers. Money. People. Computer World.
    74. Re:Not worth the time to read it, summary below... by Troed · · Score: 1

      Well you're spot on. The claim is that there's a lot of shared components really only used by Microsoft programs, and the memory they use turn up as "system" - not the program itself.

      However, since no one was able to reply with the source I sought I guess I'll have to consider it an urban myth. Too bad - I actually believed it (and I do operating system development for a living ;).

    75. Re:Not worth the time to read it, summary below... by rastos1 · · Score: 1
      If AbiWord can load a Word97 and Word2000 document better than OfficeXP can then I would be impressed.

      Last time I tried to open OO document in MS Word it failed miserabely.

    76. Re:Not worth the time to read it, summary below... by clockpenalty · · Score: 1

      Add the 'VM Size' column to your task manager. Summing virtual and physical memory usage, it's closer to 19MB on my system, which is pretty close to his figure.

      --
      Shinsengumi de gozaru
    77. Re:Not worth the time to read it, summary below... by CaptainAvatar · · Score: 1

      There are some, but I think they are for niche markets, eg BibDesk which integrates with LaTeX. (Good for me as I'm considering writing a PhD thesis in LaTeX!) It does seem like there is an opportunity for an open source project to take on Endnote, it is the de facto standard but as you say, it doesn't integrate well with anything but Word.

      --
      The real Captain Avatar is a fictional character, so I suppose he doesn't mind if I impersonate him.
    78. Re:Not worth the time to read it, summary below... by pkhuong · · Score: 1

      I'm not on an Office-equipped box right now, but you can go in options and turn off all that auto correct crap. That takes cares of ... getting glued together, weird auto indenting, etc, etc.

      --
      Try Corewar @ www.koth.org - rec.games.corewar
    79. Re:Not worth the time to read it, summary below... by Lennie · · Score: 1

      I did read the article, but it's still usefull general knowledge.

      For example, if you don't want swap on the C: drive (if 'Write Debug Information' is on, you can't, get it off of the C: drive).

      And it demonstrates how to get it to 0.

      --
      New things are always on the horizon
  3. Need to compare? by kennycoder · · Score: 0, Troll

    Word if from Microsoft.. and M$ is tha best software company in the world. Take and example... windows, IE.. need more?

    --
    Fucking a fat girl is like riding a scooter... it's fun 'til someone sees you.
  4. It's nice. by Tyler+Eaves · · Score: 2, Informative

    Abiword is really a nice little word processor. Quite trim, nice looking GUI. Works as advertised. Much nicer than the WP part of OO.org. Also, while on the subject, gNumeric is much nicer than the spreadsheet part of OO.org.

    --
    TODO: Something witty here...
    1. Re:It's nice. by dTaylorSingletary · · Score: 2, Interesting

      Ah but Gnumeric is missing a very key feature that is required in the business I'm in. It doesn't automatically interpret HTML tables as a spreadsheet. With both OOCalc and Excel, if you have an HTML table labeled as an .xls file, either program will automatically open it as if it were an excel file. Incredibly useful feature for custom web programming with report generation.

      --
      d. Taylor Singletary,
      reality technician techra.el
    2. Re:It's nice. by Deusy · · Score: 1

      "Abiword is really a nice little word processor. Quite trim, nice looking GUI. Works as advertised. Much nicer than the WP part of OO.org. Also, while on the subject, gNumeric is much nicer than the spreadsheet part of OO.org."

      Now if only there were a presentation part to Gnome Office then people would take it far more seriously. Sadly, until then, AbiWord and Gnumeric get written off by many because they are not part of a "whole package" despite their superiority to OOo in many areas.

      Here's to hoping that changes. They are excellent applications and deserve bigger and better communities than they receive.

      --

      Free Gamer - Free games list and commentary

  5. If you want to kill Windows as well by isolation · · Score: 0

    ReactOS is coming along very well now. It can run AbiWord for Win32.

    --
    Free Unix? Free Windows. http://www.reactos.com
  6. OOo by sstory · · Score: 0, Offtopic

    I've been using OOo for 3 months now, and I think it's the best replacement.

  7. Getting Rid of Word Perfect by wackysootroom · · Score: 3, Interesting

    One thing that Abiword has that Open Office doesn't is a Word Perfect Filter.

    Our organization *really* wants to kill WP, but can't replace it with open office because there is no WP filter. Does the WP filter that comes with ABIWord work well?

    1. Re:Getting Rid of Word Perfect by TykeClone · · Score: 1

      Have you tested it? That would seem to be a good way to find out :)

      --
      A fine is a tax you pay for doing wrong and a tax is a fine you pay for doing all right.
    2. Re:Getting Rid of Word Perfect by Pandora's+Vox · · Score: 2, Interesting

      StarOffice does have a WP filter. It's quite good. And SO is still much cheaper than M$ Office

      -Leigh

    3. Re:Getting Rid of Word Perfect by Anonymous Coward · · Score: 2, Funny

      WORDPERFECT FILTER:

      alias ls='ls | grep -v *.wkb'

      Would you like fries with that sir?

    4. Re:Getting Rid of Word Perfect by phiala · · Score: 3, Interesting
      My organization has standardized on DOC as the format of choice, which usually poses no problem for OOo. However... some administrators seem to be incapable of remembering this, and send out really important files in WordPerfect format.


      My solution has been to use wpd2sxw to convert them, which seems to work fine for most stuff (at the very least, I can figure out what the memo is about). Since most of the windows users here (everyone but me) complain about not being able to read the WPD files, I think I might actually be ahead of the game!


      The converter is available online, and does wpd2 other things as well.


      --
      I prefer to be called Evil Scientist.
    5. Re:Getting Rid of Word Perfect by ctid · · Score: 1

      You could try StarOffice, which has a pretty good WordPerfect filter. One thing to watch out for, however, is that it's not installed by default.

      --
      Reality is defined by the maddest person in the room
    6. Re:Getting Rid of Word Perfect by Bill_Mische · · Score: 2, Informative

      There is a OO.o filter being developed and available for download - by the same project that developed the underpinings of the Abiword one.

      --
      Boring Old Fart (40, married, 3 kids...er no...make that 49, married, 3 grown up kids...it's been a long time)
    7. Re:Getting Rid of Word Perfect by sthingp · · Score: 3, Informative

      The filter for Abiword also works for OOo. libwpd has a working OOo plugin and converter for WPD documents. http://libwpd.sourceforge.net/

    8. Re:Getting Rid of Word Perfect by jvervloet · · Score: 1
      One thing that Abiword has that Open Office doesn't is a Word Perfect Filter.

      In my experience, the rtf export filter of Abiword is also better than the one in OOo. If I need to work on a (simple) document together with one of my `Windows friends', I use rtf. With OpenOffice.org, boldface text sometimes disappears or appears where it should not.

    9. Re:Getting Rid of Word Perfect by plj · · Score: 1

      On the other hand, Abiword isn't able to open OOo files at all, which could also be a problem. Sure, this isn't any problem for most users, who are swithing from Word. But in my opinion at least OSS apps should be able to somehow interoperate, as the formats are open. I converted from Word to OOo (back then 1.0 beta) in autumn 2001 when I switched to Linux, but when I switched to OS X a year ago, I didn't have any native OSS options (NeoOffice/J isn't native IMO), so I continued with OOo/X11.

      Now I'd like to replace the word processing part of it with AbiWord as it is native, but can't do so as Abiword does not import/export to .sxw at all, and I have a shitload of .sxw docs already, so I now have a nice application lock-in again. Sure, with OSS I can theoretically do the filters all by myself buuut...!

      --
      “Wait for Hurd if you want something real” –Linus
    10. Re:Getting Rid of Word Perfect by TracerRX · · Score: 1

      I actually use this all the time...Works great...

    11. Re:Getting Rid of Word Perfect by msevior · · Score: 1

      Actually we do a reasonable job with OOo. Not as good as doc, rtf or word Perfect though.

    12. Re:Getting Rid of Word Perfect by plj · · Score: 1

      Well, I only spoke according to the latest OS X binary release (2.1.3) available on abisource.com. But perhaps the OOo support will be added to OS X build later, then?

      --
      “Wait for Hurd if you want something real” –Linus
  8. Sounds good but article is a little light by Gr8Apes · · Score: 1

    More choices is good, especialy for a lightweight word processor. This article at least makes me want to look at this word processor, although I found the article itself a little light (no real criticisms, which I find peculiar because of the nature of word processors, which always have quirks/issues).

    --
    The cesspool just got a check and balance.
  9. No grammar checker doesn't sound bad by danormsby · · Score: 2, Interesting

    The download is 5MB. 5MB!!! This is what I want in a document editor.

    --
    Omnis amans amens
    1. Re:No grammar checker doesn't sound bad by Anonymous Coward · · Score: 0
      My download was 3.7MB. 3.7MB!!!

      Wait, I download more porn than that before breakfast. Who gives a rat's ass?

    2. Re:No grammar checker doesn't sound bad by zalas · · Score: 1

      People who want their software to be as lean and efficient as possible care. It's not the fact that he can download less, it's that it has enough features and occupies less space in memory and on disk and probably runs faster too.

    3. Re:No grammar checker doesn't sound bad by Chess_the_cat · · Score: 2, Insightful
      5MB!!! This is what I want in a document editor.

      Unless you're running a 486SX with a 200MB HD that's got to be the stupidest requirement for a document editor I've ever heard of. Fuck the size! Fuck the memory footprint! Who cares? This is 2004. I've got half a terabyte of storage. I've got 2 gigs of memory. I can download a 100 meg file in under 5 minutes. You're not going to sell me on a document editor because it's small. lol.

      --
      Support the First Amendment. Read at -1
    4. Re:No grammar checker doesn't sound bad by Welsh+Dwarf · · Score: 1

      Only problem: not everyone is like you, I know of loads of people who would really appreciate things like this, since it solves _their_ wp needs, without having a machine capable of playing Doom 3...

      --
      Ask 8 slackers a question, get 10 awnsers (a citation, but I can't remember from who)
    5. Re:No grammar checker doesn't sound bad by Anonymous Coward · · Score: 0

      Only problem: not everyone is like you, I know of loads of people who would really appreciate things like this, since it solves _their_ wp needs, without having a machine capable of playing Doom 3...

      1 - Doom 3 can run on pretty old hardware.
      2 - How do you know what people you know need? You may surmise that you know based on their complaints, but a good number of people are stupid beyond belief. What if they're just ignorant of how to operate Word, or are harboring an irrational bias against it for some other reason? People, particularly the non-technically inclined, have strange notions about computers and software.

    6. Re:No grammar checker doesn't sound bad by Welsh+Dwarf · · Score: 1

      Because in several of the non-profits I do IT related stuff for, they've asked me for light weight wp, for their _really_ old machines, and Abi fitted the bill...

      And by _old hardware_ I mean 200Mhz range stuff...

      --
      Ask 8 slackers a question, get 10 awnsers (a citation, but I can't remember from who)
    7. Re:No grammar checker doesn't sound bad by Ford+Prefect · · Score: 1

      Another lean, but surprisingly modern, full-featured document processor is Papyrus. It's commercial, but available as a (paid-for) 5MB download - for Windows, OS/2, Mac OS X and (still, amazingly) Atari TOS.

      I grew up on Papyrus 3 on my old Atari ST, and it's a beautiful program - sadly, there's one major problem, in that it's currently only available in German. An English translation of the latest version is apparently being worked on, but it's been at 'very soon' for months...

      --
      Tedious Bloggy Stuff - hooray?
    8. Re:No grammar checker doesn't sound bad by xplenumx · · Score: 0
      The download is 5MB. 5MB!!! This is what I want in a document editor.

      The smaller memory footprint which is ~6MB instead of what they claim is ~30MB for Word...

      I've never really understood the need for a program (or it's advocates) to say "We're smaller!" or "We have a smaller memory footprint". In today's world, who cares?

      The only people I know who use less than 512MB of memory are those running Windows98 - does a 25MB difference really matter? Besides, Seti@Home and Climate Predictor both take more memory than Word on my computer (15MB for Word vs 17MB for S@H and 51MB for CP).

      5MB? Clue me in, 'cause who really uses floppies? 64MB+ Flash Drives... check. 700MB CDs... check. Floppies... haven't seen one in years. With hard drives so cheap, who is really all that pressed for space? I have mp3s that are bigger than 5MB, not to mention my music folder takes up more room than all of Office combined.

      Until a program starts pushing the limits (aka Doom3), I simply don't see why the common user (me) should really care about a program's size or memory footprint.

    9. Re:No grammar checker doesn't sound bad by Anonymous Coward · · Score: 0


      If it wasn't for your idiotic "Fuck the size!" attitude you wouldn't need half a terabyte of storage and 2 gigs of memory. Incidentally, why do you presume everything is about you, when to the rest of humanity you are utterly insignificant?

    10. Re:No grammar checker doesn't sound bad by quigonn · · Score: 0

      A small memory footprint very often leads to more efficient use of the CPU cache, and thus, increased execution speed compared to programs with a huge memory footprint.

      When DOS was around, many people had to optimize their programs to fit it completely into the RAM. Nowadays, the CPU caches are so big that - if you optimize them to be small - your programs may fit into your CPU cache, if you optimize them for size a little bit.

      Your "Fuck the size! Fuck the memory footprint!" attitude is exactly the reason why the hardware gets faster and faster every year, but software does _not_ feel any faster for the last 15 to 20 years.

      --
      A monkey is doing the real work for me.
    11. Re:No grammar checker doesn't sound bad by I_M_Noman · · Score: 1
      The only people I know who use less than 512MB of memory are those running Windows98
      Come hang out in my office. 256 is the standard. If you want more than that you have to present a detailed business case. And yes, XP is our standard.
    12. Re:No grammar checker doesn't sound bad by ricotest · · Score: 1

      Small file size implies a lot of things, including efficient code, good design and less chance of crashing. If they can fit a good portion of Word's most popular features into five megs, they are probably good coders and you're going to get a good product from them.

    13. Re:No grammar checker doesn't sound bad by Cereal+Box · · Score: 1

      A small memory footprint very often leads to more efficient use of the CPU cache, and thus, increased execution speed compared to programs with a huge memory footprint.

      Well, with programs like word processors 99% of the time is spent waiting for user input, so you're unlikely to notice any appreciable speed benefit from the word processor being "smaller". I mean really, take any average Wal-Mart PC and put a new version of Word on it. It's going to run just fine. You will not be waiting seconds between keystrokes. It will be fast enough.

      When DOS was around, many people had to optimize their programs to fit it completely into the RAM. Nowadays, the CPU caches are so big that - if you optimize them to be small - your programs may fit into your CPU cache, if you optimize them for size a little bit.

      And I remember having to spend endless hours tweaking config.sys to get just the right amount of conventional memory free to run certain programs (and perhaps further tweaking to get the proper amount of EMS and XMS). Boy, I sure miss those days. It was worth dicking around with configuration files just to run programs because they ran so much faster than the programs I'm using today!

      Your "Fuck the size! Fuck the memory footprint!" attitude is exactly the reason why the hardware gets faster and faster every year, but software does _not_ feel any faster for the last 15 to 20 years.

      Software also does much more now than it ever did 15 or 20 years ago. I can live with my computing experience being seemingly as slow as my experience was years ago if I'm able to get more done and/or do more things at once.

    14. Re:No grammar checker doesn't sound bad by mopslik · · Score: 1

      Fuck the size! Fuck the memory footprint! Who cares?

      • Remote areas still use dial-up.
      • Companies reuse older hardware.
      • Smaller code for greater readability/reusability.
      • Embedded/handheld/cellphone applications.
      • X-session style transfer efficiency.

      Still, you're free to download your favourite 8GB text editor if you please. Kind of a waste, if you ask me.

  10. I can understand hating IE and looking to replace. by Anonymous Coward · · Score: 1, Interesting

    ...but why am I supposed to hate Word? Seems a decent product and the sharepoint shared workspaces has turned out to be real popular with my users.

  11. AbiWord advantage by dtfinch · · Score: 3, Informative

    Tiny download, very fast load time, about 1/3 second for me on the first run.

    1. Re:AbiWord advantage by walterbyrd · · Score: 1

      Also cheaper (free, in fact), and multi-platform.

      Also, I hate to support msft's abusive business practises.

  12. Question to slashdot readers by Karamchand · · Score: 2, Interesting

    While I was really successful converting my family away from MSIE to Firefox I wonder whether the migration from MS Word to AbiWord would be as problem-free either. For example my sisters used MS Word to write and format their disserations (whether this in itself is good or bad doesn't matter here; no, they won't use LaTeX). Would AbiWord be able to do all this stuff as well? Various headings, automatics index and TOC generation, various styles? I'd be very glad if you could help me with the decision whether I should start this conversion too! Thanks!

    1. Re:Question to slashdot readers by banzai51 · · Score: 1

      don't count on it. AbiWord has been hacking at it for years without getting out of beta stage. You're better off trying Open Office for now.

    2. Re:Question to slashdot readers by Planesdragon · · Score: 1

      Do you have anything that requires moving back to MS Word? A layout program, a PDA document editor, ANYTHING at all?

      If so, stick to Word.

      Do you not need to move back to Word at all, but require tables, headings, indexes, and TOC?

      Then go to OpenOffice.org

      Use Abiword only if you just need a "rich text editor". I wouldn't even try to use it to write a dissertation.

    3. Re:Question to slashdot readers by Anonymous Coward · · Score: 0

      openoffice.org

    4. Re:Question to slashdot readers by Tet · · Score: 1
      Use Abiword only if you just need a "rich text editor". I wouldn't even try to use it to write a dissertation.

      I take it you haven't looked at abiword in quite some time, then. It's far more than a "rich text editor", and its one major failing (lack of support for tables) was remedied with the release of 2.0 a time ago. I'd pick it over OO.o anytime.

      --
      "The invisible and the non-existent look very much alike." -- Delos B. McKown
    5. Re:Question to slashdot readers by prescot6 · · Score: 1

      I downloaded AbiWord and the first document I opened to try it out with happened to have a table of contents at the beginning, and it was totally mangled. Not only were the styles messed up, but there was an error after each line stating that it could not find TOC something or other.

      OpenOffice definitely seems better to me, but I've had problems with tables, graphics, etc. This only happens when going back and forth between Word, though. You can easily avoid this because OpenOffice lets you export to PDF, which will look the same no matter where it's viewed. So, the way I see it, OpenOffice only has problems when you're collaborating on an "advanced" document with somebody using Word.

    6. Re:Question to slashdot readers by Christianfreak · · Score: 1

      Well I've read all this about AbiWord in the past but for fun I decided to give it a try (just now). The very first thing I noticed is how blazingly fast it is. Starts up in about a second, scrolls pretty smoothly, the UI is very responsive. All problems I've always had with OOo.

      And now to your assertions that it doesn't have tables or headings or indexes. Well there's a 'Tables' menu ... so yes it does tables, I tried them out, they work like you would expect them to. Under the 'Format' menu I found Headers, Footers, Footnotes and Endnotes. They all appear to work as expected. I'm not sure what you mean by indexes. It does do page numbering which while OOo does it too its much more difficult to set up.

      I don't see any TOC tools but at the same time I didn't know that Word or OOo could do that either so I don't even know where to look.

      AbiWord also has a plugin system that allows for things like dictionary lookups, Google searches and Bablefish translation. Can Word do that? I can see those features being much more useful for most people that TOC. IMHO of course.

      At anyrate please try the new versions of AbiWord before spreading FUD. It is certainly much more than just a 'Rich Text Editor'.

      I've used it now for about 10 minutes and I can see already that its a better product than OOo, and at least comes pretty close to Word, which is a good thing since I'm on Linux and that option is unavailiable to me.

    7. Re:Question to slashdot readers by Karamchand · · Score: 1

      Thank you everyone for your replies and hints; to sum up it may be said Openoffice is still better if used as an MS Word replacement. The thing why I am so interested in AbiWord is its low resource requirements. It is said Oo is still rather hefty with RAM usage and start-up times. Anyway, I'll try it Oo for now.
      Thanks again!

  13. Are grammer checkers that important? by weeboo0104 · · Score: 4, Funny

    I don't have a problem with abiword not having a grammer checker, It's unpossible to add-in every function that everybody would want right off the bat there. It's not like I ever used those grammer check things anyways.

    --
    It is easier to build strong children than to repair broken men. -Frederick Douglass
    1. Re:Are grammer checkers that important? by MikeMacK · · Score: 1

      We was just talkin' bout this da other day - totally unworthlessness function.

    2. Re:Are grammer checkers that important? by Anonymous Coward · · Score: 0

      I think you should start with a spellchecker, before dealing with "grammer".

    3. Re:Are grammer checkers that important? by Anonymous Coward · · Score: 0

      I think the Grandparent poster was trying to be funny, by putting intentionally bad spelling and grammar into a post about grammar checking...

      Maybe he should have put a smiley or *joke* tag on it to let people know.

    4. Re:Are grammer checkers that important? by Anonymous Coward · · Score: 0

      Well, I believe that the grandparent post was aboot the fact, that grammar and spell checking are not the same.

    5. Re:Are grammer checkers that important? by g0at · · Score: 1

      It's unpossible

      That ain't bad grammar; its just a made-up words.

      -b

    6. Re:Are grammer checkers that important? by Anonymous Coward · · Score: 0
      A teacher is frustrated with the inability of one of her pupils to learn anything, and eventually decides to go to the parents and see if they can be persuaded to help.

      She knocks on the door of the kid's house, only to have said student answer the door.

      "Are your parents in?" she asks.

      "They was in, but now they is out" says the pupil.

      The teacher sighs. "Where is your grammar young man?" she asks.

      "In the front room watching TV."

      Posted AC because this is a joke.

    7. Re:Are grammer checkers that important? by Anonymous Coward · · Score: 0

      My impression is that grammar checkers are MISUNDERESTIMATED

    8. Re:Are grammer checkers that important? by alex_tibbles · · Score: 1

      Haha. But seriously the grammar checker in the last version of Word I tried (2000) was annoying. It's hard to turn off the more pointless quibbles ("This sentence is long" for sentences with anything more than 2 clauses) - "ignore all" only lasts till reload. The really useful ones (like word doubling) are worth using in isolation, but for a real check you need a proof reader with common sense about what is important.

    9. Re:Are grammer checkers that important? by Anonymous Coward · · Score: 0

      Please mod the above comment down for being too subtle in lampooning everyday grammar disasters. Most of the people who post on Slashdot probably couldn't spot an error in it.

    10. Re:Are grammer checkers that important? by tgv · · Score: 1

      You can turn it off (did you ever see the zillion options?) and the word doubling check is done by the spell checker, just for your information.

  14. Fair Comparison? by pedestrian+crossing · · Score: 3, Insightful

    How about comparing AbiWord to MS Works, that's what most folks at least used to get on their OEM installation...

    --
    A house divided against itself cannot stand.
    1. Re:Fair Comparison? by dtfinch · · Score: 1

      MS Works is more than a word processor though.

    2. Re:Fair Comparison? by p4ul13 · · Score: 1
      Which was the grandparents point I believe. They were implying (I think) that you're not likely to replace your word processor / spreadsheet / presentation software with just a word processor no matter how good the word processing program is.

      It is apples and oranges, but still a valid consideration...

      --
      Paul Lenhart writes words!
    3. Re:Fair Comparison? by siliconjunkie · · Score: 1

      The word processor component of MS Works *is* MS Word. You don't get the rest of the Office Suite with Works (you get a crappy spreadsheet, crappy organizer, etc), but the word processor is a full-featured standalone copy of MS Word.

    4. Re:Fair Comparison? by BigGerman · · Score: 1

      MS Works these days includes Word 2002 I beleive.
      So it is first-class WP and more.

  15. What about outlines? by bman08 · · Score: 4, Funny
    Just last week I put Word, Abiword and Ooffice head to head on outlining a project. All I want is simple, collapsible outlines that I can easily modify and are labeled I., A., 1., a., etc...

    The result... nobody wins. Word comes closest, but I still spent so much time wrestling with the software that I just grabbed a piece of paper and got my work done in record time. (course it was way harder to email)

    1. Re:What about outlines? by buckminster · · Score: 1

      Thanks for making this point. It's sad, but true that only specialty programs seem to understand what an outline is or how someone would want to use an outline. This is another area where Word (and all other modern word processors) are sorely lacking.

      Thi sis one of the reasons I continue to use Ecco on my PC and OmniOutliner on my Mac.

    2. Re:What about outlines? by Milo+Fungus · · Score: 1

      I've had the same problem. No word processors are any good at outlining, with one exception: Amaya. Amaya is a web browser/editor developed by the W3C. It is the very best HTML authoring tool I have ever used. HTML is the very best language for creating structured documents, especially outlines. The first reply suggested using HTML + CSS, which is right. But Amaya is the software tool to use in authoring. I use Amaya for taking notes during lectures (I'm a medical student). An added benefit is that I can easily browse through my notes following hyperlinks between documents. I could also post my notes on the web if I wanted to. The Windows version is quite nice to use, but the Mac version (which I use most of the time) is terrible.

    3. Re:What about outlines? by shawn99452 · · Score: 1

      WordPerfect 5.1 for DOS, or WordPerfect 6.0 for DOS. 6.0 has a GUI, and a few other new features, like WYSIWIG and such, but they both do much better then Word at outlines and bulleted lists. F11 (Reveal formatting) is the neatest! You can cut, copy and paste any formatting, and even search for and replace formatting information, like say change all 14pt bold courier into 16pt italic times roman or something. Anyways, I used to write outlines in WP 5.1 when I was in school, even though Word 95 and later 97 were out, simply because both of those had horrendous outline and bulleted list functions.

    4. Re:What about outlines? by FullyIonized · · Score: 1
      Try vimoutliner:
      http://www.vimoutliner.org

      If you are comfortable with vi/vim, then it really can't be beat.

      --
      Sigs are bad for you.
  16. One big gripe I have... by Noryungi · · Score: 2, Interesting

    ... is that Abiword is slow on my machine, which is reasonably powered (Pentium III 800MHz, 384MB of RAM).

    I spend most of my days writing for a living, and I need something that is fast . One of the reasons WordPerfect 5.1 is still one of my favourite program of all time is its sheer speed.

    Up until then, I used Ted, which is a very nice little program, but I am more and more annoyed by its shortcomings (no 'undo'? I mean, come on!).

    Anyway... I recently upgraded my machine to Slackware 10, and I'll give Abiword another try.

    Which is actually a good 'Ask Slashdot' question: what do you use for word processing and desktop publishing? Again, I need something fast and stable, with a reasonable feature set. Cute GUI and eye candy and even anti-aliased fonts are optional.

    --
    The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
    1. Re:One big gripe I have... by klaasvakie · · Score: 3, Informative

      what do you use for word processing and desktop publishing?

      Latex and Lyx

      --
      # ssh -l neo the_matrix; killall -9 agent_smith
    2. Re:One big gripe I have... by Anonymous Coward · · Score: 0

      I use TeXmacs and OpenOffice.org.

      AC

    3. Re:One big gripe I have... by proj_2501 · · Score: 1

      sheesh, `ssh neo@the_matrix` requires 2 fewer keystrokes!

    4. Re:One big gripe I have... by black+mariah · · Score: 1

      Give Scribus a shot. It's young, but improving. It's probably nowhere near what you need, but I have no clue.

      --
      'Standards' in computing only impress those who are impressed by things like 'standards'.
    5. Re:One big gripe I have... by Anonymous Coward · · Score: 0

      This may sound like a troll but if you spend most of your days writing I would seriously advise you to use an editor like emacs. The time spent on learning the basics will quickly pay off and you'll pick up more tricks as you go.

      Emacs is plenty fast and designed to write in. For you as a proffesional writer it surely must be good to separate contents from presentation as (I hope at least) the prodused text in the end won't be presented using word any way.

    6. Re:One big gripe I have... by Noryungi · · Score: 1

      This may sound like a troll but if you spend most of your days writing I would seriously advise you to use an editor like emacs.

      I already do: I have two gvim windows opened on my (Windows XP) desktop as I write this... =)

      And, yes, I like vim better than I like Emacs. Sorry.

      Which is why I'll probably end up taking the first advice in this thread and learn TeX (and LyX).

      --
      The right to offend is far more important than the right not to be offended. (Rowan Atkinson)
    7. Re:One big gripe I have... by Anonymous Coward · · Score: 0

      It won't work anyway.

      ssh neo@the_matrix -f 'pkill -9 agent_smith'

    8. Re:One big gripe I have... by Anonymous Coward · · Score: 0

      LyX is definetly worth trying, indeed, especially for technical writing. No time wasted with getting the formatting right (the LaTeX backend does a beautiful job) - all you have to do is enter your text, great formula editor, and the tables don't act like they have a mind of their own.

  17. That's no draw-back by orthogonal · · Score: 0, Offtopic

    the only draw back [sic] to AbiWord is that it currently does not feature a grammar checker, though a plug-in is in the works.

    My wetware grammar checker inform me that it's "drawback".

    Compounds often change through time from two words, to hyphenated words, to a single word.

    But most software grammar checkers are useless to anyone who knows how to write, producing all sorts of false positives and missing important things like subject-verb agreement or distinctions between nominative ("who") and accusative ("whom") cases.

    Get yourself a copy of Strunk and White's The Elements of Style for fifteen bucks, and read it. It's actually a pretty engaging (and slim) volume; you'll enjoy reading it.

    (I got mine free for taking the SAT when I was twelve and getting a high-ish (600+) on the Verbal section. Any other Slashdotters pass through Hopkins's CTY/OTID gauntlet?)

    Learn why the way I made "Hopkins" into a possessive is actually correct, and try and memorize that "try and" should be "try to", and that unique does not take a qualifier, because there's only one of anything that's really unique.

    1. Re:That's no draw-back by Anonymous Coward · · Score: 0

      My wetware grammar checker inform me that it's "drawback".

      That's "informs".

    2. Re:That's no draw-back by Entropius · · Score: 1

      Grammar checkers aren't worth the bits of disk they're printed on.

      Once upon a time I wrote something that referenced Notre Dame Cathedral, in Paris. Just for kicks, I ran it through the grammar checker. Out came: "Do not use "dame" except as a title of English nobility, as it is considered sexist."

      I've not used a grammar checker since, except as a replacement for Comedy Central, as I have no television.

      (I also went through the CTY thing -- my high score was math, so I wound up getting a math book. But, basically the same.)

    3. Re:That's no draw-back by pmc · · Score: 1

      and that unique does not take a qualifier, because there's only one of anything that's really unique.

      You were saying?

    4. Re:That's no draw-back by caitsith01 · · Score: 1

      Actually in real English (as spoken in England) it's still Hopkins' with no extra 's'. Maybe the Oxford Dictionary can help both you and Hopkins. Hopkin's. Hopkinses. Hopkins's. Whatever.

      Anyway, you're right about the false positive's in spell checkers.

      --
      Read Pynchon.
    5. Re:That's no draw-back by Anonymous Coward · · Score: 0

      Yes! That is correct. And it's supposed to be that way in American standard grammar as well, according to all the elementary education in English I received.

      It bugs the crap out of me when people tack on the extra "'s." Jackasses.

    6. Re:That's no draw-back by Anonymous Coward · · Score: 0

      Yeah, I have no respect for those Jackasses's education!

    7. Re:That's no draw-back by pmc · · Score: 1

      Erm - "John Hopkins" (for that was his name) is singular. It forms its possessive by adding "'s" - first rule on your referenced web page.

    8. Re:That's no draw-back by J.+T.+MacLeod · · Score: 1

      Thank you, thank you, thank you.

      Since I was a child in elementary school, I have written posessives in the correct manner, only to be told I was wrong.

      I thank you for both using it properly and recommending the book. I'm looking for it on amazon.com now. I'm not a grammar nazi, but there are times when a person needs to do things the right way, and I need something to back me up (and hopefully teach me a few things, too).

    9. Re:That's no draw-back by J.+T.+MacLeod · · Score: 1

      Please, sir, read the content link you posted.

      To be proper, the only exception mentioned is for words ending in s with the sound "is", such as Isis or Moses.

      Isis'
      Moses'
      Hopkins's

    10. Re:That's no draw-back by Dot.Com.CEO · · Score: 1
      The possessive of Hopkins is Hopkins'. Not Hopkins's,not Hopkins'es. Hopkins'. That's what the grandparent is saying.

      90% of the people say and write Hopkins's. They are still wrong.

      --
      Mother is the best bet and don't let Satan draw you too fast.
    11. Re:That's no draw-back by pmc · · Score: 1

      Nope - Hopkins's is perfectly acceptable (and preferred by many). See The Economist Style Guide for example.

    12. Re:That's no draw-back by caitsith01 · · Score: 1

      Ok, I've done some further reading and I'll accept that in US English Hopkins's is acceptable. I would still argue strongly that it is the less preferred, and certainly less literate, version, however.

      From a pronunciation perspective you are placing two sibilant sounds together with no vowel to smooth or join them. This is just ugly sounding and destroys the flow of a sentence.

      From a spelling point of view Hopkins's may be more 'logical' in one way, but it's not hard to remember an obvious exception to the rule about possessives. It should be easy enough to say the word to yourself and realise that it sounds worse with the extra 's' to remind you when you should or should not use it - and to me that makes the removal of the 's' more logical than the stubborn retention of it.

      If you get too obsessed with removing all the exceptions from a language you remove a lot of its character. But then, I'd rather speak French than German, as it were, you may be different. Incidentally, the recent chaos in Germany with the attempted standardisation of grammar and spelling is a good example of taking this kind of 'improvement' too far - most major publishers are now in open revolt against the 'logical' spelling and grammar rules that the government there tried to impose.

      --
      Read Pynchon.
    13. Re:That's no draw-back by pmc · · Score: 1

      I agree with you to an extent - I think it looks bad and pronounces worse. Note that the Economist is UK English, and is the one I usually use for guidance during my frequent bouts of confusion. I don't agree with them on everything, but they are a good guide as to what is considered acceptable. I would have put "Hopkins'" I must admit.

    14. Re:That's no draw-back by caitsith01 · · Score: 1

      Well, everyone's happy then!

      This must be the most disappointing ./ thread ever... :)

      --
      Read Pynchon.
  18. Editors by rgf71 · · Score: 0, Offtopic

    I dunno. What's the latest version of VI?

    1. Re:Editors by Anonymous Coward · · Score: 0

      I prefer to kill flies with supernovas by using emacs. (Come to think of it i better post this as an AC)

    2. Re:Editors by Paulrothrock · · Score: 2, Interesting

      Children use pico.
      Men use vi.
      Heroes use emacs.

      --
      I'm in the hole of the broadband donut.
    3. Re:Editors by Anonymous Coward · · Score: 0

      Normal-sized extroverts use pico.
      Slightly fat nebbishes use vi.
      Elephantine hermits use emacs.

  19. Mac OS X Native Versions by Paulrothrock · · Score: 1

    OO.o and Abiword both have "experimental" Mac OS X native versions. While you can run OO.o through X11, it doesn't support things like copy-paste from non-X11 applications, something everyone uses. I imagine that it won't be long until Apple uses some of the source for OO.o to create their own, iLife-compatible Office software that reads and writes MS file formats. They did it with KHTML (for Safari, my browser of choice), and if the folks who are making these fine products don't get cracking, they'll do it with their software as well.

    --
    I'm in the hole of the broadband donut.
    1. Re:Mac OS X Native Versions by mccalli · · Score: 4, Informative
      OO.o and Abiword both have "experimental" Mac OS X native versions. While you can run OO.o through X11, it doesn't support things like copy-paste from non-X11 applications, something everyone uses.

      True, but I'm a recent convert to NeoOffice/J, frequently mentioned on here, which is a wrapped-version of OOo that does support native cut and paste, along with double-clickable documents from the Finder and vastly improved font-rendering.

      That last point is worth stressing - I used OOo through X11 and working with imported spreadsheets was a pain due to the vast font differences. This is vastly improved in NeoOffice. In fact the issue is gone for me, but I'm not so rash as to say gone for everyone.

      Cheers,
      Ian

    2. Re:Mac OS X Native Versions by beerits · · Score: 1

      While you can run OO.o through X11, it doesn't support things like copy-paste from non-X11 applications, something everyone uses.

      You can copy and paste between x11 and native Mac OS X Apps. I typed this in OpenOffice 1.1.2 and pasted it into Safari.

    3. Re:Mac OS X Native Versions by Anonymous Coward · · Score: 0

      Yeah, OO.O does use X11, but have you tried the experimental AbiWord for OS X yet?

    4. Re:Mac OS X Native Versions by ztirffritz · · Score: 1

      The Mac OS X version, experimental or otherwise, is not even listed on their web-page to download. Where did you get it?

      --
      Why doesn't anything interesting happen when I have mod points?
    5. Re:Mac OS X Native Versions by Paulrothrock · · Score: 1

      NeoOffice has the features, but it's *still* absolutely hideous. Apple made a great Interface system with Aqua. When will NeoOffice or OO.o use Aqua?

      --
      I'm in the hole of the broadband donut.
    6. Re:Mac OS X Native Versions by Anonymous Coward · · Score: 1, Informative

      it is downloadable from development version's download page

    7. Re:Mac OS X Native Versions by ztirffritz · · Score: 1

      OK, maybe I'm blind, but I've looked in the developers section at www.abisource.com/developers and I've looked at the download page at www.abisource.com/download and I can't find anything about Mac OS X. Would you post the link on here so that we can get to it? I'd love to try the OS X version.

      --
      Why doesn't anything interesting happen when I have mod points?
    8. Re:Mac OS X Native Versions by ztirffritz · · Score: 2, Informative

      OK I found it with Google... http://www.abisource.com/download/development.phtm l

      --
      Why doesn't anything interesting happen when I have mod points?
    9. Re:Mac OS X Native Versions by Anonymous Coward · · Score: 1, Informative
    10. Re:Mac OS X Native Versions by Anonymous Coward · · Score: 0

      Wow.. that comment was very... vast.

  20. WP Filter by Anonymous Coward · · Score: 0

    Are you sure there is no WP filter? I recall using at least a WP6.x filter in Office 97, but I think it needs to be installed from the Office CD. Was it removed?

  21. Was put off AbiWord long ago by Anonymous Coward · · Score: 0

    The first and last time I used AbiWord was late last year - it really put me off (OK, I am taking into account that it was the version that came with Red Hat 7.2).

    That said, it was buggy and not very user friendly - by putting it out like that, I won't go back.

    I'll stick to Open Office thanks.

  22. Good starting point by Un0r1g1nal · · Score: 4, Interesting

    If Abiword is to take over M$ word, it is going to still need a lot of work, however it's good to see something that looks like it will continue to progress into something greater. It doesn't yet have that much functionality, but this is something that can be built upon as they develop.

    To be able to use it cross platform is probably the best function, users tend to not like change. Get them used to a certain desktop/layout and if anything changes they don't know what to do with themselves, they need training in the new applications and functionality of them. If the basic word processing and other similar basic and necessary apps are able to stay constant, so to speak, it may give more encouragment to admins to start the bold plunge of rolling out more linux based systems.

    --
    If at first you DON'T succeed, Skydiving is NOT for YOU!!
    1. Re:Good starting point by secretsquirel · · Score: 1

      love the sig, fuckin great

  23. As always it depends on what you want to do by Anonymous Coward · · Score: 1, Informative

    Abiword is in my experience a very fine product and up to doing the things I want it to do. I doubt, that it really has all the features MS Word has, but I also doubt that most people really need these features. I for one don't and am quite happy with abiword. (Though not to start a flame war, but I prefer kword).

    The only thing that is freaking driving me nuts with abiword is the way it handles language settings in linux. The language of the program and most importantly of the spell checker is determined by environment variables. Now I'm using an English system but want to use a german spell checker most of the time. I can now happily select german but I can't save this setting!!!

    If any of the abiword devs is reading this. I really appreciate your product but being able to independently save my language settings would be a dream come true.

    Anyway to get back on topic, abiword may not be an alternative to MS Word for everyone or in every situation, but it can certainly be an alternative for a lot of people and for a lot of situations.

  24. Lack of grammar checker a problem? by Anonymous Coward · · Score: 3, Interesting

    All grammar checkers do is irritate the literate by flagging false positives, while instilling a false sense of confidence in the illiterate, who proceed to perpetrate horrors on the defenceless English language -- and, should the error of their ways be pointed out, they then claim that they must be right, because the grammar checker said they were!

    Grammar checkers should be banned until one can demonstrate the ability to parse English correctly in the general case. Hint: this has not yet been achieved even in high-tech research programs running on supercomputers, let alone in consumer products.

    1. Re:Lack of grammar checker a problem? by Anonymous Coward · · Score: 0

      Grammar checkers can be reasonably helpful for those people who have a decent grasp of proper grammar but nevertheless have formed bad writing habits that could be avoided if brought to their attention.

      At least it seemed that way back when I last used the Word grammar checker (early 90s). In fact, that's the last time I've used Word to write anything.

    2. Re:Lack of grammar checker a problem? by Forbman · · Score: 1

      Well, grammar-boy, it's "defenseless".

    3. Re:Lack of grammar checker a problem? by Blakey+Rat · · Score: 1

      Of course, the open source program doesn't have the feature, so the Slashdot commenter says, "well, nobody should use grammar checker anyway, it's a terrible feature and horrible and no product can do it right!"

      Fast forward five years when the first open-source word processor has a grammar checker, suddenly it'll be an important feature that will draw people to the product.

      This crap is so predictable it's sad.

    4. Re:Lack of grammar checker a problem? by praedor · · Score: 1

      You are hitting him up for spelling which is distinct from grammar.


      Spellcheckers are also often a bane. My stepdaughter cannot spell to save her life and I blame it, to a large extent, on spellcheckers. Students write papers for school and rely upon the grammar and spellchecker components of wordprocessors instead of FIRST developing a basic understanding of the language and learning to spell.


      Both tools should be an aid, something like a walking stick. Instead, too many use them as a wheelchair.

      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
    5. Re:Lack of grammar checker a problem? by Java+Ape · · Score: 1

      LOL! In most respects I agree with you -- grammar checkers are hideously unreliable. However, for critical papers, I always run my final version through one. It usually catches about 100 false positives, but it frequently also flags one or two genuine errors. The signal to noise ratio is high, but occasionally worth the effort.

  25. No grammar checker... who gives a F? by crazyhorse44 · · Score: 2, Insightful

    The first thing I do after killing Clippy is disabling the grammar checker. The thing is such a piece of garbage... the last thing I need is for a computer to tell me how to write.

    --
    . SLASHDOT: Home of the vicious nerd.
  26. Well, my experience by AbbyNormal · · Score: 3, Interesting

    I just got rid of the latest version of AbiWord for Open Office. I was trying to save a new file into a Word document format for a customer, and for whatever reason, the file would NOT be read by MS OFFICE (2000 or XP) no matter what the version I saved it as. I switched to Open Office and had no problems after. I'm not touting one or the other, just letting people know of my experiences (and most likely other's who are also experimenting switching their Office suite out).

    --
    Sig it.
    1. Re:Well, my experience by Anonymous Coward · · Score: 0

      save it as a rtf, rename it to .doc and send it off.

      works every single time. espically for the stupid companies with retarted HR that DEMAND your resume in .doc format.

    2. Re:Well, my experience by AbbyNormal · · Score: 1

      But see? That's my point. If I save it as a DOC image in AbiWord, wouldn't I expect it to ACTUALLY function as a DOC file? I shouldn't have to know all the caveats and backdoors to get a simple process done! Like I said, I accomplish this very easy task with Open Office without jumping through hoops.

      --
      Sig it.
  27. Abiword size matters by Anonymous Coward · · Score: 1, Informative

    Using UPX Abiword for Windows (Abiword.exe only and no other files like the spell checker) can be compressed and fit on a single floppy disk.

    Try that with Microsoft Word

    1. Re:Abiword size matters by Speare · · Score: 1

      Too bad none of my machines have floppy drives.

      --
      [ .sig file not found ]
    2. Re:Abiword size matters by Anonymous Coward · · Score: 0

      You mean none of my machines has a floppy drive. "None" is singular. Thank you for playing.

    3. Re:Abiword size matters by Anonymous Coward · · Score: 0

      None is almost certainly plural in this case, since the plural object implies plurality in the subject (none = not any yields a plural verb).

      Thank you for demonstrating a common misconception.

    4. Re:Abiword size matters by Anonymous Coward · · Score: 0

      "None" is always singular, period. It's a contraction of "not one," and given that most people would agree that "one" is singular, it shouldn't surprise anybody that the negation of "one" is still singular. "None ... have" is always a mistake in number agreement.

      Thank you for displaying one of the more commonly flubbed rules of grammar.

    5. Re:Abiword size matters by Anonymous Coward · · Score: 0

      Surely if "none" is a contraction of "not one" then it would be "no'on'" The fact that it is spelled "none" means that it is a word in its own right and obeys the same rules.

    6. Re:Abiword size matters by Anonymous Coward · · Score: 0

      I'll try that again: "..is a contraction of "not one" then it would be "no'ne"."

    7. Re:Abiword size matters by lvdrproject · · Score: 1

      Firstly, 'none' is not a contraction for 'not one'. It is a DESCENDANT of a contraction for the Old English phrase meaning 'not one'.

      Secondly, the usage of the word depends on what you're talking about. 'None' is defined as both 'not any' (which is the first defintion, mind you) and 'not one' on m-w.com (dictionary.com is down -_-). In the case of 'not any' (i.e., 'not any amount' of something), you would usually use the word as a plural. In the case of 'not one' (i.e., 'not a single one' of something), you would use it as a singular.


      gb2/skool, am i rite or wut

  28. Re:No. by Anonymous Coward · · Score: 1, Insightful

    If I can't open powerpoint, excel and text documents from other applications in open/star-office...

    Yeah, because OpenOffice is *still* trying to hammer out that text-file filter.

    Give it a try with those Excel and PP files -- it's free, so just install it alongside MS Office and give it a whirl. Won't cost you a thing, and if you hate it, delete it.

    At least put some effort into trolling.

  29. How about OpenOffice? by jumex · · Score: 1, Offtopic

    Why not try OpenOffice? http://www.openoffice.org/

    It is a solid applications suite, and offers a good replacement to MS Office, in my opinion.

    --
    "Your 'Gin n'tonic Futon Brain' sure makes you smart!"
    "That's 'Positronic-photon Brain', you idiot!"
    1. Re:How about OpenOffice? by BenjyD · · Score: 1

      On linux, with each WP displaying the same three A4 page document:

      OpenOffice 1.1.2 resident set: 49Mb
      Abiword:16Mb
      (Kword: 36Mb)

      That's one reason. Openoffice is extremely processor and memory intensive, without that many features that justify the extra resource usage.

    2. Re:How about OpenOffice? by Tet · · Score: 1
      Why not try OpenOffice?

      Because it's a slow, fat, bloated pig. It takes too long to launch, it's too slow once it is running, and AbiWord is a better product anyway, with a better user interface. And for spreadsheets, gnumeric simply blows OO.o out of the water.

      --
      "The invisible and the non-existent look very much alike." -- Delos B. McKown
    3. Re:How about OpenOffice? by Sunspire · · Score: 1

      Someone needs to do to OpenOffice what Firefox did to Mozilla.

      Slim the program down. Get some artists, UI persons and marketers on board to work on the interface and the public image. The OpenOffice.org website is styled exactly like Mozilla.org in 2000, it doesn't make me want to try out their software.

      Contrast this with the clean new Mozilla.org and their spotlight on the new flagship product Firefox. Click the huge Download button Mozilla.org and the download starts, OpenOffice.org wastes my 15 seconds of attention already on the front page. Back in the browser history I, and Joe User, go. I'll return in a few years to see if OO.o has gone anywhere, but Joe might not.

      --
      It's like deja vu all over again.
  30. Un-informed reviewer by vasqzr · · Score: 3, Insightful

    Another feature I found unique to AbiWord is when you restore the AbiWord application itself, make is smaller, the text within your document is minimized. If you look at the screenshots below, you will notice how the text is made smaller when the AbiWord window is restored. The first screenshot shows AbiWord maximized while the second screenshot shows AbiWord restored; notice how the text is minimized in the restored screenshot. This feature is useful because you don't have to scroll sideways to view the entire text. Also shown below is MS Word restored to show the differences between the two.

    Ever heard of 'Fit to page' ?

    Another great feature in AbiWord is the insert field option. Under the Insert tab you can choose to insert a field such as date and time. If you choose to insert time, you will actually insert a clock into your document as the screenshot below demonstrates.

    Word has this too!

    Abiword doesn't even have text boxes or math equation editors yet.

    I would have loved to have this application around back when I was running Windows 98 on my Compaq Presario with 64MB of RAM

    Want a small, fast, Word-compatible word processor?

    Try Word 97. Or hell, even Works.

    1. Re:Un-informed reviewer by Anonymous Coward · · Score: 0

      Textbox support will be available in 2.2, you can check it out now by downloading 2.1.6. Also, math support is targetted for 2.4.

    2. Re:Un-informed reviewer by Coryoth · · Score: 1

      Abiword doesn't even have text boxes or math equation editors yet.

      Word doesn't have an equation editor either. Oh it's got some cute toy thing that let's you randomly plop a small selection of mathematical symbols on the page with no respect whatsoever for math typesetting, but it doesn't have an equation editor.

      Take a look at TeX, and properly typeset mathematics, then get back to me when word has a real equation editor.

      Jedidiah.

    3. Re:Un-informed reviewer by Anonymous Coward · · Score: 0

      Take a look at the real world, where people actually like to see the layout as they type, then get back to me when TeX is WYSIWYG.

    4. Re:Un-informed reviewer by Anonymous Coward · · Score: 0
      Want a small, fast, Word-compatible word processor?

      Try Word 97. Or hell, even Works.
      Oh gee, I wonder why that is?
      </sarcasm>

      Sarcasm aside - believe it or not but Word isn't even compatible with Word.
    5. Re:Un-informed reviewer by Coryoth · · Score: 1

      Lyx and similar software provides WYSIWYG for those people who need it, but really this is like complaining that Photoshop is hard to use compared to MS Paint. Yes, it's a little trickier, but the results are so night and day different that really, who cares?

      Jedidiah.

  31. Fine for Win2k except 1 by The_Hun · · Score: 2, Interesting

    I use AbiWord under Windows 2k and the only thing that disturbs me is the strange spacing of some texts (maybe depends on the type of font). Anyway it works fine for me.

    --
    Sig. under reconstruction.
  32. Grammar checker? Fuck that. by Anonymous Coward · · Score: 0

    The problem with grammar checkers is that they're only correct in certain contexts. This is the nature of language. The MS Word grammar checker is an attrocity. Turn that shit off.

  33. The need for a grammar checker by caitsith01 · · Score: 4, Informative

    according to the article the only draw back to AbiWord is that it currently does not feature a grammar checker, though a plug-in is in the works.

    -insert lame jokes with really poor grammar here-

    But seriously folks... Is a grammar checker really that important a feature? I find that in Word, I turn it off because it drives me crazy. For one thing it is often out and out wrong. It will suggest corrections where none should exist, and falter on the more finessed rules of grammar such as singular references to indefinite pronouns or the subjunctive. Try typing "here be dragons" into Word and you'll see what I mean. If you're a pirate, Word is next to useless for noting up treasure maps, and that's just one of its many grammatical flaws for average users.

    To me, these rules are the things that make English interesting and enjoyable. Products like the Word grammar checker just make people lazy and reduce the need to actually know the rules. Instead of making a computer do it we should take the time to learn the subtle details of our language. If you don't know the rules, not only will you struggle to express yourself but you will miss the details in other people's words. In this sense it's all a bit cyclic - the more our word processors fix our spelling and grammar for us, the more we devolve into a community of people with the linguistic skills of George Bush, totally dependent on pressing 'F7' to help us construct our sentences.

    Or to forget the learned discussion and just quote the damn Simpsons like I was going to in the first place:

    Lisa: Almost done. Just lay still.
    Linguo: Lie still.
    Lisa: I knew that. Just testing.
    Linguo: Sentence fragment.
    Lisa: 'Sentence fragment' is also a sentence fragment.
    Linguo: Must conserve battery power... *switches himself off*

    --
    Read Pynchon.
    1. Re:The need for a grammar checker by radarsat1 · · Score: 1

      first things I disable in Word when I start it up are: Check Spelling as you Type, Check Grammar as you Type.

      there's nothing more annoying than a word processor flagging misspellings as you're trying to formulate a thought...

      And when I'm spell checking, I invariably disable grammar checking. It's just too strict, and gets annoying very fast.

    2. Re:The need for a grammar checker by caitsith01 · · Score: 2, Funny

      I like just pasting swathes of Dickens or Melville or Shakespeare into Word and watching it all turn green and red like it's Christmas time. It's the strongest argument I can think of for lighting forest fires around Redmond in midsummer...

      --
      Read Pynchon.
    3. Re:The need for a grammar checker by shic · · Score: 2, Interesting

      I've posted about this before...

      In my opinion, YES - in quite a number of environments a grammar checker is a vital feature of a word processor. I don't want to take ultimate control away from the user but I do want an optional feature to highlight syntactic structures which are not 'straight forward'.

      To all the trolls who insist that a grammar checker is a crutch which will ultimately damage the user's literary skills, all I can do is recommend you try to read some hastily written factual documents from an average office worker who does not use a grammar checker. I consider a grammar checker an essential tool - it is such a pity that the best available at the moment is Word's somewhat lack-lustre effort. I'd also welcome an extension which verifies consistent style.

      Bring me any open source text-editing program that checks grammar better than word does (which shouldn't be hard - lets face it!) and I'll evangelise.

    4. Re:The need for a grammar checker by zerblat · · Score: 1
      I sort of agree. Grammar checkers are often inaccurate in the situations when you need them the most -- i.e. when you're using advanced or unusual grammar constructs. Also, people tend to trust their grammar checker when they're unsure -- even if the suggestions are incorrect.

      OTOH, grammar checkers can be very useful when you're not writing in your native language, especially if the language is highly inflexive (and regular).

      --
      Please alter my pants as fashion dictates.
    5. Re:The need for a grammar checker by Anonymous Coward · · Score: 1

      The problem is that the people smart enough to really know how to design a good grammar checker, are the people who would be bored to tears at the very thought of implementing one.

      It's often the case in computing that problems can only be solved by someone at a critical level of intelligence: a level which can understand the problem at hand, but still be challenged by the brute mechanics of implementing a solution in a clumsy programming language.

    6. Re:The need for a grammar checker by killjoe · · Score: 1

      Grammar checker is not that important. It's just an item on the checklist for people to bitch about when they compare open source word processors.

      This has become routine now. Remember how people were critizing mozilla because it didn't have the exact same keyboard shortcuts as IE? Same thing. Instead if doing an honest study they just bitch and moan that it's not exactly the same.

      --
      evil is as evil does
    7. Re:The need for a grammar checker by white_wolf21 · · Score: 1

      That's not really a very good test, since obviously the English we speak and write today is not the English of Shakespeare's, Dickens' or Melville's time.

    8. Re:The need for a grammar checker by njchick · · Score: 1
      If you're a pirate, Word is next to useless for noting up treasure maps
      On the other hand, it costs you nothing, just like Abiword.
    9. Re:The need for a grammar checker by shic · · Score: 1

      I've a suspicion that the problem is more thorny and subtle than even that. I think the open source community shy away from the idea of writing a grammar checker as they are perfectionists - and writing a "correct" grammar checker falls somewhere between difficult and an exercise in understanding futility. The real world is able to accept that the grammar checker will not be of literary standard - and recognise that even an imperfect tool is useful. Conversely, there is little motivation to someone to work on such a difficult project where even when substantially useful is likely to attract more criticism than praise.

    10. Re:The need for a grammar checker by radarsat1 · · Score: 1

      you don't have much of a sense of humour, do you? (*sigh*) well I thought it was funny... ;-)

    11. Re:The need for a grammar checker by Cereal+Box · · Score: 3, Insightful

      But seriously folks... Is a grammar checker really that important a feature?

      Zealotry in action. If an open source program lacks a feature that many people agree is important, it's a "stupid, useless feature that no one uses." Once said open source program implements the feature, it's the greatest thing since sliced bread.

    12. Re:The need for a grammar checker by Forbman · · Score: 1

      Yes, but put that text into a sales pamphlet, or a report to the Board or SEC...

    13. Re:The need for a grammar checker by chihowa · · Score: 1
      Zealotry in action. If an open source program lacks a feature that many people agree is important, it's a "stupid, useless feature that no one uses." Once said open source program implements the feature, it's the greatest thing since sliced bread.

      Awww. C'mon. I know you're just trolling, but...

      His point was that people should not depend on grammar or spelling checkers for the sake of the language and the strength of society. He seems to accept that it is a feature that people use and deplores their use of it.

      A more apt example of zealotry in action is a person who reads their own twisted meaning into everything said by others. When a post describing how computer assisted sentence forming is bad becomes a jab at a particular brand of product or praise for another, you know you're a zealot.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
    14. Re:The need for a grammar checker by The+Bungi · · Score: 1
      Trolling? I've had zealots suggest that the version tracking functionality built into Word (which a whole bunch of people find priceless) is "useless" or "dumb" and could be "implemented" with a few bash scripts and a CVS server.

      The grandparent nailed it - people in this community can't deal with a reality like "AbiWord doesn't have a grammar checker and Word does" so they just sit there, claim the feature is unecessary and make stupid jokes about Clippy.

      Self-destructive and childish behavior if I ever did spot it.

    15. Re:The need for a grammar checker by techno-vampire · · Score: 1
      The grandparent nailed it - people in this community can't deal with a reality like "AbiWord doesn't have a grammar checker and Word does" so they just sit there, claim the feature is unecessary and make stupid jokes about Clippy.

      I read it differently. To me, it was more like, "a grammr checker shouldn't be the one thing you decide on." It pointed out that it's a minor feature compared to many others and that Word's isn't very good anyway.

      In any event, I agree that a grammar checker is often a crutch for people that never bothered to learn proper grammar and that they're usually too inflexable. Even a poor one can be usefull, as long as you're willing and able to override it when needed, but you have to know what you're doing.

      --
      Good, inexpensive web hosting
    16. Re:The need for a grammar checker by Anonymous Coward · · Score: 0

      Is a grammar checker really that important a feature ?

      Of corrse not.

    17. Re:The need for a grammar checker by Anonymous Coward · · Score: 0

      That's vastly overstating the problem -- the fact is that it's a hard problem that requires specialized knowledge, and therefore it not a good fit for the "scratch-yer-itch" evening coders of the open source world. (Like voice recognition or OCR etc.)

    18. Re:The need for a grammar checker by jswalter9 · · Score: 1

      Grammar checker is double-plus good.

      --
      Retired from software... maybe. Sort of.
    19. Re:The need for a grammar checker by white_wolf21 · · Score: 1

      Oops, sorry. I know it's all off-topic to respond, but I felt bad. And kinda dumb. Sorry. :)

  34. Its all fine and well but... by farzadb82 · · Score: 2, Funny
    What most people fail to realize is that Word and its office brethren, is better, not because of its glorified feature set but rather because of its interoprability between other Windows apps and between other Office components. By this I mean that I can use the Word/Excel/PPT/Outlook automation engines from within my own code or through VBA to do stuff like producing reports, precalculated spreadsheets, etc.

    Until Open Source alternatives can provide this level of functionality, MS Office and its components, will still dominate the market.

    1. Re:Its all fine and well but... by Anonymous Coward · · Score: 0

      By this I mean that I can use the Word/Excel/PPT/Outlook automation engines from within my own code or through VBA to do stuff like producing reports, precalculated spreadsheets, etc.

      ...or create hundreds of macro viruses. Thanks, Microsoft!

    2. Re:Its all fine and well but... by Anonymous Coward · · Score: 0

      You know something is wrong when the only reason you're using and upgrading a piece of software is because you're stuck with it.

    3. Re:Its all fine and well but... by polyp2000 · · Score: 1

      That is codswallop, and shows a lack of understanding of open source, and that you fail to realise the following.

      1) AbiWord is opensource, by definition that means you are able to use and part of its code through any applications you write. Id go so far as to say that its Open Source nature makes it more functional and flexible in this area than M$ Office which is closed source.

      2) AbiWord is just as interoperable between other Linux apps and distributions as M$ office is to Windows, in addition AbiWord is also way way more cross-platform than M$ Word increasing its interoperability and flexibility.

      Now, I can think of plenty more valid reasons why AbiWord may not dominate the market as M$ Word but the reasons you are suggesting IMHO are more like examples of what makes AbiWord better than Word, rather than the other way around as you have put it.

      Nick

      --
      Electronic Music Made Using Linux http://soundcloud.com/polyp
    4. Re:Its all fine and well but... by 16K+Ram+Pack · · Score: 1
      Already done it.

      Actually, Open Office is not only accessible through COM objects, it can also read and write zipped XML files.

      You can also automate it from Python and Java using the UNO bridge.

      Also, you can automate it to run on a server, something which IIRC you cannot do with Microsoft Office.

    5. Re:Its all fine and well but... by Oligonicella · · Score: 1

      Why, oh why in the world would I even want to use Excel, PPT, or especially Outlook? That is no reason at all.

    6. Re:Its all fine and well but... by MullaH · · Score: 1

      Using outlook: one reason, it's the only calendar/contactlist that can synch with my mobile phone without using weird 3rd party tools.

    7. Re:Its all fine and well but... by Moloch666 · · Score: 1

      I thnink he's meaing you can right(or something) click somewhere on a PPT and insert word/excel/etc file here. Good idea, but works like crap. As soon as you take it to someone else's machine it seems to have about 50-80% chance of working correctly.

      --
      Understanding is a three-edged sword. -- Kosh Naranek
  35. Ok its good and all by DarkLox · · Score: 0

    But....does it have Clippy? (I jest)

    --
    Momma told me that sigs are for the devil
  36. BIG SIGH by crazyhorse44 · · Score: 2, Funny

    Yea yea... it should be "disable" and not "disabling". If it makes anyone feel any better next time I'm up all night drinking I'll be sure to proofread my posts before hitting the submit button. *smacks forehead*

    However, I do stand by my initial assertion that the grammar checker is relatively useless for someone with a strong writing background and who regularly proofreads their work.

    --
    . SLASHDOT: Home of the vicious nerd.
    1. Re:BIG SIGH by caitsith01 · · Score: 1, Offtopic

      So you're up all night drinking and the best thing you can think of to do is post about grammar on a computer geek website?

      They aren't kidding when they say 'news for nerds', are they?

      --
      Read Pynchon.
    2. Re:BIG SIGH by crazyhorse44 · · Score: 1

      I was up all night drinking, dancing and gallavanting about... but at some point I had to come home. So to answer a modified version of your question... the best thing I can think of to do after coming home and partying all night is whore the slashdot forums and complain about that stupid grammar checker which really sucks. For additional clarification please refer to my sig. ;)

      --
      . SLASHDOT: Home of the vicious nerd.
  37. That's SPELLING, fucktard by Anonymous Coward · · Score: 0

    Nice attempt at a cliched joke, but you are just misspelling stuff.

    You should have written something like:

    I ain't not having no problems with abiword going to be having no grammer checking. It's impossible, to add in, every function that everybody would want right off the bat there. Etc.

  38. Re:I can understand hating IE and looking to repla by bizpile · · Score: 5, Insightful

    ...but why am I supposed to hate Word? Seems a decent product and the sharepoint shared workspaces has turned out to be real popular with my users.

    If you already have Word/Office, then you shouldn't hate it. However, if you don't have it and can't afford it, then you may need an alternative. I personally can't afford MSOffice, so I go with OOo.

  39. Re:I can understand hating IE and looking to repla by Anonymous Coward · · Score: 0

    Who said you had to hate it?
    Just because there is an alternative doesn't mean you have to hate word.

    I think some really good arguments for abiword are that it runs on all the operating systems I use and that is really a lot cheaper then word. Now what does that have to do with hating word?

  40. Re:No. by Anonymous Coward · · Score: 0

    You do realize this isn't an article about OpenOffice, right? You've got to be the densest fuck I've seen here in months.

  41. What's worse? by Anita+Coney · · Score: 1

    Having no grammar checker or having a grammar checker that's wrong more than it's right?!

    --
    If someone says he and his monkey have nothing to hide, they almost certainly do.
  42. That's a feature, not a bug! by FunWithHeadlines · · Score: 1
    "the only draw back to AbiWord is that it currently does not feature a grammar checker,"

    Are you kidding? This is not a draw back, this is a selling point of high order. The Word grammar checker is worse than worthless. It creates more problems than it solves. It is so by the book that it cannot distinguish well-structured grammar from incorrect grammar at times. It offers suggestions that can be downright wrong. For every thing it catches correctly, it nags you with a dozen worthless suggestions.

    I know of no writer who uses it. It gets turned off immediately, just to save hassles. If Abiword does not have this feature, it's worth more!

    1. Re:That's a feature, not a bug! by Blakey+Rat · · Score: 1

      Ok, but you have the OPTION of keeping it on. With Abiword there's no choice if you want to use it... it's not there.

  43. Re:I can understand hating IE and looking to repla by Anonymous Coward · · Score: 0

    I just get a warez copy of MS Office.

  44. That's an advantage by Gonoff · · Score: 1

    The grammar checker in Word is one of its most annoying 'features'. Perhaps my grammar is poor, perhaps Word is using US grammar styles which may differ from the rest of the planet or perhaps it's cr4p.

    The only useful feature I've found in it is the "double word" finder. I do not need something telling me that it does like the use of passive case or even that it considers the word "postman" liable to cause offence!
    OOo hasn't got one (yet) and when it does I will be turning as much of it off as possible.

    --
    I'll see your Constitution and raise you a Queen.
    1. Re:That's an advantage by iacyclone · · Score: 0

      I totally agree.

      --"Me fail English? That's umpossible!"

  45. Hmm... I will use... by Anonymous Coward · · Score: 0

    It must be Abiword for me and company's 1,600+ computers because I will NEVER use anything made by Micro$oft. MS products are garbage and Micro$oft is a big collection of liars, cheats, and thieves.

  46. Another alternative... by Flabby+Boohoo · · Score: 1

    I have been installing software602's office package on friend and family's computers for quite some time now, and it works great.

    It's free, small and runs quick (no bloat).

    www.software602.com

    The company has an interesting history, check that out too.

    1. Re:Another alternative... by Alif · · Score: 1

      No linux version ... And concerning the history, I remeber them buying an expensive license for Mosaic from NCSA at the moment when Microsoft had dominated the browser market already. Another completely insane decision. Maybe they now strike back on Microsoft ;) Well, in fact, realize the advertising potential of complete insanity. I'd never remember the company otherwise.

  47. g3 by crackshoe · · Score: 1

    I love abiword - i was running one of the old blue g3's (350 mhz or so) and openoffice, the default word processor in YellowDog was taking 15-20 seconds to open, while abiword would open in 2 or 3, and had all the features needed.

    --
    Don't worry - its just stigmata. Pass me a napkin and don't you dare tell my mother.
  48. HTML/CSS by ForresterInc · · Score: 0

    You'll want to use HTML coupled with CSS then: li.level2 {list-style:lower-alpha} etc

  49. As you are sooo rich... by hummassa · · Score: 2, Informative

    care to lend me a hundred bucks or so? because down here, to get what you say you have, I have to spend 3 months of my (high-standards) salary.

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    1. Re:As you are sooo rich... by diamondsw · · Score: 1

      The point is that storage space is no longer a realistic issue outside of video. Bare bones consumer machines have 80GB hard drives. Laptops have at least 40GB drives. Who cares if your word processor is 5MB or 100MB? That's not what's filling your drive, it's all the pr0n you've got on there.

      You've got some serious financial issues. I don't make a great salary by any standards, but I could purchase a couple of 250MB drives and sticks of memory for under a grand, easily. I'm not saying my monthly budget wouldn't hurt, but if I needed it I could do it.

      --
      I don't know what kind of crack I was on, but I suspect it was decaf.
  50. Yeah, well by achurch · · Score: 1

    Microsoft Word 5 for DOS fit on a single floppy, and still does pretty much everything I need a word processor to do.

  51. Re:I can understand hating IE and looking to repla by bizpile · · Score: 1

    I just get a warez copy of MS Office.

    I did that for a while but I decided that I'd be much happier if I used free software and supported the open source community, if only in a small way.

  52. AbiWord is good by stratjakt · · Score: 5, Interesting

    And OO.o really isn't that bad either.

    But in every office I've been in, the app that keeps them locked into MS Office is Access.

    I know there are a million and one scripting languages and database engines out there in the FOSS world. Anything available as a package that could drop in and replace Access? It would need to import it's data, make it as easy as possible to migrate it's VBA code and forms?

    I've screwed around with mysql + various front ends (perl, tcl+tk, java), and it's not the same. End users need all the visual drag and drop kind of stuff, they don't want to touch code.

    Access is no industrial-strength RDBMS, but it's a pretty decent for plenty of single-user data mangling, and of course the magical keyphrase is it's *easy to use*.

    Doesn't matter how good AbiWord or OO.o get, until we can ditch Access, MS Office will reign in much of the business world.

    --
    I don't need no instructions to know how to rock!!!!
    1. Re:AbiWord is good by jlp2097 · · Score: 1

      Rekall is a very mature replacement for MS Access. It was commercial software once but has been since been open sourced. I am not sure whether it can import Access files yet - OTOH the data itself would be easy to import.

      And then there is also Kexi, which looks very promising and will be part of the next KOffice release.

    2. Re:AbiWord is good by 16K+Ram+Pack · · Score: 1
      There was some discussion on this yesterday on another /. post.

      Maybe I should set up a homepage for a project and get some discussion going?

      As an ex-Access/Dbase/Clipper developer (and someone who thinks that such products aren't spawn of the devil or kids toys) it would be a great idea, and I've got some ideas about how to make it a world beater. I don't have that much time for the coding, though.

    3. Re:AbiWord is good by plj · · Score: 1

      I don't deny that people probably have great needs for Access replacement, but the most difficult Office lock-ins what I've seen have always been result of using Excel+VBA. You can do truly amazing things by building complicated spreadsheets and adding few hundred lines of VBA code. And when you have a larger organisation with tens of peoples solving operational problems with such solutions, It'll be a true PITA to switch, when all that VBA has to be rewritten.

      Ordinary Word docs are after all a relatively easy move in that game - the biggest pain when switching from Word is likely to be retraining of even the most dumbass users.

      --
      “Wait for Hurd if you want something real” –Linus
    4. Re:AbiWord is good by Cyno · · Score: 1

      I've screwed around with mysql + various front ends (perl, tcl+tk, java), and it's not the same. End users need all the visual drag and drop kind of stuff, they don't want to touch code.

      Well, if they don't want to touch code then why would anyone need to implement an Access clone complete with VBA? Why not just offer them a graphical frontend to perl/java and postgres/mysql without all the bloat?

      I don't really care if those hardcore Access users migrate, but it would be nice to have an easy-to-use frontend for our databases and languages.

  53. A plug-in? by Chordonblue · · Score: 1

    Look, if THEY are getting a grammar checker than why can't OpenOffice.org use this also? I assume this is open source. Anyone know anything about this grammar checker?

    --
    "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
  54. Re:No. by Carik · · Score: 1

    So. What you want is a WORD PROCESSOR that can open powerpoint and excel documents? Which part of "Word Processor" didn't you get?

  55. ANOTHER replacement for MS Word? by just_gecko · · Score: 1

    I mean... come on guys... I'm not a MS fan, but why all this trouble to eliminate everything they produce? Word is a good application, for all I can tell, and it gives me everything I need from a Word processor. I don't get it, it is a good tool, why make another one to do the same things? There have been many attempts to kill Word, none succeeded. So it's not working on Linux. So what? Linux has lots of word processors, and linux users prefer vi anyway :). And it's not too often that windows users need to exchange files with linux or mac users. Geez, some people can be mean :]

    PS: Spell checking is good for non-native english speakers.

    1. Re:ANOTHER replacement for MS Word? by _Sprocket_ · · Score: 1


      I'm not a MS fan, but why all this trouble to eliminate everything they produce? Word is a good application, for all I can tell, and it gives me everything I need from a Word processor. I don't get it, it is a good tool, why make another one to do the same things?


      Wow. I missed the memo that outlines word processing as the sole territory of Microsoft. Sure - they dominate the market. And as such, anything else that wishes to operate in that same space will inevitably be compared to the market leader. Years ago, it was MS Word being compared to Word Perfect.


      And it's not too often that windows users need to exchange files with linux or mac users.


      What a very Microsoft way of thinking. There are plenty of environments where the entire IT landscape isn't licensed from Microsoft. In these environments, the ability to exchange information (to include documents) among a disparate collection of platforms is welcome. I would even suggest that the ability to do so puts one at an economic advantage. You never want to be solely reliant on a single source (even if sometimes it can't be helped).
    2. Re:ANOTHER replacement for MS Word? by just_gecko · · Score: 1

      Wow... i didn't think that far...

  56. Re:I can understand hating IE and looking to repla by thegrue76 · · Score: 1

    Try creating complicated/complex documents in Word. Use lots of style sheets, use images and frames and text boxes and layout-intensive stuff.

    IE, try working in an office where work is done in Word that is typically meant to be done in Quark.

    Soon, when you see a 50 page document bloat to over five megs on its own, you too shall loathe Word with your entire being.

  57. Finding the memory usage by Epistax · · Score: 1, Interesting

    The smaller memory footprint which is ~6MB instead of what they claim is ~30MB for Word but which I claim is only ~17MB according to my tasklist).

    It's not so easy as that. The best way would be to delete everything and just install word. Actually that still wouldn't do it and I'll tell you while: Your common directory has much of what word depends on. My common (Microsoft shared) directory is 120 megs. How much of that does Word depend on? 10? 100? True, it is shared between other programs, so to get the impact that you feel divide the size of your common directory by the number of programs that use it. For me, only Excel and Word are installed so that's 60 megs each, just for the common directory. Now there might be a microsoft shared with no applications installed but I'm not in a position to check it out.

    1. Re:Finding the memory usage by Sc00ter · · Score: 2, Interesting

      He's talking about how much memory the program uses when it's running, not how much hard drive space it takes.

    2. Re:Finding the memory usage by Derang() · · Score: 1

      I believe the memory footprint he was talking about was how much ram it takes up while loaded, not how much hard disk space.

    3. Re:Finding the memory usage by Epistax · · Score: 1

      Oh sorry then I completely misread. Well then you need to still ask yourself the same question. Think about comparing the footprint of Firefox and Internet Explorer. Much of Internet Explorer's footprint is inside the operating system unseen. While this does mean it is practically taking less memory, it also means it is using more memory so the swapping is happening much more often (please, someone think of the poor cache). I am willing to bet it is the same way with Word. It'd be interesting to compare more technical aspects such as frequency of cache misses, etc, although I guess that's not what we're looking at.

    4. Re:Finding the memory usage by YU+Nicks+NE+Way · · Score: 3, Interesting

      Actually, that claim is pure FUD. The parts of IE which are "in the OS" are things like GDI -- which Firefox also uses. DLLs like MSHTML and the like are counted into the memory consumed by the process.

    5. Re:Finding the memory usage by Epistax · · Score: 1

      Is it? Whatever happened to IE being a vital part of the operating system? What about the close connection between explorer.exe and iexplorer.exe (either can do the work of the other), which controls the windowing environment (as oppose to say, astonshell).

    6. Re:Finding the memory usage by Anonymous Coward · · Score: 0

      > What about the close connection between explorer.exe and iexplorer.exe (either can do the work of the other), which controls the windowing environment

      Close connection my ass. They embed each other OLE2 style, and poorly. There's a noticeable delay, menu items move disappear and move around, settings like details view get lost... You want close integration, try konquerer. Love being able to drag a file link out of a web page into a text editor...

    7. Re:Finding the memory usage by YU+Nicks+NE+Way · · Score: 1

      I don't think you quite understood the context of what I wrote. The GP of your post had said something about how IE's resource consumption was hidden "in the OS". That's not true.

      IE itself is a part of the OS -- in fact, iexplore.exe is almost entirely code-free; it's a toolbar and a wrapper around the web rendering control in much the same way that notepad.exe is a wrapper around the edit control. But that has nothing to do with how memory usage is accounted for.

  58. Other alternatives by IWantMoreSpamPlease · · Score: 1

    GoBe Productive, small, fast, and works under BeOS (oh, and Windows too)

    AbiWord is nice is you run a non-MS platform, as AbiWord has been ported to everything but Amiga (as far as I know)

    --
    So rise up, all ye lost ones, as one, we'll claw the clouds.
  59. "Time to kill MS Word"? by Jo_2521 · · Score: 1

    AbiWord is a nice program and it certainly has it's applications: Why use Word (or OO-Writer for that matter) when you don't need the features?

    As an example, take a typical journalist: The formatting is done by other people, so all that is important is getting the content right. Office is overkill here.

    But there are people who need more features, and AbiWord never was meant for them. "MS Word killer"? Come on, that's so hilarious it's almost funny.

    The time will come when it's possible to kill MS Office in medium-sized businesses, and that is the day when the import and export-features of OO have matured to a degree where documents imported and exported have exactly the same (and by exactly I mean like EXACTLY) look that they had before.

    That'd be the day ms office dies it's long and painful death.

  60. Word? Are you nuts? by Duke+Machesne · · Score: 1

    Word has been a piece of shit since 6.0. That was, what, 1996? This late in the game, someone looking for a Word 'replacement' is just clueless.

    My primary word processor is, and has been for a couple years now, OpenOffice Writer. It's got good enough Word compatibility that I've had no trouble exchanging files with dunces during that time, and with the extra advantage that I can save to PDF (I don't know, can Word do that too now?)

    AbiWord, though, is a damn fine little word processor, and I find myself using occasionally, when I feel spunky. AbiWord is the equivalent of what Windows users call 'WordPad'. It's quick, it's convenient, you don't have to wait for it to start up but you still get more to work with than plain text. The only difference is that Abi's that fast without being crippled.

    For a primary word processor on an old box or for someone who doesn't anything too layout-intensive, it simply can't be beat.

  61. But I like Word. by raider_red · · Score: 1

    Personally, I think Office in general and Word in particular is the best product MS has ever produced. It does everything I want it too, lets me produce great looking documents, and in general works smoothly. I think that people's main beef with Word is the fact that it was produced by Microsoft.

    --
    It's good to use your head, but not as a battering ram.
    1. Re:But I like Word. by Proteus · · Score: 1
      Personally, I think Office in general and Word in particular is the best product MS has ever produced. It does everything I want it too, lets me produce great looking documents, and in general works smoothly. I think that people's main beef with Word is the fact that it was produced by Microsoft.
      You are, of course, entitled to your opinion. However, to suggest that "people's main beef with Word is... it was produced by Microsoft" is naive.

      My main three beefs with Word are its large footprint (bloat), high price, and platform lock-in. Add to this problems with stability, annoying default settings (like AutoReplace and "check grammar as you type"), and the occasional "whoops, I just irreparably damaged the file you were working on".

      As to the large footprint, this is a problem with every serious Word contender -- OpenOffice isn't exactly tiny either. However, considering the feature set that most users require, something like AbiWord makes up for its reduced feature-set with an incredibly small footprint.

      The most compelling factor is price. If I need just a "rich text" word-processing environment, why would I shell out for Word when AbiWord will work quite well for free? Likewise, if I need full word-processing capabilities, why not use OpenOffice? Granted, I think Word still does a few things better than OpenOffice; but, it's tough to beat the pricetag.

      Platform lock-in is a major detractor as well. Word works great if all you have are Windows and MacOS workstations. Of course, if you have both, you're back to the price issue -- buying word-processing software for both machines. OpenOffice, on the other hand, runs on just about any desktop OS -- Windows, Linux, MacOS, Solaris, to name a few. As I often move between Windows and Linux, the cross-platform availability is essential.

      Now, if MS would both make a Linux version of Word and change their licensing rules to allow me to buy one "concurrent-use" package to cover all three of my PC's, I might think Word was worth considering again.

      As for the rest, there are little annoyances with every word-processing package I have ever used. The catch is, if I'm paying for it, I expect it to happen far less often. This was the same gripe I had with ApplixWare.

      I honestly don't care who writes my software, as long as it works, is reasonably-priced, and has the features I require. I'm hardly a zealot. Still, Word is most decidedly not my first choice for word-processing software.
      --
      We may not imagine how our lives could be more frustrating and complex—but Congress can. – Cullen Hightower
  62. Abiword [on win32] PageUp bug fixed? by Forget4it · · Score: 1

    I'd love Abiword much more if it managed to do
    *PageUp* properly at the top of the document.

    On Win32 it didn't last time I checked.

    Seems to have been a longggggg term bug.

    As it is Abiword is a great way to fix lost
    content when MS screws up major.

    --
    Artificial intelligence is the study of how to make real computers act like the ones in the movies.
    1. Re:Abiword [on win32] PageUp bug fixed? by Anonymous Coward · · Score: 0

      If you're talking about the bug I think you are, it's been fixed:

      http://bugzilla.abisource.com/show_bug.cgi?id=45 61

  63. Here's the thing... by Hans1732 · · Score: 1

    ...until all these alternatives can do everything M$ Office can do (namely PowerPoint, its the new Latin for scientists) and do it better and make it easier, this is all just pissing in the wind. Personally, I use OOo to do all my work, but it did take significant time to get used to how it does things. This initial diffuculty is what will really keep these products from taking over Office.

    Remember, the reason so many people switched to Mozilla/FireFox/Opera a ways back was that they were just as easyt o use as IE from the beginning and that there was major news coverage of the security flaws in IE. Yeah, so Office can be hijacked by a macro in a Word document. I have yet to meet someone dumb enough (or just plain unlucky enough) to have succumbed to this.

    Free really doesn't mean anything to the average user if its not mind-numbingly simple and familiar. Word has almost 20 years on most word processors (emacs, vi and brethern excluded). That's familiarity M$ takes to the bank every day.

    To be slightly off-topic, I've used LaTeX before for various classes (best damn physics papers in the class), but it took a significant amount of effort to learn the quirks (namely man, info and google scrounging). LaTeX beats the pants off M$ for technical and scientific documents, but it never gets used due to its idiosyncrasies.

    --
    Infinity plus one!
  64. No OASIS file format support by Anonymous Coward · · Score: 3, Insightful

    i love abiword, but won't use it until it supports the OASIS file format. i'm tired of have .docs, .abws, .sxws, .kwds and no common program to read them. three of them are open standards, there's no reason word, abiword, kword, and OO.o shouldn't support abw and sxw and kwd. preferably, i'd say everything should support sxw (which i'm happy to see koffice doing), but that's just my pipe dream.

    1. Re:No OASIS file format support by jlp2097 · · Score: 1

      Just FYI: koffice has already switched to the OASIS file format :-)

    2. Re:No OASIS file format support by Anonymous Coward · · Score: 0

      AbiWord has no intention of switching to the OASIS format as default, basically because its native format is superior in terms of preventing conversion loss (intuitively), which would undoubtedly occur if certain features had to be mapped into OASIS.

  65. my point of view on grammar checkers by WormholeFiend · · Score: 1

    If you have to use a grammar checker, you shouldn't be writing in the first place, except as part of a remedial course on grammar.

    Too many people rely on spelling checkers already to tell them how such and such words are to be spelled.

    I use spelling checkers as the very last step of the writing process, to check for typographical errors that I might have missed while proofreading the hard copy.

    (And from experience, proofreading on-screen is not as efficient -- so much for a paperless office.)

    That being said, I have never tried any of the open source word processors, but I believe that if such an application is to take on MS Word and WordPerfect, it has to be able to convert documents to and from those formats flawlessly.

    If it's less than flawless, people will stick with what they have. Heck, even MS Word and WordPerfect can't convert each other flawlessly, and people who work in organizations that have both apps have to have both installed on their machines to deal with every possible documents sent to them.

    Which brings me to my pet peeve: any conversion will add tons of garbage formatting codes in the resulting converted document, and forces me to clean everything up by copypasting text in and out of Notepad (yes, we use Windows here, through no fault of my own).

  66. Re:I can understand hating IE and looking to repla by Anonymous Coward · · Score: 0

    IE, try working in an office where work is done in Word that is typically meant to be done in Quark.

    After that, try using the end of a spoon to unscrew a Philips-head screw.

    Next, try eating cake & ice cream with chopsticks.

  67. Not Missing... by Tyler+Eaves · · Score: 1

    File > Open

    Set file type to HTML

    Open an HTML file...viola

    --
    TODO: Something witty here...
    1. Re:Not Missing... by dTaylorSingletary · · Score: 1


      Still not automatic though. In this real world, that I for one would rather just forget about, people don't like to right-click on a link to a file and "Save As.." they like to hit the link and have it open up their spreadsheet program. OO will do that with an HTML .xls file. Gnumeric won't. It'll open it, true, but it doesn't do a sanity check. It makes the assumption that all files with the extension .xls are going to actually be MS Excel files. Wrong. That's not the unix way.

      --
      d. Taylor Singletary,
      reality technician techra.el
    2. Re:Not Missing... by quinto2000 · · Score: 1

      I think you mean voila.

      --
      Ceci n'est pas un post
    3. Re:Not Missing... by Tyler+Eaves · · Score: 1

      Quite frankly, I think this "autoload" behavior is stupid. If you want to serve reports via the web, USE A FARKING CSV FILE.

      --
      TODO: Something witty here...
    4. Re:Not Missing... by Anonymous Coward · · Score: 0

      I think he meant cello.

    5. Re:Not Missing... by justinb1 · · Score: 1

      It is not stupid. If you have users who often need to pull data into a spreadsheet, but who need an interface to guide them on the report's input parameters, it is incredibly handy to be able to output a table WITH CSS FORMATTING and just changed the content-type to application/vnd.ms-excel.

    6. Re:Not Missing... by Anonymous Coward · · Score: 0

      OO will do that with an HTML .xls file.

      It makes the assumption that all files with the extension .xls are going to actually be MS Excel files.

      Why are you saving an HTML file as a XLS file anyway? You're complaining about how Gnumeric doesn't handle things automatically, but you're going above-and-beyond to label a hypertext document as a non-html Excel file. Why not save the HTML file with ... wait for it ... an HTML extension like you should be doing in the first place? I mean, you've already identified the problem (lack of sanity check), so why continue to perpetuate that problem?

  68. Re:I can understand hating IE and looking to repla by black+mariah · · Score: 1

    So... because you use a program for something it's neither intended nor designed for... it sucks? If that's the case, Quark is a shitty word processor, Emacs is a horrible SVG editor, and Frozen Bubble is the worst fucking database I've ever seen.

    --
    'Standards' in computing only impress those who are impressed by things like 'standards'.
  69. Re:I can understand hating IE and looking to repla by lukewarmfusion · · Score: 1

    How much have you donated to open source in the last year? Money or talent?

    Sorry if this post becomes off-topic or too "ranting" but I've got to say it...

    I'm not criticizing you, and I've been in the same boat. But the idea is not to support an Open Source package because it's open source... that comes off as zealotry. You should support Free Software because it's [better|faster|cheaper|easier|etc].

    Face it - we live in a generally capitalist society and unless the open source product can compete, it won't succeed. Look at the slew of successful open source software out there - Firefox, Apache, PHP, MySQL - and you'll see that it's not impossible.

  70. Glady! by TaintedPastry · · Score: 1
    *pulls on his 'slightly-off-topic' shirt*

    I would GLADY replace Word...but what would I do without Outlook?

    ...and if any of you say 'Firebird' I'll...I'll..I dunno, make a quip about your questionable heritage.

    No, seriously though. The altOffice (alternative office, duh) programs I've seen have all been wonderful..with a glaring lack of replacement for Outlook (which is pretty much the only reason we use MSOffice. Nothing for Windows (that's also free) has even come close to having Outlook's functionality. If it's not weird, unreliable directory structres (Firebird), it's a terrrible GUI (Pegasus) - yes, that matters, everyone else on the planet needs a program to look good. Not one alternative e-mail client for WIndows (Come ON already, Ximian) has meeting invites, journal, or Rules importing (very, VERY important) from Outlook itself.

    Word I can live with out, Outlook I can't.

  71. OpenOffice.org is the real alternative. by skribble · · Score: 1

    Abi Word is nice if you want to ditch some lesser word processor, or if your needs are very basic, but it seriously lacks a number of features I use daily (and Grammer checking isn't one of those, thats what Copy Editors are for). Version Tracking is essential. Also complete Word format acceptance is a fact of life.

    That said OpenOffice.org covers all of these things, and does it wonderfully (sadly the exception is on Mac OS X).

    Seems like the reviewer started out with some premise of glorifing Abi Word, and to be honest it's not even in the same league.

    --
    --- Nothing To See Here ---
  72. Are grammar checkers that important? by ImaLamer · · Score: 2, Interesting

    Seriously though look at (MS) Word's grammar checker sometime.

    Not every "which" needs a comma, not every capitalized word needs to be de-capitalized, my bibliography doesn't need to form sentences...

    Look at this sentence:

    "The things that letter says speak volumes about how children need to feel about themselves."

    Where is the error? Word tells me this is correct:

    "The things that letter say speak volumes about how children need to feel about themselves."

    Although two english professors say the first one is just fine. (The paper I pulled that from was for their class.)

    The worst part is that you can't get the "ignore" fuction to work right. It only ignores it until you type something else in. Word doesn't recognize quotes either. If I quote someone, the grammar may just be wrong... get over it Microsoft.

    Only good thing is that it recognizes extra spaces (that can't be seen during printing anyways) and other weird mistakes like "the the".

    1. Re:Are grammar checkers that important? by BetterThanCaesar · · Score: 1

      weird mistakes like "the the"

      That'll bite you in the ass as well, at least in languages other than English. Three perfectly valid sentences in Swedish, that Word cringes on:

      • Omröstningen handlar om om vi ska gå med i EMU ("The referendum is about whether we should join the EMU")
      • En en bär bär ("A juniper carries berries")
      • Är det det det är? ("Is that what it is?")
      --
      "Stop failing the Turing test!" -- Dilbert
    2. Re:Are grammar checkers that important? by js3 · · Score: 1

      if you want to know why word flags grammar as incorrect, right click on the flagged word, select "grammar" from the menu and hit explain.

      According to word

      Subject-Verb Agreement - "The verb of the sentence must agree with the subject in number and in person"

      --
      did you forget to take your meds?
    3. Re:Are grammar checkers that important? by sheriff_p · · Score: 2, Insightful

      Your English 'professor' may like it, but try giving it to anyone who writes for a living (or a real editor), and they'll put a nice big red line though it, being that it's mostly unreadable.

      - Single 'that' when two would be clearer
      - 'says' and 'speak' next to each other
      - But basically: far too many words used

      No wonder you pissed off Word.

      If you were to rewrite it, I'd suggest:

      "The letter says a great deal about how children should feel about themselves"

      --
      Score:-1, Funny
    4. Re:Are grammar checkers that important? by toastgoddess · · Score: 1
      Word tells me this is correct:

      "The things that letter say speak volumes about how children need to feel about themselves."

      I have no access to Word's internals, but I suspect it's using "letter" as a verb, and it thinks the subject of the sentence is "The things that letter". It's then asking for the plural form of the verb, "say", since "the things that letter" is plural.

      Although I suppose the selection should then be punctuated "The things that letter say 'Speak volumes about how children need to feel about themselves.'"

      "The things that letter." I wonder if that's who wrote all those eldritch texts Lovecraft was always warning about?

    5. Re:Are grammar checkers that important? by Haeleth · · Score: 1

      That'll bite you in the ass as well, at least in languages other than English.

      In English, too.

      Commonly said to Word's grammar checker: "I do not agree that that sentence is ungrammatical."

    6. Re:Are grammar checkers that important? by SEE · · Score: 1

      Oh, gods, yes. Though we could preserve more of the original word choices with something like "That letter speaks volumes about how children should feel about themselves."

      But his original, while bad, is at least nominally correct grammar. Word had no buisness making the sentence worse by trying to screw up the number agreement of "letter says". Word is mostly going to have bad style thrown at it (consider how often it's used in internal buisness communication); if its response is to suggest incorrect grammar, it's worse than useless.

    7. Re:Are grammar checkers that important? by tgv · · Score: 1

      In Dutch (my native language) the same happens quite frequently, and yes, it's annoying. However, it's not the grammar checker that does this, it's the spell checker...

    8. Re:Are grammar checkers that important? by ImaLamer · · Score: 1

      "The letter says a great deal about how children should feel about themselves"


      I do like that a lot more. Although now I don't feel good about anything I write.

      Ah, doesn't matter I wrote the entire paper (6 single spaced pages) in 4 or 5 hours, including research extraction.

      Thanks for the tip.

    9. Re:Are grammar checkers that important? by ImaLamer · · Score: 1

      The real question should be:

      "Is our children learning?"

    10. Re:Are grammar checkers that important? by aliosha · · Score: 0

      at least in languages other than English

      Well, I tried to use it ONCE in Italian.
      And gave up.
      I guess it's possible to more or less grammar check English, that for some things has a simple grammar (it looks so).
      The grammar checker for Italian was TOTALLY ludicrous.
      I don't think any Italian user would ever miss it!

  73. AbiWord is sweet but slow. by HiramvdG · · Score: 1

    On a PowerBook G4 867 MHz, 640 MB RAM, running Mac OS X 10.3.5, AbiWord is useful only for viewing Word files. Typing is far too slow, with characters taking up to five seconds to appear. Once that's fixed, I won't bother to update OOo (ugly GUI, but typing is fast) anymore.

  74. Re:I can understand hating IE and looking to repla by bizpile · · Score: 1

    How much have you donated to open source in the last year? Money or talent?

    I have actually donated about US$40 this year. I'd give more but that's about all I can afford to give. As for talent, I'm afraid I am lacking there (for now at least) but I hope to one day be able to help out at least a little.

  75. I'd call corrupting files more than a quirk, too. by Futurepower(R) · · Score: 5, Interesting


    "I'd call randomly corrupting files and moving images around more than annoying quirks." Mod parent up! Exactly right.

    Several people had told me about this, but I don't often use MS Word, so I have only recently seen it myself. I was working on an MS Word document, that someone else had started in Word, for about 4 hours. I saved the document frequently. Eventually I tried to save and got only an error message. MS Word would not open its own file, and would not open the backup. My work was lost, apparently.

    I decided to try something I had heard about on Slashdot. I tried opening the trashed document in Open Office. No problem, it opened immediately. Then I saved the document in MS Word .DOC format, and it opened fine in Word. So, if you use MS Word, you should also install Open Office, because OO is sometimes a necessary tool to make MS Word work.

    Another story: Someone gave me an MS Excel spreadsheet. I opened it in Excel, but was unable to discover how to make the row and column headings stay visible when I scrolled to the right or down. The Excel help was no help.

    I opened the Excel spreadsheet in OO. The OO help was clear about how to make headings stationary. I did what it said, and saved the file as an MS Excel file. Then I opened it in MS Excel, and it worked fine. Again, OO showed that it is a very useful MS Office tool.

  76. Ease of use,anyone? by manavendra · · Score: 1

    Great so they managed to make it look like MS Word, and we have a wonderful set of screenshots to see AbiWord vis-a-vis MS Word comparison (which, incidentally, is the foremost argument for "killing MS Word" here).

    But what about ease of use? Do the hotkeys work as it is? Can it also save in different formats like how word does? What about introducing tables in documents? Paragraph formatting? Print previews?

    --
    http://efil.blogspot.com/
  77. Grammar Checker by NewStarRising · · Score: 1

    Interesting list of posts. With the amount of grammer-nazis patrolling /. , I was surprised to see the amount of badly-written comments deriding the idea of a grammar-checker.

    --
    b3 4phr41d 0f my 4bov3-4v3r4g3 c0mpu73r kn0wI3dg3!
    MadDwarf
  78. No, I like OO.o by lifebouy · · Score: 1

    I've tried Abiword a few times. It seems that the feature I need is always not there, even when there's a button or menu item for it. That's mostly what turns me off about it.
    Now, between Word and OO.o, I will take OO.o. for what I consider the most important features of a document editor: the default settings make sense, and the formatting works right the first time. I have spent more time on Word screwing around with settings to get it to do what I want than I have actually writing. Even the default document settings must be fixed before you can do very much productive work. Undo often does an incomplete job of undo-ing, so often if the tweaks go awry, you must start fresh. Unsavory.
    OpenOffice, OTOH, starts up with reasonable settings, and the formatting tools work correctly and are well-placed. Not that it's perfect. I very much miss grammar checking, and I find it odd that it doesn't have it. I wouldn't think it would be any harder than coding AI for chess games, and there are people who do that for fun. Also, the auto-complete functionality is counter-intuitive. That needs to be revamped. I usually must disable it in order to save my sanity. Far easier to spell-check at the end. Still, there's not too much that's broken about it. That's where my vote goes.

    --
    Drop me a line at:
    Key ID: 0x54D1D809
    1. Re:No, I like OO.o by Proteus · · Score: 1
      I very much miss grammar checking... I wouldn't think it would be any harder than coding AI for chess games
      The problem isn't so much that OO.o lacks grammar checking, it's that no word-processor has decent grammar checking.

      It's a much harder problem than it might seem. Chess games, for example, have a finite set of rules (and you cannot deviate from them) and proceed in a more-or-less logical fashion. Language, on the other hand, is tremendously flexible and often illogical. Not to mention the countless exceptions to grammatical rules, and the disagreements that arise as to which usages are correct (e.g. should punctuation go inside or outside quotation marks?).

      Consider simple things (for humans) like distinguishing between the singular or plural form of a word -- what happens when they match?

      "The data are irregular" and "The data is irregular" are both correct. (Note for pedants: the latter implies the concept of "data set", and such implications are not only commonplace in English, but entirely correct.) So, how does a grammar checker determine whether you are implying the singular or plural of a noun in order to check for verb agreement?

      Hell, humans get it wrong even when we make a conscious effort to be picky and pedantic (I certainly do. Spot the grammatical errors in this post alone!). How can you expect a computer to appreciate nuance?
      --
      We may not imagine how our lives could be more frustrating and complex—but Congress can. – Cullen Hightower
  79. not really a problem by fgb · · Score: 1

    ...the only draw back to AbiWord is that it currently does not feature a grammar checker

    The grammar checker in Word is worse than useless. It gets confused very easily so that you waste a lot of time trying to figure out why it's complaining about a perfectly good sentence.

    Turn it off, there is a vastly superior grammar checker between your ears.

  80. fair enough by caitsith01 · · Score: 1

    I was thinking of the latter rule, which from the 'Elements of Style' is:

    "Exceptions are the possessives of ancient proper names in -es and -is, the possessive Jesus', and such forms as for conscience' sake, for righteousness' sake."

    Nevertheless, I'm pretty confident that in English English leaving off the extra 's' for possessives of all names ending in 's' is the standard and correct approach.

    --
    Read Pynchon.
  81. Re:I can understand hating IE and looking to repla by silverdr · · Score: 1

    Hate is unproductive. Thus you need not to hate it but it would be good if you were aware of all the consequences of using Word or similarly licenced products. It is basically YOUR goods (data) closed in SOMEONE ELSE's lockbox (data format). To open the lockbox you have to pay SOMEONE ELSE only to get YOUR goods back. This may or may not be bad, depending on the point of view. You may also have a look for example here for some other explanations. If then, being fully aware of all the aspects you consciously choose that Word is your product of choice - YOUR (not SOMEONE ELSE's) will and choice.

    --
    Now, mod me down freely. My karma can't get any worse...
  82. screw that book by caitsith01 · · Score: 1

    Get 'Fowler's Modern English Usage' and learn the native tongue, not 'American'. Please.

    --
    Read Pynchon.
    1. Re:screw that book by J.+T.+MacLeod · · Score: 1

      Is there something in particular about the recommended book which is wrong or "American only"?

      I'd be curious to know if that's the case.

      Personally, I'm enamoured with the mallaebility of language, and I detest illogical or irrelevant rules. Nonetheless, if there were something that is incorrect in the book recommended above, it would be good to let us know so we can understand WHY you say so.

      Just to let you know, though: English was shared outside of Britain many, many, years ago, and NO ONE, not even the British, has preserved it perfectly (in fact, it's been mangled terribly there). I also don't recall God ever bestowing the honor of "Sole Keeper of the English Tongue" upon Britain, either. Proper use of language is relative.

  83. What aboot WordPerfect? by Dr.Frankenstein · · Score: 1

    Anyone know how WP stacks up to AbiWord?

    --
    "Ack. Yech. Barf. Snort." - Bill the Cat
  84. Re:I can understand hating IE and looking to repla by Anonymous Coward · · Score: 0

    1) If I have bold text, and then non-bold text a couple lines down and I remove the space in between, the non-bold text should NOT turn bold dammit!

    2) If I press enter a whole lot to the next page, the paragraph I am moving down should NOT skip down the the middle of the next page for no damn reason (happens sporatically)

    3) Autoformat only seems to do it's job when I don't want it do to.

    4) Roman Numeral based hierarchical lists... word takes over and you can't do anything about it, to me best efforts anyways.

  85. Re:I can understand hating IE and looking to repla by myster0n · · Score: 3, Insightful

    Exposure is also a way to donate. Show the world the benefits. And after a while you can help beginners. Beginners who started because of you. Who could become the architects of the next generation of Free Software.

    It could happen.

    --
    Nobody believes the official spokesman, but everybody trusts an unidentified source. -- Ron Nesen
  86. Re:I can understand hating IE and looking to repla by 16K+Ram+Pack · · Score: 1
    I don't hate word, but...

    Next time you get a minor document corruption, that whatever you do, you can't get rid of it and you can't do anything with the actual physical data (because the format is secret), you might understand.

    Personally ended up having to scan and fix a 50 page client specification in Office 97 because of this. And before you ask about the backup, that had the same problem in it.

  87. Re:I can understand hating IE and looking to repla by thegrue76 · · Score: 1

    I'm not saying that's why it sucks--I'm saying that trying to do advanced work will show you how bad it sucks. Because Word itself thinks its capable of doing things that its not capable of doing.

    Believe me, if I had my druthers, I'd rather use the right tools for the right job.

  88. Re:I can understand hating IE and looking to repla by thegrue76 · · Score: 1

    Then try working in a setting where management tells you you have to do those things so you can share your lunch with your co-workers.

    Yeah, things get ugly real fast...

  89. Re:I can understand hating IE and looking to repla by 16K+Ram+Pack · · Score: 1

    Sounds like you are helping out plenty.

  90. AbiWord is Great by PlantPerson · · Score: 1

    I switched to AbiWord more than a year and a half ago because word was too slow and it crashed a lot, sometimes destroying documents. AbiWord can edit tons of file types, including PalmDoc, which I use a lot on my PDA. It was very easy to switch, too, unlike the windows-linux migration I'm currently taking on (ergh..) I highly recommend AbiWord.

  91. Re:I'd call corrupting files more than a quirk, to by Anonymous Coward · · Score: 0
    Its clear that you've no idea how to use MS Word or Excel (Window-->Freeze panes for static headings)

    Although I am no fan of the MS Office System's large memory and storage footprint, I can give it a fair share of praise for all it can do...probably better than any office suite out there. I am using Word for writing my master's thesis (LateX ..I know) and its simply amazing. I've managed to unlearn the wrong (bold/font/italics/enter for spaces in paragraphs) and re-learn the simple & accurate way of formatting a word document (Styles & Formatting) and it has never had any problems so far...not with images...not with tables...not with equations.

    Many people know Word, only few know how to use it. (Help is st forward). Although I wish it would use PDF as standard format; just for the sake of compatibility !

  92. Re: Why upgrade MS Office '97? by Anonymous Coward · · Score: 0

    I currently use MS Office '97. That serves the needs that I have. I have no reason whatsoever to upgrade to a more recent version of MS Office.

    However, when/if MS Office '97 ceases to work in the operating environment I choose to use, then I'll more than likely switch over to OpenOffice.

    There is no way I can justify the upgrade fees for MS Office anymore.

  93. Couldn't open OOo.org documents by Quizo69 · · Score: 1

    Well, I downloaded it just to see how it would cope opening various documents. It opened Word documents no problem, but choked badly when fed OpenOffice.org documents (.sxw) even though their site lists OpenOffice.org document support.

    I'm sure they will get there, especially considering OOo's open document format, but for now it is not capable of being a true document agnostic replacement.

  94. Re:No. by jd142 · · Score: 1

    Gee, I never embed charts, tables, or data in my word documents and set them to automatically refresh data when the source data changes. I keep separate documents for each, change the page numbers by hand when the memo changes length and so the chart's on a different page, and type my data in three places because my apps can't talk to each other.

    I've got documents that import graphs from excel that are based on a combination of spreadsheet data and database information, where the database is an access mdb with some local data and some linked mysql tables. The user's enter their data once and the charts in my document just work.

  95. Re:I can understand hating IE and looking to repla by hankwang · · Score: 4, Interesting
    but why am I supposed to hate Word? Seems a decent product and the sharepoint shared workspaces has turned out to be real popular with my users.

    The output of Word usually looks horrible from a typographic point of view, at least in the default settings that most people seem to use. Some of the most obvious examples:

    • No hyphenation. In technical texts, a long word will stretch the inter-word whitespace, or sometimes (even uglier), the intra-word whitespace.
    • Breaking words on existing hyphens. Something like "an inter-word whitespace" will be broken on the hyphen. Exactly where it shouldn't since it renders it ambiguous whether the writer meant to write it as one word or as two words.
    • Superscripts and subscripts will create an extra gap between that line containing them and the preceding or following line. That seems to be why PhD theses that contain chemical or mathematical formulas usually are typeset with linespace 1.5, which doesn't look good either.
    • Mathematical equations look horrible. If you want them to look better, you'll have to buy an add-on package---the better ones are actually based on a TeX engine.
    • Empty space is one of the most important ingredients in proper formatting. I don't know whether Word automatically formats section headers and figure captions in long document, or that people do it by hand, but the result sucks. Numbered or bulleted lists do not have extra white above and below in order to separate them from the text. Section headers have whitespace around them that is an integer multiple of the line spacing, which is usually too tight (no empty line) or too wide (one empty line).
    As you might guess: I prefer LaTeX. The basics are not that hard; someone who's writing a PhD thesis should certainly be able to get used to it within an afternoon and with the default settings you'll get typographically good formatting. Of course, it requires more effort if you want to change the default settings, but that's typically something you've to figure out just once and then you can use those style settings for similar future documents.
  96. I want to use it, but... by Rageon · · Score: 1

    I believe in giving alternatives to MS products a chance, however I've yet to find anything to replace Word.

    For me, I gave up on AbiWord because of the Bullet-list/Outline or whatever you want to call it. Two problems: Shift-Tab doesn't move my heading to the left, and the default lists are trash, and I would need to create a custom one every time I start a new one.

    I'm in law school, so basically, typing outlines is 50% of everything I do. I'd love to dump Word, but at this point, I can't.

  97. Word has been dead for a long time. by Lord+Kano · · Score: 1

    I started using Star Office about 5 years ago. I use OpenOffice now, and I haven't looked back once.

    LK

    --
    "Hi. This is my friend, Jack Shit, and you don't know him." - Lord Kano
  98. MS wants to kill MS Word, too! by Anonymous Coward · · Score: 0

    M$ doesn't mind this discussion: they'd like to kill MS Word, too.

    Why? Because they just can't make enough money with it! Yep, that's right, they're shoveling in cash at the rate of a BILLION DOLLARS a month, but it's just not enough.

    How could they possibly make more money? I'm glad you asked. Word is too much like a product that you buy and walk away with. Oh, they make you click on something that says otherwise, but the payment stream is where the action is. You pay for it, then you don't come back to pay more unless you have to because they got the CEO to upgrade to a version that's incompatible with everyone else, or whatever they can pull out of their "asshole of coercion."

    M$ will not rest until they've converted you to a source of monthly revenue, like phone or cable. Whether via XBox or IE, they will find a way to tax your word processing on a monthly basis. So, go ahead, kill Word. Who cares? What matters is that you continue to pay M$ for the privilege of doing something you could technically do for free!

  99. Un-informed comment by Bluey · · Score: 0

    Abiword doesn't even have text boxes or math equation editors yet.

    No text boxes? That's odd, considering there are at least 7 textbox bugs fixed in 2.1.6.

    As for math equation editors, the functionality does not exist yet. However, work has been ongoing to integrate gtkmathview with Abi since Guadec 2004. Look for it in Abi 2.3 or 2.4.

  100. I don't like the way Abiword displays by bersl2 · · Score: 1

    WYSINotalwaysWYG

  101. Re:I can understand hating IE and looking to repla by Qwavel · · Score: 1


    So, your saying that in a capitalist society everything other than (unemotional, short-term) self-interest in not allowed?

    That sounds like Ayn Rand's philosophy.

  102. desktop publishing: Scribus is nice. by timothy · · Score: 2, Insightful

    Scribus impresses me, so this is a note from a fan who dabbles in it; I can't compare it deeply to state-of-the-art DTP programs.

    If AbiWord is slow on your machine, then I think Scribus would be, too. However, it's a very nice application which gets better (well, that is the intent, I realize ;)) with every release. They just had a major release, too, and the documentation is far better than most software's documentation in the source-secret or open-source worlds.

    Is it Indesign / Quark? No, but it's also a gifthorse ;)

    Right now, Scribus is more like PageMaker of a few years ago, frankly, but OTOH, can directly create PDFs and do other things which (when I last touched PageMaker, quite a while ago) PageMaker could not.

    (Also, though my DTP experience is several years old now, I actually preferred PageMaker for small things; Quark I was eventually won over to, but for small things PM is just more familiar and simple to work with. YMMV ...)

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  103. Re:I'd call corrupting files more than a quirk, to by Anonymous Coward · · Score: 1, Insightful

    "Its clear that you've no idea how to use MS Word . . ." and it's clear that MS Word randomly corrupts its own files and needs OOo Writer to fix MS Word's own files for it.....

  104. .DOC as a standard by dpilot · · Score: 1

    Which version of .doc has your office standardized on? I have next-to-no experience with MS Word, but from what I've heard every release tweaks .doc a little.

    I've also heard (much less reliably) that even Microsoft doesn't have a good document of the .doc format, they just have the golden source code. While the source IS the ultimate reference, for something that purports to be a Standard, there SHOULD be a document that is the ultimate reference, and code should be considered broken if it doesn't follow the standard. By the same token, if there are significant 'implementation dependent' issues, perhaps the documentation is broken, and needs to nail things down better. Can someone from MS cloak and answer?

    As for me, I use AbiWord. I'm one of those cavemen elsewhere referred to, with little experience and use of word processors. I like AbiWord because it's simple and discoverable. I've done a little with Star/Open Office, but it's harder to do something simple with them, and what little I've seen of MS Word suggests the same.

    --
    The living have better things to do than to continue hating the dead.
    1. Re:.DOC as a standard by phiala · · Score: 1
      Which version of .doc has your office standardized on? I have next-to-no experience with MS Word, but from what I've heard every release tweaks .doc a little.

      Hee-hee! What a kidder! Expecting us to have a real, usable standard for the umpty-thousand people who work in my "company".

      The policy is to distribute documents in Word or PDF format, no guidance on versions, etc. But you really don't want to get me started on IT policies at the local, regional and national level that affect me! My response is generally to keep my mouth shut lest someone discover I'm using a non-standard OS (linux) and non-standard software, and force me to conform...

      --
      I prefer to be called Evil Scientist.
  105. GUI by gordgekko · · Score: 1

    Only "draw back"? How about its My First Wordprocessor interface?

    --
    You want to know who isn't running Firefox 2.x? They spell it "definately" and "rediculous".
  106. Re:I'd call corrupting files more than a quirk, to by joeljkp · · Score: 2, Insightful

    I agree that it takes a bit of learning to figure out how to use Word as it should be used (kind of like learning how to write proper HTML). But the parent specifically stated that he hasn't really used Word before. That was his entire point.

    If a newbie tries to do something in Word and OpenOffice, and he/she finds it easier in OpenOffice, isn't that a good thing?

    --
    WeRelate.org - wiki-based genealogy
  107. The crux of the biscuit is the document. by scrubmuffin · · Score: 1

    If people were only sharing documents in printed form, Word would be fairly easy to replace. Unfortunately people are generally sharing documents in the native file format of their word processor, which mostly happens to be Word, in which case most of the time you are better of simply using Word. Word is buggy and hard to use but I have to use it if I want to see the documents the way the author intended.
    PDF as a format is awesome and seems to be gaining ground, which gives me hope that it will become the defacto standard for document sharing. Then maybe we can finally put stake in the Word monster.

  108. Re:I'd call corrupting files more than a quirk, to by Joe5678 · · Score: 4, Informative

    Having Word fix corrupted Word documents

    File -> Open

    Click on corrupted file, click on pull down menu on the "Open" button, select "Open and Repair"

  109. English evolves. by Glytch · · Score: 1

    Rules change based on common usage. Get over it.

    1. Re:English evolves. by Anonymous Coward · · Score: 0

      NO! language should never change. I am currently lobbying congress to force us to speak in eairly 1st century languages.

  110. Word is not the standard, .DOC is by orasio · · Score: 2, Interesting

    Word couldn't be the standard, for example, in the place I work for, because it doesn't run on SuSE or Slackware, and we just have a win 2000 as a print server (location issues).

    We use Open Office 1.1.2, which does a great job in handling different versions of .DOCs, a much better job that most versions of Word I have met.

    OO 1.0 was not as good, but with this version, we have had no problem whatsoever when interchanging documents with other MS-only shops, including clients.

    We thought about using terminal services, and installing MS Office in the print server, should any compatibility issue occur, but the MS Office 2000 CD sits unused, because noone has needed it yet. We killed our last Win machine about the time we installed Open Office 1.1.
    It is kind of hardware heavy, but that's not problem for us, many of us program Java, so we have memory to spare.
    The ones who just use OO, don't have trouble either.
    Heavier would be to have to dual boot Windows, or put money in licenses instead of fast hardware.

  111. Re:I can understand hating IE and looking to repla by msevior · · Score: 1

    Maybe you want to use Linux on your desktop or maybe you don't have the $1000AUD it cost in oz.

    (unless you're telstra and have a Linux pilot you can show you're MS reps.)

    Or maybe you'll try AbiWord-2.2 and decide that there is really are better ways of doing word processing.

  112. Fancy stuff by gad_zuki! · · Score: 4, Interesting

    I'd like to see more fancy stuff. A simple grammar checker would be very nice. The MS one overextends and is very stylistic to say the least. Catching simple grammar errors (hey proofreading on a computer screen sucks) would be a step in the right direction.

    I'd also like to see the OO.org people (and others) and the abiword people decide on one text format. I dont know which one is superior, but Word's real advantage is the ubiquity of the .doc format.

    1. Re:Fancy stuff by weeble · · Score: 2, Informative

      There is a common file format and the next release of Abiword, Kword and Open Office should all use the oasis file format:

      http://www.oasis-open.org/committees/tc_home.php ?w g_abbrev=office

      --
      Slashdot Beta should die a painful death.
    2. Re:Fancy stuff by Anonymous Coward · · Score: 2, Funny

      ... Catching simple grammar errors ...

      I think you mean grammatical errors, gammar and errors are both nouns...

      or am I overextending? :-)

    3. Re:Fancy stuff by pantherace · · Score: 1

      I believe that Abiword will be standardizing on OO.org file formats. If not, IMO they should because KDE's Koffice and OpenOffice will be standardizing on OpenOffice's 1.1 XML format. Honestly my guess is that, of the 3 once it gets more finished/polished (if it does) kword will probably end up being the word killer.

    4. Re:Fancy stuff by Anonymous Coward · · Score: 0

      I think your just misunderestimating him.

    5. Re:Fancy stuff by HiThere · · Score: 2, Insightful

      KWord doesn't run under MSWind, unlike both AbiWord and OpenOffice.

      Well, that may be a slight exaggeration. I understand that for many versions of MSWind you can first install CygWin, and then install X Window, and then install KDE. And then you could install KWord. But the ONLY people who did that would be those *required* to have MSWind as the main OS on their computer. Everyone else would be happier running MSWind inside an emulator (VMWare?). And you've GOT to be a techie to put up with the process...including the process of getting KWord to start under MSWind. (And here I'm assuming that some experimental projects I saw a couple of years ago work and are stable now.)

      So KWord won't be an MSOffice killer.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    6. Re:Fancy stuff by techno-vampire · · Score: 1

      AbiWord already understands the Rich Text Format (.rtf) as do most word processers today.

      --
      Good, inexpensive web hosting
    7. Re:Fancy stuff by Anonymous Coward · · Score: 0

      >gammar and errors are both nouns...

      And you need the spellcheck as "gammar" isn't a word at all.

      Lets all hold hands and download Abiword together.

    8. Re:Fancy stuff by RalfM · · Score: 1

      I'd also like to see the OO.org people (and others) and the abiword people decide on one text format.

      I'm thinking Esperanto.
      (Although I'm writing English.)

      --
      The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.
      -Bertrand Russel
  113. Try oo 1.1.2 by orasio · · Score: 1

    It is much better as far as .DOC compatibility goes. I am yet to find compatibility issues.
    Maybe a serious report of OO 1.1.2 compatibility would be nice.

    1. Re:Try oo 1.1.2 by Blakey+Rat · · Score: 3, Interesting

      Revision tracking. If you can use Revision Tracking in OO 1.1.2 without OO mangling the document, you're one-up on me. I couldn't get it to work worth crap.

  114. AbiWord Must Have Come a Long Way by wambaugh · · Score: 1

    The last I used AbiWord was in the fall of 2001. Back then, AbiWord's near-hourly crashes made Word seem a beacon of stability. Once I recall selecting all the text in a document and trying to change the font. CPU load shot up to 99% while the highlighted text flashed, and out of curiosity I let the system go at it for about 24 hours. In all that time AbiWord still wasn't able to change the font. Not exactly a viable alternative if you ask me (I've been using Office 97 since time immemorial -- also known as 1997). Given the number of glitches that many of the open source office offerings have with stability and even more fundamental things like files not losing formating between saves, I'd say MS has at least a few years more of dominance.

    1. Re:AbiWord Must Have Come a Long Way by Anonymous Coward · · Score: 0

      Newsflash: it's 2004! :) AbiWord is much more stable than what you remember it as. Try out 2.0.11 or 2.1.6 to see that.

    2. Re:AbiWord Must Have Come a Long Way by BenjyD · · Score: 1

      Three years ago? That's a long time in OSS. 3 years ago we had KDE 2, openoffice 1.0 wasn't even released and linux 2.4 was just becoming mainstream. So yes, there have been a few improvements.

  115. plug by Anonymous Coward · · Score: 0

    This program does the minimal wordprocessing tasks I use and more. It's also free, loads word files and more.
    602 PC Suite
    http://www.software602.com/products/pcs/bus iness.h tml

  116. The point? by fygment · · Score: 1

    So is the measure of something's worth simply in how close to zero cost it is or how little memory it takes?

    A lovely open source project. Is it clearly better than its open source competitors? No. Is it better than its closed source competitors? No. Does one need to have need of a small memory footprint? No (1 Gb RAM/80 GB HD my current set up of the past 2 yrs).

    The only thing to admire is the tenacity with which the developers continue to support and improve on the product. That kind of work ethic is always nice to see.

    --
    "Consensus" in science is _always_ a political construct.
  117. don't forget! by positroniumman · · Score: 1

    LaTeX!!!

  118. Re:No. by kundor · · Score: 1

    Not that this is an article about openoffice, but I haven't found a powerpoint, excel, or text document it can't open yet.

  119. Lack of Grammar Checker No Defect by RodRandom · · Score: 1
    Ms. Word does not understand English grammar, and many of its suggestions are beside the point, unnecessary, plain wrong, or downright crazy. Understood as a proofreading tool, the grammar checker can be useful to a confident editor or author, but it does not operate as labeled.

    The lack of this dangerous tool can hardly be construed as a serious defect.

  120. Re:I can understand hating IE and looking to repla by supersnail · · Score: 2, Interesting

    Writing as someone who has been stuck writing large technical documents in Word I couldn't agree more.

    Why most managers in most shops think a tool designed for secretaries writing memos is suitable for creating technical documents I will never know.

    Worst -- we have standards for word documents. We must use yukky fonts, we must use headings that indent three tabs at each level leaving you with four inches of blank space and one inch of text.

    Even worse -- we are supposed to colaberate with other departments who have a diffenrent version of word. I have struggled for hours to get a document looking sensible with the text next to the correct image, no tables/list spilt on page breaks. No chapter heading at the bottom of a page etc. Then some **** goes and changes the default font and complains about the appearance.

    You are not " supposed to hate word", thats up to you, but I certainly do.

    --
    Old COBOL programmers never die. They just code in C.
  121. MsOffice for MacOSX supported by StarOffice/OOo by t35t0r · · Score: 1

    My boss writes/edits NIH grants using their mandatory DOC templates. He runs MacOSX+MacMsOffice (I don't know what version exactly), but he is constantly having problems with the way MacMSOffice handles all images/formating from the NIH (presumably created in Windows MsOffice) in "meta" mode that is it creates "metaobjects" for all drawings and pictures. Sometimes formatting doesn't show up like it does on the Windows version and drawings are all garbled. I often take the template and save it in Word DOC format using StarOffice v6 or the latest OOo and then give it back to him (I think he's too scared to use *nix, even when it's just a point and click gui.) This seems to fix most of the visibility errors when he reloads it on his Mac, but some of the formatting is still messed up (e.g. text won't wrap around images). IMHO, why not just take MSWord out of the equation all together.

  122. Reviewing capabilities by heffrey · · Score: 1

    Can it match Word's Track Changes / reviewing facility? I had a quick look on their website and it looks like the answer is no. Can OpenOffice do this? I think the answer is also no.

    In the business world the collaboration features of MS Office are what set it apart from the open source office suites. So, if the open source office suites want to make real headway then this is certainly one of the most important features to add.

    1. Re:Reviewing capabilities by Anonymous Coward · · Score: 0

      AbiWord 2.2 will have support for document history (including importing of Word revisions). You can try it out with 2.1.6.

    2. Re:Reviewing capabilities by heffrey · · Score: 1

      Document history is one thing - but then I can use revision control for that anyway. What I mean is multi-author within document change tracking. I've never seen it anywhere other than in Office which incidentally has had it since Office 97.

      Anyone who thinks that there is an open source office suite as good as MS Office is deluded.

      Sorry, but that's the way it is at the moment.

  123. Not a Replacement by Elote · · Score: 1

    Word will never be replaced because it is the Emacs of the Windows world. People abuse it to do everything from designing birthday cards to writing books and designing web pages and Microsoft designed it to accomedate this. This is why it is hard to get rid of. People joke about the Emacs operating system...most people use Word in some way for everything they do instead of a more domain specific tool. The end result is a program that is usable by 12 year olds for designing their canned web pages and writing their school papers but is unwieldly for any kind of professional use.

  124. Re:I'd call corrupting files more than a quirk, to by BenjyD · · Score: 4, Insightful

    What a bizarre way to do it - why would the user ever want to *not* repair the file when they try to open it?

  125. Some things you should know about AbiWord... by Anonymous Coward · · Score: 0

    In case you're not aware, AbiWord needs developers, specifically for Windows. If you can't code, you can always download 2.1.6 and report any bugs you find. :)

    Here are things that haven't been touched by any comments:

    Current Features:
    One of AbiWord's features that wasn't mentioned in the article and hasn't been mentioned in any comments is its ability to do command line operations. You can print, convert, and perform mail merges with a simple command, allowing for automatic actions. As far as I know, you can't perform command line operations with Word. Secondly, its size is an advantage for people running slower computers; _you_ may have a P4 computer, but somebody in Spain, for example, may not; this small size, combined with numerous translations and support for bidirectional text, allows AbiWord to be used in many locales.

    Future Features:
    In the upcoming 2.2 release, AbiWord will support native revisions and textboxes. It will also be able to import them from Word documents. Additionally, Table Of Content support has been added, text wrapping around textboxes (images may also be supported), and sum a row/column fields. Tentatively, math support is planned for 2.4. And perhaps more importantly, hundreds of bugs have been fixed since 2.0 (including quite a lot of dataloss and crash bugs).

    Shortcomings:
    Although AbiWord has numerous plugins, many are under developed. AbiWord also crashes a lot - there have been many crash fixes since 2.0, however it is not rock solid. Additionally, AbiWord could always use help, if you're interested, join the #abiword channel on gimpnet and ask how you can contribute.

    Summary:
    With that said, AbiWord is not a suitable replacement for "heavy" Word users at this time; I should know, I use it almost daily and realize its shortcomings. However, if OpenOffice.org is too big for your tastes and you only need a word processor with many features packed into a small package, use AbiWord. Also, if you need a program to perform automatic conversions (e.g. from wpd to rtf) or if you need a program to type the occasional paper/memo/letter, you should give it a try.

  126. 2 problems with abiword by whitroth · · Score: 1

    I *really* liked 1.x, that came up in 8 seconds flat on a 233MHz w/ 192M RAM.

    Then I tried to upgrade to AbiWord 2.

    1) the *required* aspell upgrade *broke* Apache
    2) trying to install an rpm on RH9 wants package
    after package upgrade. The 1.x was no problem.

    On the *other* hand, OpenOffice.dog runs...like a dog. I see no real speed difference between my old 250MHz, my 500MHz laptop, and my new-to-me 950MHz system: 30 seconds to come up, and three-quarters of a minute more to get to a new text document.

    Remember I said AbiWord got there in *8* seconds?

    Maybe I should just blow them *all* off, and run my copy of WordPerfect 6 for DOS under XDOS....

    mark

    1. Re:2 problems with abiword by BenjyD · · Score: 1

      If there are any OO.org developers out there, could you tell us what OO is *doing* with that start up time? Abiword and Kword start in less than the time it takes swriter to start displaying its splash screen. I'm not criticising - I know how hard optimiation is, I'm just interested.

  127. Re:I can understand hating IE and looking to repla by SenseiLeNoir · · Score: 1

    I think what the parent is trying to point out is, Word, AbiWord, OOo all have capable word processing capabilty, and in its core function, performs well (lets not get into file formats yet).

    What Word does is try to justify its extra cost, by introducing specialist compositing features, that take word beyond its core functionality of a word processor, into realms of other software.

    The problem appears that these "extra features" appear to be quirky, and unreliable in nature, and as such are often not used anyway, even when the user is aware of the existance.

    Therefore, what are you spending the extra money on, if the features promised by the extra cash doesnt work?

    --
    Have a nice day!
  128. Word Invulnerable On Features by 4of12 · · Score: 1

    I have to imagine that when it comes down to a Has Feature X mega table showdown, that Word can win against most comers.

    Features have different value to different customers. And it's hard to convince customers, even if they only use 20% of the features of Word, that they could get 98% of the functionality in a competing product that costs less or zero.

    If Word doesn't cost too much - and it doesn't if the company is buying it for you or if you're using a pirated copy - then why not just choose a feature-overloaded word processor just in case you need it someday?

    Word is invulnerable on a creature feature comparison test. And it rules when it comes to inertia, what secretaries are taught to use, and that the last 10 years of corporate strategic planning documents are encased in that format and it must be accessible.

    Word's only and small vulnerabilities are

    • cost,
    • cross-platform, cross-version, cross-application interoperabilty.
    And MS could fix those if they wanted to; they're just there to encourage migration toward the latest version and toward using other MS products, also of the latest version.
    --
    "Provided by the management for your protection."
  129. WordPerfect 5.1 by Mongoose+Disciple · · Score: 2, Informative

    It definitely used to be. I did a little temping in legal offices way back in the day and they were all WordPerfect, which was fortunate because that's what I knew.

    I don't think that's really as true anymore, though. At least, everyone I personally know in that industry has long since migrated to Word.

  130. I'm glad that works for you, but... by Mongoose+Disciple · · Score: 1

    When I say standard, I mean in a broader sense.

    A majority of people in the world who do word processing use Word. Thus, Word is the standard.

    I'm glad OO works great for your company, but it doesn't change what the rest of the world is doing.

  131. I moved from Abi to OpenOffice.. by NoMercy · · Score: 1

    Mabie theve improved things, but the font rendering was horrid and it completely failed to work properly with an international dictionary defaulting to American every time I open a document.

    Not had any problem with open office, and the support for MS documents is much better.

  132. You have not clicked on my nick link :-) by hummassa · · Score: 1

    I don't have financial issues by myself ... my whole country has them. I did not mean I can only buy what you have with "three months of what's left of my salary after expenses", I meant "my salary (*), after tax discounts, multiply by 3 and then you'll have the price the goods your mentioned if I was to buy them in my home town".

    (*) I am a public employee with a salary 1.5 times the average for a guy in my line of work in my town.

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  133. Notepad by Anonymous Coward · · Score: 0

    I don't care what anybody says, Notepad is still my favorite.

  134. Re:I'd call corrupting files more than a quirk, to by ScottGant · · Score: 3, Insightful

    or how about NOT corrupting them in the first place? Is that possible?

    And why have an option to even open and repair...shouldn't it just repair if it sees it corrupted automagically?

    I left Word behind many many moons ago. I'm not looking back.

    --

    "Music is everybody's possession. It's only publishers who think that people own it." - John Lennon.
  135. Abiword is far far behind MS Word by Anonymous Coward · · Score: 0
    It doesn't support numbered lists. That's a big deal. It's a much more basic word processor than MS Word or OpenOffice.org.

    I think that a lot of the features in MS Word and OOo are not necessary for most users and most documents, but I use automatic paragraph numbering all the time, so that by itself keeps me from using or recommending Abiword.

    It does seem like a good program for simple documents, and the cool thing about it is that it can export to a huge number of different formats, more than either MS Word or OpenOffice can.

    It certainly has its place, but until it can handle numbered lists, its place is not on my desktop unfortunately.

  136. Death of the commandline by kabloom · · Score: 1

    I generally do my word processing in (g)vim + LaTeX. Why? Because I frequently like to do my work from the command line (eg. over SSH connections), and LaTeX lets me do that.

    I'm disappointed that fewer and fewer new programs (eg ncurses type stuff) are being written for the command line - I'd like to be able to run a commandline PIM to hotsync with my palmpilot, among other things, but that software just isn't out there.

  137. AbiWord:Word::Paint Shop Pro:Photoshop by Deagol · · Score: 1
    Could AbiWord be the next Paint Shop Pro? I remember when it came out, it was a great alternative for those of us who didn't need and/or couldn't afford Photoshop. Now I use GIMP.

    Sure, one can't entirely replace the other feature-for-feature, but PSP does fairly well in its market. AbiWord could very well do the same.

  138. Abiword doesn't seem ready yet by thrash242 · · Score: 1

    I used Abiword for a while, but it seemed very buggy. Several times, I had to import a file I started in AbiWord and fix it in someone else's copy of Word. I haven't used it in a little while now, so it may have improved.

    It is a decent replacement for Word, if you don't need lots of fancy features, but I personally have been a lot happier with OpenOffice and its word processor (even though that's all I've used so far). The export as PDF function in OO is very cool, IMO.

  139. Kill 'Word Processors' completely. by Anonymous Coward · · Score: 0

    I always knew the entire concept was flawed, this page explains why:

    http://www.ecn.wfu.edu/~cottrell/wp.html

  140. Can't live without outlines by wheatwilliams · · Score: 1
    MS Word has the easiest drag-and-drop interface for throwing down ideas and dragging them into hierarchies. Headings and subheadings can be collapsed and expanded, and dragging a header to a new location moves everything nested under it.

    This is invaluable for constructing documents and manuals of, say, 50 pages through several hundred pages in length.

    If you compose a long document with a table of contents, you can construct all your chapters, headers and subheaders, the whole thing in Outline View and place your body paragraphs underneath the headings. Then reorganizing the structure of the document (a major task) becomes a snap. You can also use style sheets to give your headers a consistent look.


    OpenOffice and AbiWord ignore outlining. This is one piece of Word's functionality that they have never felt it a priority to clone.


    I know this is a feature that few people use, but I can't live without it. If I need to compose a letter of a few pages, there are any number of programs I can use. But if I have to write a medium-sized technical manual, there is nothing out there that will do what Microsoft Word can do, for me.

    For years I have suggested to the OpenOffice team that they incorporate an Outline View like MS Word's, but they have never responded to this. I guess I'm in the minority.

  141. Ok by orasio · · Score: 1

    I can be clearer.
    Word is the most popular word processor. It doesn't make it standard.

    Take the web for example. Apache is not the standard. HTTP is. Whichever server that serves HTTP is going to be good ( we all know that is not exactyl true, anyway).

    What I was pointing out is that the only problem that non-MS word processors generate when it comes to standardization is the .DOC compatibility. .DOC - capable word processors are the real standard. Words interface is available in many other projects, including OO, and it changes so much between versions, that it cannot be called "standard".
    The only thing people are expected to find is MS .DOC compatibility. And OO has it. So, it's not a good idea to imply that you are going to have an standardization problem because you don't use MSWord, because that's just plain wrong. You will have it only if the program you use doesn't manage .DOC. If it does, you are still in the de facto standard when it comes to documents.
    (plus OOWriter copies Word interface, to some extent)

    1. Re:Ok by Mongoose+Disciple · · Score: 1

      I'll admit I haven't looked at OO in a while. It probably manages the .DOC format better than I remember.

      We might just have to agree to disagree on the meaning of "standard" in this case. When I look at something like OO or AbiWord and I'm thinking about the .DOC format, what I'm really thinking is: If I write a complex document in the latest version of Word, will this other program interpret it correctly? Conversely, if I write a complex document in OO, will Word interpret it correctly?

      Because Word has such an enormous market share, in most businesses it's a given that you'll be dealing with people that are using it, either at your own company or at your clients/partners/etc. Let's say a new version of Word came out and it did one thing majorly retarded compared to previous versions -- that is to say, documents written using this feature are okay in the same version of Word, but it comes out messed up in other word processors, and things using that same feature written in other word processors come out messed up in that new version of Word. Hardly anyone is going to care that OO or whatever would be handling things the technically right way -- what they care about is that you're giving them a document that "doesn't open right" in Word.

      That's why I think of Word, at the moment, as the standard, even with good competition that interprets the .doc format -- because at the end of the day, business users are generally going to care about the competitor's compatibility with whatever Word is doing. Being correct to the document format but "wrong" to Word is a pyrrhic victory at best. It's like being convicted for murder and finally being proven innocent after thirty years in prison -- technically, you won there, but it sure doesn't feel like it.

    2. Re:Ok by Minna+Kirai · · Score: 1

      Word is the most popular word processor. It doesn't make it standard.

      Oh yes it is. "Word" is not only a word-processing application, it is also a file format specification (as defined by the files that application saves and loads). That format IS a standard (although a standard without fully published specifications)

      Apache is not the standard. HTTP is.

      Right, because Apache implements the HTTP standard. But Microsoft Word implements "Microsoft Word Document" as it's protocol, so that is the standard.

      DOC - capable word processors are the real standard.

      True. And since Microsoft Word is the only ".DOC capable word processor"....

      (Don't try to argue that OpenOffice or anything related is "DOC capable"! Counterexamples are trivial to demonstrate)

    3. Re:Ok by orasio · · Score: 1

      The exact point of my post is that the assumption that "Microsoft Word is the only \".DOC capable word processor\"...." is a flawed one.

      You are just assuming that it is the case. The whole point if the grand parent is specifying that MS .DOC compatibility is not so good.
      I have used every version of winword.exe, and they are not compatible with each other. It's usual to lose some formatting stuff between versions, or between platforms. If the level of compatibility achieved in the winword line is to be called acceptable, then oowriter 1.1.2 (and not the previous versions) is too, because it achieves a similar level of compatibility. It works, mostly, and sometimes doesn't (I have yet to find when it doesn't), but it's not worse than winword itself, so it's a good replacement as far as compatibility goes.

      If, on the other hand, you believe that the compatibility achieved by different versions of winword is unacceptable, then you shouldn't use new versions of winword, and should stick to just the original platform you were using. Changing versions of winword, or even platforms, could be disasterous for compatibility, and be even comparable to using oowriter. So you would need to stick with winword 6.0, running on win95, which is not supported anymore, or risk taking the chance of losing compatibility by changing versions of winword, or changing to oo.
      I believe that, between the three options, the third is the safest.

    4. Re:Ok by HiThere · · Score: 1

      That tells me what you're thinking. Were I to think about that (I did a couple of years ago) I would be wanting MSWord95-98 compatibility. By now that would be extended to MSWord2000 compatibility (i.e., MSWord2000 was nearly enough compatible to pass the tests -- so now it's been added to the compatibility requirements). Now MS has declared it isn't even going to consider MSWord95-98 compatibility for the future, so they have no advantage on that front. And for me their EULA is a simply TREMENDOUS negative point. So I'm quite thankful that OpenOffice.org has become compatible enough to also meet the requirements.

      My expectation is that moving forwards I will be mainly be requiring OO.o compatibility, as I can move it to the older machines without paying extra, and it can, if not by default, read the older file formats. But I'm not going to decide until I must.

      OTOH, I'm not a normal decision maker in this position. E.g., I'm attempting to move what I can to Linux systems. (Not always successfully...but I try.) And as another point of distinction, I take the licenses seriously, so I am tremendously repelled by the recent MS licenses. To the point of refusing to agree to them.

      This place is a very small shop, so I'm the entire technical department. This means that we use old equipment. (It may not have been new when we bought it, but it is by now. Replacements happen, but they happen slowly.) It also means that I consider costs...and I include in this the costs of legal agreements. If we have to hire a lawyer, it will cost us. So I take quite conservative interpetations of license agreements. I may think the EULAs are invalid, but I don't want to chance any decisions based on that presumption. So I avoid MS EULAs. Others I judge on a one by one basis. This means that nothing gets approved until I have read it, and think I have understood it. Guess why I like the GPL? I like the BSD license also, but the new good stuff seems to either come out under the GPL, or under some other custom license that needs to be read and understood separately. If it's the GPL, I've already read it and understood it. And if it's coming from Debian, I already know we can use it in the ways that we intend without worry. (We use software as a tool, not as an end product. When we sell something, it's generally billed on person contact hours. Hours in preparation aren't billed. [This can make our hourly charge rate seem quite high..but actually the per hour rate is rather low. You need to want this job to do it.])

      So, personally, I'd as soon consider pdf as a standard as MSWord. If people send me documents in that form, then I need to be able to deal with it somehow. But sooner than agree to the MS EULA, I'll go to CopyMat and convert the file to an rtf. (Fortunately, that's not necessary this year. And OCRs are getting better, so by the time it is necessary, it still may be handleable. Perhaps I'll buy some cheap machine with MSWord already installed on it [so I won't need to agree to the EULA], keep it off the local net & off the web, and use it for file translations....but that would be a sort of last ditch measure.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    5. Re:Ok by Minna+Kirai · · Score: 1

      then oowriter 1.1.2 (and not the previous versions) is too, because it achieves a similar level of compatibility

      That's just not true. I can understand that you might think so, if you haven't tested enough documents, but it is simply false.

      I have just re-verified this with OO 1.1.2. If you can't make a 1 page DOC that's legible in winword but scrambled in OO, then you're just not trying very hard. (Hint: Use some tables, images, and outlines. Or version control, but that makes it too easy)

  142. Re:I'd call corrupting files more than a quirk, to by anomalous+cohort · · Score: 3, Informative
    why would the user ever want to *not* repair the file when they try to open it?

    Because they opened the wrong file by mistake and that file isn't really in the format supported by the application opening it. This goes back to a principal in GUI design where the tool should never make an irreversible change that wasn't asked for by the user without first checking with the user. In this case, the user asked to read the file, not write the file. Yet, the tool needs to write the file in order to repair it.

  143. That's a lot of crap. AbiWord doesn't stand... by Atomic+Frog · · Score: 1

    If they think that the only thing missing is a grammar checker, then they haven't written any real documents.

    I've used AbiWord, it is not even close to competing. Maybe for writing letters to grandma...

    There are lots of word processors better and closer to MS Word.
    WordPro, Wordperfect, OpenOffice, Papyrus, etc.

    All of these are better than AbiWord. What was that, getting a programmer dude to review a word processor? The same kind of guys who whip up man pages? Ugh!

  144. Re:I'd call corrupting files more than a quirk, to by doublem · · Score: 3, Interesting

    I agree with you.

    OpenOffice is frequently used at my last job, because I showed people how to use it to open Word and Excel files that Office couldn't. I also found that some graphics intensive Word Files eat up a lot more RAM in Office than in OpenOffice. We received a series of documents from a client. The client has pushed their 3GHz machines with 2 Gig of RAM to the limit creating the file, and we could NOT work with the resulting files in Word.

    Then I opened the files in OpenOffice and Abiword, both of which were able to let us work with the files and do what we needed to do.

    The formatting wasn't that complex, the issue was all the graphics used in the documents.

    Word crapped out, and took 45 minutes to copy segments of text to the clipboard.

    The other apps let us use the files easily, and made it possible to copy and paste text out of them. (The people who needed the files were loading the content into an Online Learning system.)

    Abiword and OpenOffice are now standard installs for people in the content department, as well as on a couple machines in the Sales department. Not even Office XP's restore and recovery functions work as well.

    --
    "Live Free or Die." Don't like it? Then keep out of the USA
  145. Re:I'd call corrupting files more than a quirk, to by LordIvan · · Score: 2, Informative
    "Another story: Someone gave me an MS Excel spreadsheet. I opened it in Excel, but was unable to discover how to make the row and column headings stay visible when I scrolled to the right or down. The Excel help was no help."

    funny you had that problem:

    using excel 2000.
    Help menu -> MS Office help.
    Type in 'keeping column headers visible when you scroll'.
    Two hits returned on this search query, one of which tells you exactly how to do this.

    Microsoft provides a great help system, if you actually take the few seconds to use it.

    (Having said that - I've been using Abiword and kword a lot recently, and liking them for their lack of bloat and speed - But to claim that MS help offers no assistance is a little misleading - MS always have provided good documentation and help in their products.)

  146. Re:I can understand hating IE and looking to repla by miskatonic+alumnus · · Score: 3, Interesting

    I agree. I teach mathematics, and have to prepare exams with equations, etc. Word does a crappy job of formatting equations. Whenever I use word, I feel like I'm sitting at a typewriter, with someone standing beside me who waves a dictionary in my face, randomly strikes keys on the typewriter, and yanks the paper out before I'm finished --- the word-processor is fighting me every step of the way. Finally, I gave up, and decided to write the exams by hand: because it was quicker to do it that way. That is, until I learned LaTeX.

    I've had similar experiences with Excel. I used MS Works at home to enter my students grades. I saved it as a few different flavors of Excel, none of which would display on the most recent version of Excel on the computers at school. Frustrating.

    What's sad is that at my college, the computers are brand new and loaded with Word, Excel, Powerpoint, you name it --- Microsoft. And yet, the only use they are to me is to print out PDF's using the freely available Acrobat Reader. They can't even display a postscript file.

    I no longer use MS products for work --- Not because I hate Bill Gates, not because MS is a convicted monopolist, not because I am a Linux zealot. I don't use them because they cannot do what I need them to do.

  147. Re:I'd call corrupting files more than a quirk, to by BenjyD · · Score: 1

    You don't necessarily write the file to repair it - just opening it doesn't mean you have to write the result out until the user tries to save.

    You could just replace the "Open and repair" with a more robust open implementation and the user would never know.

  148. you must be american by Anonymous Coward · · Score: 0

    he's right, you know

  149. Evil Wicked Grammar Checking by handy_vandal · · Score: 1

    Grammar checking isn't a feature.

    Grammar checking is a human viral meme which infects software.

    -kgj

    --
    -kgj
  150. Re:I can understand hating IE and looking to repla by Overzeetop · · Score: 1

    Clearly you've never had to try and format a document to suit your liking instead of Microsoft's. It's just hideous. Delete a paragraph, lose a seeminly unassociated image somewhere elso on the page. The whole concept of markup is fscked.

    --
    Is it just my observation, or are there way too many stupid people in the world?
  151. Grammar checkers aren't as clever as humans by steveha · · Score: 1

    Writing a program to check grammar is hard. You will notice that it will frequently flag some bit of grammar and say that it may be wrong, with an explanation of how to tell. Obviously that means it will give you false positives, where it complains about something that is perfectly correct. In fact, the better your grammar in the first place, the more often the checker is wrong, and the more false positives you will have to ignore. (The worse your grammar, the more useful you will find the grammar checker, too.)

    If you think the Word grammar checker is so bad, tell me something: what grammar checker is better? MS bought Grammatik and bundled that with Word, and Grammatik is the best grammar checker I have ever used. (It's still brain-dead, with lots of false positives; it's just that I have never used anything better. I'll admit I haven't used many grammar checkers anyway.)

    Here's a web page, from a company that sells a grammar checker called Grammar Slammer. I've never used it. But this page talks about what you can reasonably expect a grammar checker to do for you, and it's worth reading:

    http://englishplus.com/news/readthis.htm

    In short, Word's grammar checker is kind of dumb, but I don't think it's really much different from other available grammar checkers.

    P.S. What would it take to make a free, open source software grammar checker? When I think about it, it actually seems very doable. You need an "engine" that can read in the text, do some parsing, and apply rules; and where a rule matches, pop up a dialog. Then you just need a whole bunch of rules, and an open source development process would allow many people to contribute rules. Potentially, once the engine is done, you will get dozens to hundreds of rules and it will quickly become just as good as the proprietary, closed-source grammar checkers.

    You could easily make multiple rule sets: English (American), English (Queen's), French, Klingon, etc.

    Heck, how about English (Klingon): "There is no honor in passive voice! Rewrite NOW!"

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
    1. Re:Grammar checkers aren't as clever as humans by Anonymous Coward · · Score: 0

      Heck, how about English (Klingon): "There is no honor in passive voice! Rewrite NOW!"

      Klingon doesn't even HAVE a passive voice... duh.

    2. Re:Grammar checkers aren't as clever as humans by tgv · · Score: 1

      Yes, all of Word's grammar checkers are on the dumb side, and yes, there are better checkers out there, but they're all academic. And nobody is so interested in improving Word's grammar checker that they'll spend a huge amount of money turning those into real products.

      What is would take to make an OS grammar checker? A simple one? One year of work, but you'll only annoy your users. A good one? Ten years. Your ideas about grammatical rules is slightly primitive: it's *hard* to check grammar. Without a good dictionary, it's nearly impossible (and that's several years worth of hard work).

    3. Re:Grammar checkers aren't as clever as humans by steveha · · Score: 1

      Your ideas about grammatical rules is slightly primitive: it's *hard* to check grammar.

      My idea was a bit hand-wavy, I admit, but I still think it could work. For coding work, you need experienced software guys; but if you set up the project right, you can have language contributions from non-geeks. Start with existing natural-language tools like NLTK. If you need a dictionary, import one, such as Wiktionary. Set up an easily-parsed format for the rules, and let people submit rules.

      The result would be about as good as the Word grammar checker; still brain-dead, still offering comments about things that might be wrong because it can't be sure, but by golly a grammar checker.

      You figure it's ten years of work. If you can take advantage of work that has already been done (NLTK), and get help from many people (writing rules), it could shape up much quicker than that.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    4. Re:Grammar checkers aren't as clever as humans by tgv · · Score: 1

      You're overlooking a few major problems: writing good rules is hard, adding efficient fault tolerance to a parser is hard (NLTK doesn't have it), and coding information is a dictionary is a lot of work.

      If you want to settle for a few very simple errors in English only, then it's not that much work, but any sensible error in English and particular other languages requires a lot of work. Believe me, I've done my PhD on this topic, a European project, and now work for a company that actually builds the Dutch grammar checker for Microsoft.

      If you want, I can answer some questions, or give you some pointers, in case you are interested in the topic...

  152. Try CVS by orasio · · Score: 1

    ;)

    Ok, I understand that there must be a lot of characteristics that OO doesn't share with MSWord, but I don't believe they belong to the word processor in the first place.
    Revision tracking is a feature I'd rather not have in the documents I publish, or at least, I'd like it to be something I'd have to opt-in. I don't really want everybody in my development group reading whichever previous versions I wrote.

    Anyway, I got the point. MSWord has a lot of features that will never be implemented elsewhere.
    The fact is that to do that, the same design principles would have to be followed. Those are flawed.
    Word is many things that don't belong to word processing. I believe OOWriter implements in a compatible way those that do, and many that don't. Plus, it has compatibility with .DOC files, which is the only Word feature many people need.

    1. Re:Try CVS by pete-classic · · Score: 1

      I recommend that you publish PDF, not .doc (or .swx).

      OO.o makes this easy, with its "export PDF" feature.

      I consider word processor internal formats to be "source" files. Hardcopy, PostScript, or PDF files(maybe even HTML) are a presentation formats.

      -Peter

  153. Unworthy by Anonymous Coward · · Score: 0

    impossible to tell whether this consideration of msword v. abiword is serious or early aprilfools.

    i do not see how anyone could seriously consider abiword as a replacement for msword let alone consider it to be on par.

    every time i have the misfortune to use abiword it crashes, trashes the doc, prints something other than how the doc is formatted, etc. it is slow, and seems determined to do it's own thing, which is about the only thing that makes it on par with msword.

    but there are those who just hate everything microsoft--why? no reason! who needs a reason! just remember the industries and millions of jobs spawned to cover microsoft's ass thanks to microsoft's host of holes, bugs and other crap--i mean features! you can thank microsoft negligence for keeping all those people employed.

    all seriousness aside: given only one or the other on a m$ machine i would use msword. Else I will do fine without, as always.

  154. How Long until the Lawsuit? by serutan · · Score: 1

    My guess is MS will whine that the name "Abi-Word" infringes on the name "Microsoft Word."

  155. Re:I'd call corrupting files more than a quirk, to by Anonymous Coward · · Score: 1, Insightful

    You're making assumptions about how word works. From what I understand it uses memory mapped files, which means that in order to "open" the repaired file, a copy has to be on disk somewhere, which means that the repair must modify the original file before it gets mapped.

  156. Now if we only had Gnumeric for Windows.... by FrankieBoy · · Score: 1

    I use AbiWord all the time but I use it on WinXP. I read somewhere that Gnumeric is going to be ported over which will be great since it's far superior (IMHO) to Excel. Most people hear Open Source and think Linux but there's a project called the OpenCD that's trying to get people weaned off MS by starting at the App level. They have many useful programs on the ISO including AbiWord. BTW OpenOffice is OK but not as good as an AbiWord/Gnumeric combo.

    1. Re:Now if we only had Gnumeric for Windows.... by angrykeyboarder · · Score: 1

      I guess you don't need documents in MS Word format then. OpenOffice actually does this. AbiWord does not. Also There is much more to Open Source for Windows than TheOpenCD. Check out The OSSwin project

      --
      Scott

      ©20014 angrykeyboarder & Elmer Fudd. All Wights Wesewved
  157. Re:I can understand hating IE and looking to repla by FictionPimp · · Score: 1
    I just recently bought a box of suse 9.1 and a copy of codeweaver's CrossOver Office. Not sure if that counts, but both do give back to the public.

    Although I bought the suse box because I wanted to try it out and my cable was down. Funny part is, I actually think I'm going to keep it installed. I find it more responsive then my previous distro.

  158. Wait... by temojen · · Score: 1

    Abiword is slow on a Pentium III 800MHz, 384MB of RAM? Perhaps something is seriously misconfigured about your computer. It's pretty snappy on my old K6-2/300 with 128MB (Fedora Core 1, ReiserFS).

  159. Sadly your post is no better than the review by Anonymous Coward · · Score: 0

    "take for example: Another great feature in AbiWord is the insert field option. The reviewer fails to mention that Word has many of the same features located under Insert->Date/Time. As far as an updated word counter..."

    Maybe someone already replied to you, but in case they didn't - please read an article more carefully before you reach an conclusion. The author mentioned "insert field" option, and also mentioned that field has a ticking clock! You compared it to "insert->Date/Time" in MS Word, which is static text (not even a field). Abi Word also has "insert->Date/Time" which is static text, but they also have "insert->field->Date/Time", which is a dynamic field with a tick clock (In fact, the author used a separate block to talk about this feature in detail with a separate line/paragraph that reads "time field keeps ticking". I really don't know how you missed that).

    You're also confusing (or at least your post is very confusing on this point) memory footprint size and binary sizes of a program. The author said binary size is under 5 MB, which has nothing to do with RAM as you mentioned. If you want to compare RAM usage, author mentioned its about 6 MB, AND author failed to mention that once a couple mid-sized documents were loaded, the RAM quickly runs to 15-20MB which overtakes MS Word by a couple megs (even when abi failed to load a dozen images in the MS Word97-formatted files), so RAM is not a strong field for Abi if one does such a simple test. Binary size is.

    The review from flexbeta does seem quite amateurish and maybe biased, but /. can do better only if our posts are better informed than others'. Being judgemental without even reading others' article carefully or doing simple fact-checking tests certainly won't score points.

  160. Re:I can understand hating IE and looking to repla by geeber · · Score: 1

    Well, I am forced to use Word at work and I do hate it. For several concrete reasons, and not just because it is a Microsoft products.

    First, figures are a nightmare to deal with. No matter how hard you try, word insists on randomly rearranging them if you type text in the wrong place.

    Equations and references are also a real pain in the neck. Having used LaTeX for many years in grad school, I know how things Should be.

    Not to mention the fact I have Word 2000, and my boss just got 2003, so we can't even easily interchange files. Or the how Word makes a nightmare out of dealing with formatting and fonts. Or how easily bullets and numbered lists can get screwed up.

    When anything anything beyond the most basic functions, it's my experience that Word quickly becomes a royal pain in the ***.

  161. OO worked better for me, in that instance. by Futurepower(R) · · Score: 1


    "But to claim that MS help offers no assistance is a little misleading..."

    I didn't claim no there was no help in MS office. I only claimed that the search words I entered, and there were several of them, did not give an answer. I tried the same thing in OO and immediately found the answer. In that particular instance, OO was better. Obviously, if I had known the correct search terms, I would have found what I wanted.

    "MS always have provided good documentation and help in their products."

    I disagree with that. If you try to support Windows XP, you find that the documentation is extremely scattered and poorly written. Also, if an MS tech support rep. is told of a mistake in a manual, he has no way to get it fixed, apparently.

  162. Grammar checkers are evil! by Medievalist · · Score: 1

    If you want all the life, all the juice, all the individuality sucked out of your prose, there's no better way to do it than with a grammar checker.

    For example, this post doesn't grammar check. Why? Because it sounds like a human being might have written it, and not some soulless insect from the marketing department.

  163. Sorry but Abiword sucks by bartok · · Score: 1

    Try loading a 2 Mb .txt file on any version of AbiWord. 2 minutes later your file still won't have finished loading and Abiword will be taking 50 Mb of memory.

    It also has problems with the various file formats it supposedly supports. Try saving a document as XHTML and then re-opening it. Last time I did that, it wouldn't even display it correctly.

    And no, I won't report a bug. OO.o and Word 97 work just fine for me.

  164. Can't write MSWord format by OGW · · Score: 1

    Like it or not, submitting Word format electronically is now required in many situations for filling out applications, forms, etc. Any other word processor that cannot read AND write Word format is never going to gain market share. And only being able to write "Hello world" in Word is not enough.

    For example, I tried to use Abiword to write a two-page grant proposal that had to be submitted electronically in Word format. I had to include some simple graphics (two data plots). I wrote something and sent it out. Fortunately it got checked by someone else before going to the sponsor- in Word it had the wrong number of pages, really screwed up formatting, etc. I had to find a Windows computer and use Word to fix everything.

    Then I found this on the abiword web site: "There are no plans to support binary MS Word export." http://www.abisource.com/twiki/bin/view/Abiword/Fa qMicrosoftWordDocuments#Saving_as_doc
  165. I'll stick with troff, thanks. by OrangeTide · · Score: 1

    I mostly write technical documents. troff takes less effort to write, I'll continue using that instead of AbiWord/OpenOffice/MS Word. WYSIWYG is generally not that useful if you do mainly structured documents or if you need fine control of typesetting. Typesetting languages with the right scripts are generally the easiest. If you need purely structured documents then DocBook-SGML is not a bad route to go. (SGML is fancier and more human-friendly than XML, which is what you really want if you are manually editing tags)

    Also when doing resumes you really have to make sure that the resume looks correct in Wordpad, Word97 and Office2k/XP. Seems that these are what recruiters use (wordpad appearing to be the most common). Hint: save as word97 RTF and rename .rtf to .doc. This will make it load correctly in wordpad, without getting too fancy/bizarre on the formatting that Office2K likes to put in.

    Recruiters seem to hate PDFs (I guess they prefer file formats with macro viruses). Although I've had a great deal of luck with HTML. Mostly I just do my resume in troff and provide it as PDF to the manager/engineers and HTML to the recruiters and everyone is happy.

    Guide to doing your resume in troff (and taking advantage of macros to painlessly customize your resume).
    Your Resume: Part 1 Your Resume: Part 2

    If you do a lot of technical documents these tools work well with troff (or LaTeX):
    Graphviz for doing automated diagrams
    Gnuplot for doing scientific graphing (it can output postscript and ascii)
    TGIF a 2-d drawing tool with a light-weigh intuitive UI.
    gEDA for schematics and pcb layout
    xcircuit extremely powerful 2-d drawing tool. originally designed for schematics, but is useful for any sort of diagram.

    Also if you were wondering: Résumé == Curriculum vitae (CV)

    --
    “Common sense is not so common.” — Voltaire
  166. Re:I'd call corrupting files more than a quirk, to by BenjyD · · Score: 1

    So it's a flawed implementation showing through in the GUI.
    Even so, why not just attempt to open a file, if it fails copy the file, use the repair on it and open the copy as a "repaired copy" transparently to the user.

  167. Re:I'd call corrupting files more than a quirk, to by ScottGant · · Score: 0

    Mod parent up...this isn't a troll.

    --

    "Music is everybody's possession. It's only publishers who think that people own it." - John Lennon.
  168. openoffice by Anonymous Coward · · Score: 0

    I'm supprised AbiWord even got mentioned. AbiWord or MSWord is nothing compared to OpenOffice.

  169. Better Alternatives Exist by nwbvt · · Score: 1
    First, let me state for the record that I'm using AbiWord 2.0.6, which is the current version in Slackware. I believe there is a more current version, so some of this may have been fixed since then.

    AbiWord sucks. There I said it. Don't -1 Troll me, I really mean it. Why does this guy like it? It has large (ugly) icons? Please. As far as I can tell, it supports none of the more advanced features that other word processing programs (such as Word, OpenOffice, KWord, etc.) have. The style editor does not seem nearly as advanced as the style editors of the others. I find no support for adding indexes or tables of contents. I can't find any support for inserting special objects like graphs and tables. Pretty much the only thing it has going for it is that it has a small memory footprint, but then again so does vi. That doesn't mean I'm going to use vi to write a paper.

    Without these features, AbiWord cannot think about replacing Word (or OO Writer). Maybe WordPad, but it is simply not powerful enough to be a full fledged word processor. Now maybe some of this stuff actually is supported but not easily found, but if someone has to read the manual just to make a simple chart its not going to replace MS Office.

    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
    1. Re:Better Alternatives Exist by Anonymous Coward · · Score: 0

      Tables have been supported since 2.0, I'm not sure which version you're using. Also, TOCs will be natively supported in 2.2, which you can preview by downloading 2.1.6.

    2. Re:Better Alternatives Exist by nwbvt · · Score: 1
      Basic tables, sure. More advanced stuff like spreadsheets? No.

      And I don't really care if certain features will be available in the future, I'm interested in an office suite now. By the time AbiWord gets to the point where it has these features, OOo, MSOffice, and KOffice may well have advanced past it. It makes no sense comparing future versions of AbiWord with current versions of other suites.

      --
      Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  170. Should have tried LaTeX by Anonymous Coward · · Score: 0

    Good for outlines.

  171. principal shmincipal by Peaker · · Score: 1

    Designing GUI's by generic principles instead of common sense is stupid.

    Even if upholding the principle, the fix does not have to be irreversible (It could back up the corrected file), nor does it have to "check in" with the user by hiding the option in an obscure position (How about a dialog box question?)

  172. I don't think so. by Medievalist · · Score: 1
    Word's only killer feature is 100% Word compatibility.
    Um, dude, you obviously haven't been using Word very long. I probably have dozens of ancient Word documents that won't load clean in recent versions of Word.

    My WAG is Word has about 90% Word compatibility. I could be wrong, it could actually be worse.
  173. Not a drawback by AhBeeDoi · · Score: 1

    The lack of grammar checking plug-in for the time being is not a drawback. I don't use word processors much these days but when I do, I often find myself yelling at the screen, "That's right! I had intended to use passive voice!"

  174. Re:I can understand hating IE and looking to repla by Anonymous Coward · · Score: 0

    Not because I hate Bill Gates, not because MS is a convicted monopolist, not because I am a Linux zealot.

    Just what the hell are you doing on slashdot?!

  175. I think it's the object models that matter by jesterzog · · Score: 1

    Shouldn't this become easier in the Future with new Versions of Office (2003+)

    To the best of my knowledge, it's already not that difficult to read .doc formats, if you overlook that Microsoft can change them at any time. An XML transition might or might not help with this, but personally I don't know if it'll make that much difference. (I'm not an expert, however.)

    Much if not most of the work has already been done in project like OpenOffice, and the AbiWord people could simply adapt that code if then needed to. I think the really big problem is writing the code to adapt someone else's native document object model to your own native document object model. If MS Word happens to store table information in a dramatically different way from how AbiWord likes to think of it, there will be a lot of possibly complicated translation code that will need to be written and maintained by someone. Or perhaps one vendor simply decides to add a simple feature that doesn't fit into the other vendor's object model at all well.

    If the XML is understandable, then perhaps it will make it easier for someone to write transformation style sheets between Microsoft and other formats that will do the conversions properly before the alternative software has to even think about loading them. We'll have to wait and see.

  176. MsWord's Save Error bug: a workaround to try. by aclidiere · · Score: 1


    The article Anatomy of a Software bug quoted in another Slashdot story tells the story of an MsWord bug. A "Write Error" can occur when saving a document after several hours of work. The article says you can workaround the problem by doing your editing in Normal view. (As opposed to Page view(?)--I'm not an MsWord user either.) That may be the problem you noticed.

    The bug was created with the introduction of multiple undo/redo in an old design. I understand from the article that large parts of MsWord need to be rewritten. Will that ever happen or will it die? How can software survive more than 10 years at a leader position? Probably not without recurrent and effective code refactoring.

  177. I like the grammar checker by jesterzog · · Score: 1

    But seriously folks... Is a grammar checker really that important a feature? I find that in Word, I turn it off because it drives me crazy.

    It doesn't seem to be common among slashdot readers at least, but personally I've found that the grammar checker is one of the features that I really miss since moving away from Windows.

    Certainly it makes mistakes, and I turn it off when I'm working on some text where Word's grammar isn't particularly important. It'd be silly to trust it with pirate grammar. But when I'm proofreading a large document, I've found it very useful, just for its ability to locate places where there might be problems.

    I can check them and I don't have to agree with them, it's often found things that I agree with in hindsight but wouldn't have noticed otherwise. In my case it's especially good for things like locating passive statements where active ones would do a better job, and so on. On many occasions it really has helped me to improve my writing style.

    If OpenOffice or AbiWord had a grammar checker at least as good as MS Word, I'd use them all the time. The closest I've managed to find in the open source world is style and diction. They find a few things, but are relatively primitive to what Word does.

  178. Script to convert from .doc to .sxw by jesterzog · · Score: 1

    My solution has been to use wpd2sxw to convert them, which seems to work fine for most stuff (at the very least, I can figure out what the memo is about).

    Speaking of which, could anyone suggest a good script or program to convert .doc files to .sxw files from the command line? I'd like something that I can run all at once over a hierarchy of folders containing lots of old documents, and ideally report whatever problems it has during the conversion process.

  179. Linespace in thesis by jjga · · Score: 1
    That seems to be why PhD theses that contain chemical or mathematical formulas usually are typeset with linespace 1.5, which doesn't look good either.

    So what linespace you think is suitable for a PhD thesis, a single line? As far as I know, most universities require thesis to use linespaces of 1.5 and even 2. I haven't seen any thesis using single line spacing as far as I can remember. I think it would look way too tight.

    1. Re:Linespace in thesis by hankwang · · Score: 1
      As far as I know, most universities require thesis to use linespaces of 1.5 and even 2.I haven't seen any thesis using single line spacing as far as I can remember.

      Well, since I don't use wordprocessors, I wasn't sure how that number was defined. Normally you'll want to print a 10-point Times-Roman with no less than 12 points of leading (distance between the baselines). Maybe wordprocessors call that "linespacing 1.2". You won't find any professionally-typeset books with more than 1.4 in this definition.

      It escapes my comprehension why someone would require a large line distance for a publication. Before the final version, it is of course convenient for the purpose of making corrections.

  180. Equations editor by jjga · · Score: 1

    Last time I used AbiWord I couldn't find its equation editor. Is it a lacking feature? If so, I think it is a serious limitation of the product.

  181. MS Word is very quirky. by Futurepower(R) · · Score: 1


    Hey Adrien,

    Interesting post.

    MS Word is so quirky that I think it needs a lot of re-writing. Trashing its own files is only one of the many time-consuming problems.

  182. Re:Word Perfect to Open Office converter by LouieLing · · Score: 1

    Staroffice has a built in Wordperfect converter. In Linux I use wpd2sxw built from a tarball. It converts Wordperfect files to the Openoffice format. The downside is that its a dreaded command line program:

    $ wpd2sxw "blah blah.wpd" blah blah.sxw"

    Works like a charm. Even taught my daughter ("I hate
    Linux") to use it for some files she had to edit. Off course she then converted them to .doc files so she could work on them in the comfort of M$.

  183. A good MS Word replacement isn't an MS Word clone by aclidiere · · Score: 1


    > is AbiWord a worthy MS Word replacement?

    I don't think a good MS Word replacement should be an MsWord clone. I think OpenOffice is already too much of a Word clone.

    It seems to me that AbiWord already suffers from the stuff everything in the toolbar syndrome. Why make the toolbar bar customizable and movable? Because that's what developers think is a fix for the poor usability of their software. In Word, it is easier to trash your toolbar than to type a letter.

    Will AbiWord implement Personalized menus, the most stupid workaround to the problem of having too many menu items?

    No innovation has been made in the recent years regarding page-layout software usability. That's depressing. I used to teach people how to use Word. Sometimes, I felt like teaching how to troubleshoot.

    Programs like Word made the user model too complex and illogical. It has become close to impossible for a user to understand and anticipate how Word functions. I don't think that solely code design and bugs are responsible for that. I think that the user model needs to be completely reviewed.

  184. Re:I can understand hating IE and looking to repla by Anonymous Coward · · Score: 0

    I completely agree with you about the typesetting issues of Word. If you write the same text in LaTeX and Word, the output of Word will always look like rubbish compared to TeX-Typeset. That is even _if_ you have a bit of knowledge about typesetting (which most Users don't have. Look at their texts!). I for myself have completely stopped to use Word-Processors of any kind. LaTeX is faster, uses less space, typesets beautifully and produces output in the right formats (that is pdf and ps). I don't only use it for articles and the like but also for letters and, with Prosper, to create presentations.

    But, let me guess: You are a technical user, aren't you? Probably mathematician, physicist or something similar. LaTeX is the de facto standard in these fields. It is not at all in the offices.

    Why? Because users want to see what they type, as they type. They want to have complete control over the layout. Even more, they have a crude fear towards everything that looks like a programming language (or better: Everything that is shown in Courier New by the editor :-). And _they don't have a clue about typesetting_! But the most important point is: Users don't write maths.

    Mathematicians, physicists and engineers love LaTeX, because you can write things like \[ f*g=\int g(x') f(x-x')\; {\rm d} x'\] and it will look gorgeous. But secretaries want to write letters, hangouts for the pinboard, signs to put up above the coffeemachine ("who drinks the last cup has to make new", with "new" written in 72pt, brown colour, ArialBlack). If you do this in TeX, it takes ages.

    It's ab bit like the issue of Linux on the desktop: What you and I consider an advantage (No need to think of the typeset, writing in plain text, the right output-format for printing and publishing, etc.) are in fact disadvantages for the average Word-User ("I want headings in blue", "I want WYSIWYG", "My Boss wants a doc-file 'cause he can't open pdf",...), (just like the customisability of Linux and the mighty commandline makes the user mad during installation and maintenance; to explain my comparison).

  185. You're so wrong by caitsith01 · · Score: 1

    I would still use Word over Abiword even if neither, or both, had a grammar checker. And I would still turn it off.

    I care about English, not word processing evangelism. But congratulations for leaping to a totally idiotic conclusion based on zero evidence. Who's the real zealot here?

    --
    Read Pynchon.
  186. Re:I'd call corrupting files more than a quirk, to by Anonymous Coward · · Score: 0

    Acutally, I'm pretty sure it copies the file before it repairs it -- if you try to save it, the default filename is something like ASDFABE.DOC

  187. Actually Oo.o can do it by r6144 · · Score: 1

    It does contain something like MS Access, it is just not a separate application.

  188. Re:I can understand hating IE and looking to repla by Anonymous Coward · · Score: 0

    Word does have hyphenation, but it's not in the default install. You can also insert a non-breaking hyphen if you wish (ask Clippy).

  189. Re:I'd call corrupting files more than a quirk, to by Anonymous Coward · · Score: 0

    Another story: Someone gave me an MS Excel spreadsheet. I opened it in Excel, but was unable to discover how to make the row and column headings stay visible when I scrolled to the right or down. The Excel help was no help.

    Window -> Freeze Panes

  190. "Works" and "Works Suite" are different bundles by MojoStan · · Score: 1
    Actually, Microsoft currently offers two different "Works" bundles: (1) "Works" and (2) "Works Suite." "Works Suite" includes MS Word. "Works" does not. Some PC makers bundle "Works Suite", and some only bundle "Works" without MS Word.

    MS "Works" (not "Works Suite") is that stripped down "Office Suite" that we've seen bundled with new PC's for over a decade. It still has that stripped-down word processor.

    MS "Works Suite" is Works plus Word, Money, Encarta, Streets & Trips and Picture It. For $100 retail, this seems like a pretty good deal to me. When shopping for a new PC, make sure it comes with "Works Suite" if MS Word is important to you.

    Here's Microsoft's Works/Works Suite comparison page: Choose the right Works solution for you and your family.

    --
    TO START
    PRESS ANY KEY

    Where's the 'ANY' key? I see Esk, Kitarl, and Pig-Up...

  191. Where have we gone? by Martigan80 · · Score: 1

    the only draw back to AbiWord is that it currently does not feature a grammar checker

    If a grammar checker is the staple of a decision for a word processor then we live in a sad state!

    --
    This SIG pulled due to lack of funding. (This damn war is costing too much!)
  192. Damn. What's up here? Abiword is wonderful! by Fantastic+Lad · · Score: 1
    So we're comparing Word, which has had millions of development dollars and about a decade devoted to it. . , to a bit of programming done by enthusiasts who want to give the world a free and clean word processor. --Which they have done!

    The article itself may be off, but for goodness sake! Cut the complaining a little! The folks at Abisource have done a fantastic job and they've done it in their spare time. They deserve a helluva lot of respect for it. What non-selfish acts have you performed for the rest of the world recently?

    --I spent ages searching for a solid open source word processor, and Abiword is these days easily head and shoulders above every other option out there; it has in the last six months alone matured into a very solid little package; the current stable release is 2.0.10, and it is STABLE. I've experienced no crashes, and I use it all the time. I use it as a full word processor capable of handling 200 page files with nimble ease, a general note pad, a general spell checker, a document printer, a file converter, and all with comfort, simplicity and at a very tidy speed. I've used professional packages which have far more bumps and knots, and I've paid for them. For a work in progress, Abiword is amazing.

    Now, granted, Abiword isn't as feature-rich as Word, but give it time. Mozilla took a while before it was stable, (remember???), but now look at it! In the mean time, cut some slack and look at the successes rather than the failures. I've followed Abiword's development over the last three years, and it has come a long way.

    Abiword is a pleasure to use and it doesn't smell of MS. --I do actually appreciate the esthetics of a small program size. The download is only 4.83 Megs, and that's how big a word processor ought to be! Bloat-ware annoys me conceptually, and Microsoft annoys me directly. Abiword simply feels better, and when you write, one's state of mind is of paramount importance. --Feng shui is largely about how physical esthetics affect one's psychology. Torn envelopes and unpaid bills strewn on the kitchen table, awkward objects littering the entrance, bad colors. . , those hundred little dings to ones subconscious add up to crappy moods and guarded personalities, and you aren't even aware it's happening. The same applies to software; most of us spend hours every day with our minds merged with our computers.

    And honestly! How can anybody do their best work while jacked into the offspring of Gates?


    -FL

  193. Re:A good MS Word replacement isn't an MS Word clo by angrykeyboarder · · Score: 1

    OK, so how would you make any of these programs better? IF you don't put the features on a toolbar or menu where do you put them? Or, should we just go back to using WordPerfect for DOS? Or better, yet "Edit".

    --
    Scott

    ©20014 angrykeyboarder & Elmer Fudd. All Wights Wesewved
  194. Re:I can understand hating IE and looking to repla by hankwang · · Score: 1
    You are a technical user, aren't you? Probably mathematician, physicist or something similar. LaTeX is the de facto standard in these fields.

    I am a phycisist surround by chemists and phycisists. For math, it is standard. However, among phycisists it is somewhat common but by no means standard (personal experience from two universities and a research lab), except for theoretical physics. Chemists hardly ever use LaTeX. The reason that I referred to PhD theses was that I paged through a couple of them in order to get inspiration for my rant. :)

    But secretaries want to write letters, hangouts for the pinboard, signs to put up above the coffeemachine

    For single-page, single-copy documents, LaTeX makes less sense since the author will spend relatively much time on the style settings (although you might use a Wysiwyg front-end) and the reader won't spend much time reading it. I was thinking of scientific and technical documents that are lengthy and contain sections, figures, and maybe equations. More than one page also means that you will note that the bottom lines on the pages never align if you use Word (and probably AbiWord as well).

  195. Re:I'd call corrupting files more than a quirk, to by ScottGant · · Score: 1

    Mod parent up...this isn't overrated!

    --

    "Music is everybody's possession. It's only publishers who think that people own it." - John Lennon.
  196. There are many more examples of bad UI design by aclidiere · · Score: 1


    I don't mean that making better than these programs is easy. However, I think it should be trivial for any user to type a letter or a report.

    Discussing the toolbar issue is irrelevant. (Just as a quick note, I think it makes sense to relocate some buttons, given that the format of common documents (Letter, A4) requires more vertical space than horizontal space.)

    So the toolbar was just an example. Consider how hard it is to deal with automatic chaptering and numbering in Word. There are many, many other examples.

    An advantage of old programs is that they were more predictable, at least.

  197. Re:I can understand hating IE and looking to repla by TheDawgLives · · Score: 1

    Have you tried OpenOffice.org? It comes with a really nice equation editor built into oowriter (their version of Word). Also, calc (their version of Excel) is compatable with all versions of Excel.

    --
    -TheDawgLives suckitdown
  198. Re:I can understand hating IE and looking to repla by miskatonic+alumnus · · Score: 1

    I haven't tried OO yet. I may check out their spreadsheet. As for preparing documents, I'm sold on LsTeX, and really don't feel compelled to investigate alternatives. It does EXACTLY what I want it to do. Thanks.

  199. Re:I can understand hating IE and looking to repla by Lars+T. · · Score: 1
    Ahh, but LaTeX doesn't do WYSIWYG!

    But then, neither does Word ;-)

    --

    Lars T.

    To the guy who modded me down from perfect to terrible Karma - Apple haters still suck