LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-08-2002, 04:32 AM   #16
den_santiago
LQ Newbie
 
Registered: Aug 2001
Location: Philippines
Distribution: Red Hat 7.3 and 9.0
Posts: 19

Rep: Reputation: 0

How about Anjuta? It's a text editor that can be searched at site linux.box.sk. It has line numbering on the side of the editor, syntax highlighting, configurable link to compilers...etc. Heheheheh
 
Old 11-08-2002, 04:46 AM   #17
Mephisto
Member
 
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453

Rep: Reputation: 31
vi for text files

emacs for programming

I personally would recommend vi over pico, jed, etc... even for a beginner. Yes you have to figure out :i :w :q :q! but that is enough to get by for simple editing. The advantage is I do not know of any distro that does not have vi available, with the exception of Gentoo. So if you know vu you are usually good for the quick tweak to get the !?$# thing installed.
 
Old 11-08-2002, 05:51 AM   #18
dorward
Member
 
Registered: Sep 2001
Distribution: Gentoo
Posts: 760

Rep: Reputation: 31
Gentoo comes with vi.

The 1.2 (i.e. not the current) installer didn't, but once the base system was up vi could still be installed. The current version of Gentoo has vi available for the installer.
 
Old 11-08-2002, 08:10 AM   #19
llama_meme
Member
 
Registered: Nov 2001
Location: London, England
Distribution: Gentoo, FreeBSD
Posts: 590

Rep: Reputation: 30
vim for everything except LISP (i like emacs better for that)

vim can be a bit hard to start with, but you can save loads of time just by having litle shortcuts like 'o' to open a new line, Ctrl+A to increment a number, etc. Also, not having to have one hand over the arrow keys is a big plus once you get used to the weird hjkl system.

Of course emacs has the same kind of benefits, but i'm not so keen on stretching my hands for Ctrl+[whatever] combinations.

Alex
 
Old 11-08-2002, 09:16 AM   #20
Mephisto
Member
 
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453

Rep: Reputation: 31
When I said Gentoo did not come with Vi I meant for the stage one and two tarball steps. I was not clear, sorry. Of course Vi is available though using emerge.

Have they added it to the initial stages? No real reason to, just curious.
 
Old 11-08-2002, 02:12 PM   #21
dorward
Member
 
Registered: Sep 2001
Distribution: Gentoo
Posts: 760

Rep: Reputation: 31
> Have they added it to the initial stages?

Yes, I just said they did.

> No real reason to, just curious.

No real reason other then lots of people liking vi a lot, using vi a lot, and not being used to nano with its different key combos and irritating word wrap by default.
 
Old 11-08-2002, 03:09 PM   #22
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
I used to use Emacs, but just today i started learning Vim and liking it more than Emacs. Emacs has far too many options that others will surely find useful, but i do not. For example why check your e-mail with Emacs if there are other programs made for especially doing that. Although Emacs is a superb editor, it just bothers me that it tries to be many things at once, and it is one of the rare programs that is actually good at being more than an editor, while Vim is an editor, an advanced editor and just that, and i like that.
Well my thats my humble opanyway..
-NSKL
 
Old 11-08-2002, 04:54 PM   #23
Mephisto
Member
 
Registered: Oct 2002
Location: Washington D.C, USA
Distribution: Slack 12, Etch, Gutsy
Posts: 453

Rep: Reputation: 31
Quote:
Originally posted by dorward
> Have they added it to the initial stages?

Yes, I just said they did.
Ahh, I never really thought of stage 1 and 2 tarballs as an "installer", more like one step up from LFS

Of course if that was not the installer I am not sure what would be. What can I say, not enough sleep last night.
 
Old 11-08-2002, 09:15 PM   #24
stickman
Senior Member
 
Registered: Sep 2002
Location: Nashville, TN
Posts: 1,552

Rep: Reputation: 53
I prefer vi simply because its always on almost every Unix-like system. One time I heard/read someone make a comment about vi and emacs: Vi is a text editor. Emacs is a text editor, a mail reader, a news reader, a browser, an FTP client, ...
 
Old 11-09-2002, 03:36 AM   #25
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
Or, Vi is a text editor, Emacs is a operating system with a text editor attached.
-NSKL
 
Old 11-10-2002, 02:25 PM   #26
BioHak
LQ Newbie
 
Registered: Oct 2002
Location: Philadelphia,PA
Distribution: Suse ES9 AMD64
Posts: 18

Rep: Reputation: 0
Smile

vi stands out from all the other editors. it is on every system I have used. Learn a couple and you will be coverd
 
Old 11-10-2002, 11:46 PM   #27
doublefailure
Member
 
Registered: Mar 2002
Location: ma
Distribution: slackware
Posts: 747

Rep: Reputation: 30
lisp -> emacs
sql -> emacs
python -> emacs
<==code block execution

+ indent, highlight, redo/undo, block comment/out, regexp, remote file edit via ssh, telnet
+ more

i don't know much about vi, but i am happy with emacs
 
  


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
vi editor IwantLINUX Linux - Newbie 8 06-28-2005 10:28 AM
C++ editor onelung02 Programming 12 05-11-2005 01:51 AM
VI Editor rakriege Linux - General 2 02-04-2004 07:57 PM
c best editor alaios Programming 24 12-08-2003 06:50 AM
vi editor ?? johnyy Linux - Software 3 07-13-2003 01:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:48 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