LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-17-2003, 04:04 AM   #1
duaux
Member
 
Registered: Mar 2002
Location: Toronto, Canada
Distribution: RH 9, Gentoo 1.4: Fluxbox!!!
Posts: 96

Rep: Reputation: 15
Question Console Word Processors


scoured the net a bit, cant seem to find a 'good' CONSOLE based word processor...

ie. with spell chk, grammer etc.

any recommendations?

thanks
 
Old 08-17-2003, 04:34 AM   #2
tchernobog
Member
 
Registered: Aug 2003
Distribution: Latest Gentoo; Mandrake 9.1
Posts: 37

Rep: Reputation: 15
As far as I know, Emacs is fully extendable, so you should try that. I used it for programming, so I don't know if it has a spell checker. Try going to www.gnu.org.
 
Old 08-17-2003, 12:56 PM   #3
andrewlkho
Member
 
Registered: Jul 2003
Location: London
Posts: 548

Rep: Reputation: 31
vi is also said to be good, however, I'm also not sure about spell checking. Personally, I use a graphical one, or use nano in console...
 
Old 08-17-2003, 01:18 PM   #4
rootyard
Member
 
Registered: Aug 2003
Posts: 167

Rep: Reputation: 30
use `ed`
 
Old 08-18-2003, 03:15 AM   #5
duaux
Member
 
Registered: Mar 2002
Location: Toronto, Canada
Distribution: RH 9, Gentoo 1.4: Fluxbox!!!
Posts: 96

Original Poster
Rep: Reputation: 15
any others?
 
Old 08-18-2003, 03:44 AM   #6
tchernobog
Member
 
Registered: Aug 2003
Distribution: Latest Gentoo; Mandrake 9.1
Posts: 37

Rep: Reputation: 15
Well, there's also some non-free software.
I also counterchecked: emacs _does have_ spell check.

If you want a better one, use Ispell.
http://www.gnu.org/software/ispell/ispell.html
 
Old 08-18-2003, 05:08 AM   #7
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Pico I use it for HTML and Python programming. It has spell check, cut and paste and other few functions as justify. If you are using RedHat 9.0 install pine and you should get pico .
 
Old 08-18-2003, 05:36 AM   #8
Read_Icculus
Member
 
Registered: Oct 2002
Distribution: MDK 9.2, Debian
Posts: 74

Rep: Reputation: 16
Personally I like jed. It has ispell integration for spell checking and works more like you'd expect an editor to work, and less like vi or emacs. Such as using arrow keys for choosing where to enter text! No use of the "insert" key for some crazy reason. Also it's completely customizable; set up your own keybindings, emacs emulation, emulation of other editors... all with an intuitive interface.
 
Old 08-19-2003, 06:53 PM   #9
graffitici
Member
 
Registered: Jun 2003
Location: Istanbul - Turkey
Distribution: Fedora, Gentoo
Posts: 150

Rep: Reputation: 15
Contrary to popular belief, emacs and vi are *not* word processors. They are "text editors". Now I am not really sure about the nuances between these, but a text editor's main objective should be to write programs, edit config files etc without dealing with the structure, the headings. TeX is not one either, since it is a "typesetting system".
I am confused too...

I have heard that old versions of WordPerfect were excellent console-based word processors. Apparently Corel sacrificed some functionality when designing the new versions for X, and I know that people are looking for the old ones .

But I am too seeking for a nice processors working in the console! My searches on the net resulted in mostly X11 software. Does anybody have another advice? Maybe a TeX macro might do the job?

Cheers
 
Old 08-21-2003, 04:23 PM   #10
duaux
Member
 
Registered: Mar 2002
Location: Toronto, Canada
Distribution: RH 9, Gentoo 1.4: Fluxbox!!!
Posts: 96

Original Poster
Rep: Reputation: 15
maybe corel will give away their old console based word processors code?

bah like that will happen...

for the programmers out there: WE NEED A CONSOLE BASED WORD PROCESSOR!!!

please...

port abiword to console or something

 
Old 08-21-2003, 04:50 PM   #11
kev82
Senior Member
 
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263

Rep: Reputation: 51
i personally would reccomend tex/latex, they are not wordprocessors, they are typesetters but have just the same if not a lot more functionality, they do however lack the wysiwyg interface.

to show you what they can do, have a look at this i did it last year in a few hours so i could learn latex, its not meant to be wonderful or accurate. you will also find once you become accustomed to it, that its a LOT faster than a word processor.

the other main advantage is file corruption, a latex source file is pure text so if a byte or two gets changed then theres no problem, you can still load it up and fix it. if a byte or two of a binary format file is changed then youve lost the whole contents of the file.

its not just for maths/science either, me and sk8guitar figured a really nifty way to get it to do mail merge.
 
Old 08-21-2003, 06:23 PM   #12
graffitici
Member
 
Registered: Jun 2003
Location: Istanbul - Turkey
Distribution: Fedora, Gentoo
Posts: 150

Rep: Reputation: 15
Now that I have made my research, I can unveil my conclusion. I agree, kev82, though only partly. I knew from the beginning that TeX and LaTeX were not word processors as I said, but then I felt pitiful for discarding such a magnificent work. The ultimate word processor should definitely be based on this typsetting system, yet it should be faster to use. I thus found LyX, the document processor!! On their website (www.lyx.org) they only show the GUI version, though it should also have a console version. I can't tell since I haven't been able to install it properly yet ( I think it will not work with my TeXLive installation ). Still it is definitely worth a try!
 
Old 08-21-2003, 06:43 PM   #13
kev82
Senior Member
 
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263

Rep: Reputation: 51
lyx is basically a wysiwyg interface to tex, trust me with time you will find it is quicker to type the latex commands than it is to select them from a menu but its much easier to start with something like lyx, i did. there is no console version of lyx.

Last edited by kev82; 08-21-2003 at 06:46 PM.
 
Old 08-21-2003, 06:49 PM   #14
graffitici
Member
 
Registered: Jun 2003
Location: Istanbul - Turkey
Distribution: Fedora, Gentoo
Posts: 150

Rep: Reputation: 15
Ok I believe you. I am always looking for challenging tasks anyway, and learning TeX is a major one! By the way, I looked at the pdf file you created. It is really a nice job, did you do it with TeX or with LaTeX?
I am asking this to know whether you choose all the font types by writng
\it{} and \bf{} everytime, or did you just typed what the words are (like headings or section numbers)?
 
Old 08-21-2003, 06:51 PM   #15
kev82
Senior Member
 
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263

Rep: Reputation: 51
its done in latex, i should still have the source somewhere, if i find it i'll put it online for you.

here you go, these are for a previos version but theres plenty there to look at.

**bewarned this was done before i learned to format my latex code nicely**

Last edited by kev82; 08-21-2003 at 07:11 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Word won't word wrap Micro420 General 1 06-13-2005 04:36 PM
Any Text-Based Word Processors for Linux? linguae Linux - Software 10 07-06-2004 05:21 PM
Concerning using word processors and opening documents sofasurfer Linux - Newbie 4 01-09-2004 12:13 AM
word processors don't `see' cyrillic fonts properly Valodya Slackware 2 12-26-2003 09:30 AM
Will Linux Support Amd Processors And Other Than Intel Processors? halovivek Linux - Hardware 6 09-02-2003 01:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration