LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > LinuxQuestions.org > 2006 LinuxQuestions.org Members Choice Awards
User Name
Password
2006 LinuxQuestions.org Members Choice Awards This forum is for the 2006 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2006. This is your chance to be heard! Voting ends February 18th.

Notices


View Poll Results: Text Editor of the Year
vi/vim 640 38.46%
emacs/xemacs 114 6.85%
Kate 277 16.65%
jEdit 24 1.44%
nano 160 9.62%
pico 31 1.86%
gedit 190 11.42%
Nedit 23 1.38%
joe 17 1.02%
Scite 21 1.26%
Midnight Commander Editor 43 2.58%
KWrite 124 7.45%
Voters: 1664. You may not vote on this poll

Reply
  Search this Thread
Old 07-03-2007, 12:14 PM   #211
masinick
Member
 
Registered: Apr 2002
Location: Greenville, SC
Distribution: Debian, antiX, MX Linux
Posts: 636
Blog Entries: 16

Rep: Reputation: 104Reputation: 104
Agreed


Quote:
Originally Posted by mikieboy
Originally posted by masinick:

Definitely clarifies matters and I wasn't offended but thanks for the consideration.

Regards preference, I entirely agree that it's up to the individual and was merely making the point that I prefer a text editor to be good at just that one thing. If the truth be known, I was too lazy to be bothered learning all the other features of emacs and only ever used the editing function anyway. I wonder how many people have actually used emacs as a web browser.

As an aside, I remember a mate telling me a while back that he found using emacs keyboard shortcuts extensively was giving him RSI but I don't know if anyone else has experienced that.
I am glad you were not offended. I try to be careful with what I say, and never intentionally offend, though I can be controversial at times! ;-)

I have used GNU Emacs as a Web browser. It is OK for text only pages, similar to what you would access with links or lynx. Performance is not very good. On the other hand, Emacs has an excellent news reader, and I actually prefer reading news from Emacs whenever I can. Emacs also has an Email reader. Actually, it has SEVERAL Email clients. One is an extended feature of the Gnus news reader, and that is the most interesting one. There is also a GUI mail reader called VM, a classic Email reader called RMAIL, and an interface to the Rand Mail Handler (MH) called mh-e. Very rich Email environment and a very useful, if unconventional, environment.

These days, there are lots of text editors that highlight text and use color for keywords and syntax. GNU Emacs has always been among the leaders in this space. Even if a language comes along that Emacs doesn't handle, there are scripts for each language that can readily be written and/or adapted from existing scripts to support additional languages, so Emacs has great flexibility in this space.

No doubt about it, the greatest strength for Emacs is when you are utilizing multiple features. It is a very powerful editor in its own right, but dedicated editors may be more appropriate for specific features.

Frankly, I use multiple editors as well. As my overall editor, I do go with Emacs, but I certainly do not hesitate to use various dialects of Vi, as well as GUI based editors on various platforms, including desktop editors.
 
Old 07-04-2007, 01:17 AM   #212
amir_h
LQ Newbie
 
Registered: Aug 2003
Distribution: RedHat-9.0
Posts: 26

Rep: Reputation: 15
just vim it!
vim has every feature an editor/IDE needs, light weighted, stable, ...
 
Old 07-04-2007, 11:17 AM   #213
Gothi[c]
LQ Newbie
 
Registered: Jul 2007
Distribution: Blag
Posts: 2

Rep: Reputation: 0
Quote:
I have used GNU Emacs as a Web browser. It is OK for text only pages, similar to what you would access with links or lynx. Performance is not very good. On the other hand, Emacs has an excellent news reader, and I actually prefer reading news from Emacs whenever I can. Emacs also has an Email reader. Actually, it has SEVERAL Email clients. One is an extended feature of the Gnus news reader, and that is the most interesting one. There is also a GUI mail reader called VM, a classic Email reader called RMAIL, and an interface to the Rand Mail Handler (MH) called mh-e. Very rich Email environment and a very useful, if unconventional, environment.
Other notable emacs features I personally use alot are: mp3 playing (emms) and IRC client (ERC) and Shell/Terminal (M-x shell, M-x ansi-term), and screen (elscreen).

It can be nice to have a split-screen buffer setup with two source files (think c++ source and header for example), have auto completion and intellisense-like features, but then also a small IRC buffer to talk to fellow developers, and a different screen with an mp3 playlist buffer, and a volume control buffer.

You can switch between your developer screen and your music screen, and when a song changes it's announced in the status line while you are in your developer screen.
 
Old 07-05-2007, 04:13 AM   #214
mikieboy
Member
 
Registered: Apr 2004
Location: Warrington, Cheshire, UK
Distribution: Linux Mint 19.1 Xfce
Posts: 555

Rep: Reputation: 33
I think I should try out some of these Gnu Emacs features for myself. It's very easy to get into a comfort zone and stay there but I won't know whether I'll like these things till I actually make that effort.
 
Old 07-20-2007, 12:34 AM   #215
iwasapenguin
Member
 
Registered: Jul 2007
Posts: 110

Rep: Reputation: 15
I know it's to late to vote but I have to say that Emacs is easier on command line begginers so I used to use it alot. now I log in graphically, open xterm and use vim from the command line
 
Old 07-20-2007, 07:52 AM   #216
mikieboy
Member
 
Registered: Apr 2004
Location: Warrington, Cheshire, UK
Distribution: Linux Mint 19.1 Xfce
Posts: 555

Rep: Reputation: 33
I think your right about emacs suiting beginners and it's probably related to the fact that it's so similar to bash hence less confusing for a newbie.
 
Old 07-21-2007, 07:16 AM   #217
Gothi[c]
LQ Newbie
 
Registered: Jul 2007
Distribution: Blag
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by mikieboy
I think your right about emacs suiting beginners and it's probably related to the fact that it's so similar to bash hence less confusing for a newbie.
It may be easier to get started, but to extend emacs to make use of all the powerful features and lisp extentions out there I found it harder to figure out than vim,... Vim's .vimrc is rather humanly readable while emacs' configuration file is written in lisp.
 
Old 07-21-2007, 09:03 AM   #218
taylor_venable
Member
 
Registered: Jun 2005
Location: Indiana, USA
Distribution: OpenBSD, Ubuntu
Posts: 892

Rep: Reputation: 43
Quote:
Originally Posted by Gothi[c]
Vim's .vimrc is rather humanly readable while emacs' configuration file is written in lisp.
Believe it or not, some humans actually do write (and read) Lisp.
 
Old 07-21-2007, 05:21 PM   #219
Jorophose
Member
 
Registered: Oct 2006
Location: Ontario, Canada
Distribution: Xubuntu 6.06!! =D
Posts: 137

Rep: Reputation: 15
No editor can beat the mighty ee :P
 
Old 08-08-2007, 11:07 PM   #220
angryfirelord
Member
 
Registered: Dec 2005
Distribution: Fedora, CentOS
Posts: 515

Rep: Reputation: 66
One nice thing about vi is that it's installed on pretty much any *nix OS, so vi is very cross platform.

I prefer the nice and simple nano editor though.
 
Old 08-08-2007, 11:16 PM   #221
iceman_san
LQ Newbie
 
Registered: Aug 2007
Posts: 21

Rep: Reputation: 15
vim is the best
 
Old 08-25-2007, 02:55 PM   #222
provkitir
Member
 
Registered: Jul 2004
Location: Mass
Distribution: Freebsd 5.3, Debian sid 2.6.7
Posts: 101

Rep: Reputation: 15
I used to be an Emacs user, but recently switched to vi. Before people cast me as John Kerry I want to say that I was getting muscle cramps in my little finger, for CONSTANTLY having to hold down the Ctrl key. Sure you pound the Esc key in vim like a "sweet piece of Veal" (any arrested development fans here?), but there's never a need to hold down a key so far out of reach. Vim is the way of the future.
 
Old 08-26-2007, 06:18 AM   #223
maroonbaboon
Senior Member
 
Registered: Aug 2003
Location: Sydney
Distribution: debian
Posts: 1,495

Rep: Reputation: 48
Where is the mighty e3? Vi, emacs, pico, wordstar and nedit emulation and a calculator all in 10,812 bytes. Runs on Linux, FreeBSD, OpenBSD, NetBSD, Win9x, QNX, Atheos, BeOS, ELKS, and DOS.

Just the thing to stress-test your new 4GB quad core system.
 
Old 08-26-2007, 08:03 AM   #224
zsd
Member
 
Registered: Dec 2005
Location: Nova Scotia
Distribution: Slackware
Posts: 94

Rep: Reputation: 54
Quote:
Originally Posted by provkitir View Post
I used to be an Emacs user, but recently switched to vi. Before people cast me as John Kerry I want to say that I was getting muscle cramps in my little finger, for CONSTANTLY having to hold down the Ctrl key. Sure you pound the Esc key in vim like a "sweet piece of Veal" (any arrested development fans here?), but there's never a need to hold down a key so far out of reach. Vim is the way of the future.
You are probably using a PC keyboard without remapping any keys. If you had a keyboard with the Ctrl key where God intended it (i.e, above the shift key, next to the "A") then you would find it much easier to do. There are various and sundry easy ways to do this, you might consider trying one, and then your little finger cramps will go away.

Cheers.
Jim
 
Old 08-26-2007, 09:03 AM   #225
Okie
Senior Member
 
Registered: Mar 2002
Location: Oklahoma
Posts: 1,154

Rep: Reputation: 187Reputation: 187
for editing text in a terminal & CLI mode i prefer midnight commander's mcedit (has excellent syntax highlighting)...


for a GUI text editor my favorite is NEdit (has excellent syntax highlighting & macros and uses ispell for spell checking),..
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Text Editor of the Year jeremy 2005 LinuxQuestions.org Members Choice Awards 150 05-23-2009 09:40 AM

LinuxQuestions.org > Forums > LinuxQuestions.org > 2006 LinuxQuestions.org Members Choice Awards

All times are GMT -5. The time now is 07:20 PM.

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