LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


View Poll Results: What's your preferred programming environment?
Spiffy IDE - KDevelop, Ajunta, etc. 18 26.47%
A cool editor such as emacs 14 20.59%
xterm & vi 31 45.59%
ed 1 1.47%
Punchcards 4 5.88%
Voters: 68. You may not vote on this poll

Reply
  Search this Thread
Old 10-02-2003, 07:36 PM   #16
tcaptain
LQ Addict
 
Registered: Jul 2002
Location: Montreal
Distribution: Gentoo 2004 from stage 1 baby!
Posts: 1,403

Rep: Reputation: 45

Quote:
Originally posted by m0rl0ck
Warm tombstone pizza to my left, large glass of coke to my right, camel filters tucked under the right corner of my monitor within easy reach, low intensity ambient lighting.
Alternatly, little debbie fudge rounds and a huge pot of coffee, etc

Ok

*SIGH* Man I miss crunch time....I've left behind contract work and now work 9 to 5 (sort of) but I miss those weekends before the deadline, a 24 of Jolt cola, a 12 of beer, some take out pizza and loud fast music to keep me going til Monday 9am
 
Old 10-02-2003, 08:01 PM   #17
ehdwuld
Member
 
Registered: Jul 2003
Distribution: Currently Suse 11.1 but have RH7,8,9 / Fedora 7,8_64,9_64,&10_64
Posts: 634

Rep: Reputation: 30
have always used Vi
gotta try Vim
but when it absolutly has to be done now, its vi
( its just soooo short to type in and run )
 
Old 10-02-2003, 08:25 PM   #18
oulevon
Member
 
Registered: Feb 2001
Location: Boston, USA
Distribution: Slackware
Posts: 438

Rep: Reputation: 30
Vi

It's easy and basic. I hate ide's.
 
Old 10-02-2003, 10:35 PM   #19
Tarts
Member
 
Registered: Feb 2003
Distribution: Slackware 9.1 (exclusively) ;)
Posts: 344

Rep: Reputation: 30
For the last two week's i have been using the VIm and Xterm with Window Maker, who knew i was so 1337 all along?
 
Old 10-02-2003, 10:49 PM   #20
joesbox
Member
 
Registered: Feb 2003
Location: hampton va
Distribution: ubuntu
Posts: 502

Rep: Reputation: 30
started programming within a windows system for linux server so i am kinda hooked on EditPlus2. to alieve my need i run editplus via wine on my lin box.
 
Old 10-03-2003, 01:28 AM   #21
meldroc
Member
 
Registered: Aug 2003
Posts: 102

Original Poster
Rep: Reputation: 15
ehdwuld, there's an easy solution to your problem:

alias vi=vim

On my system, even that isn't necessary, since /usr/bin/vi is a symlink to vim.
 
Old 10-03-2003, 01:44 AM   #22
ehdwuld
Member
 
Registered: Jul 2003
Distribution: Currently Suse 11.1 but have RH7,8,9 / Fedora 7,8_64,9_64,&10_64
Posts: 634

Rep: Reputation: 30
ok thats at the command prompt or as root
$ alias vi=vim

or
# alias vi=vim
 
Old 10-03-2003, 02:31 PM   #23
meldroc
Member
 
Registered: Aug 2003
Posts: 102

Original Poster
Rep: Reputation: 15
You should be able to do the alias as a normal user - root access isn't required. Aliases are a standard feature of any decent shell like bash.

If you want the alias to be permanent, you'll want to put the alias line in your .bashrc (that is ~/.bashrc). If your install is vaguely like mine, there should already be a few aliases in there, so you just add this one to them.

I'll need to get kvim back on my system (the package I was using wasn't based on the same version of standard vim, so they fought.)

Now this is turning into editor wars... EMACS!!! VI!!! EMACS!!! VI!!! TASTES GREAT!!! LESS FILLING!!!
 
Old 10-03-2003, 02:37 PM   #24
ehdwuld
Member
 
Registered: Jul 2003
Distribution: Currently Suse 11.1 but have RH7,8,9 / Fedora 7,8_64,9_64,&10_64
Posts: 634

Rep: Reputation: 30
cool
for the sake of political correctness
let me state that,
" I am not saying that any editor is better or worse than any other
only that I am more familiar or more comfortable with my choice. "

 
Old 10-05-2003, 03:04 AM   #25
Robert0380
LQ Guru
 
Registered: Apr 2002
Location: Atlanta
Distribution: Gentoo
Posts: 1,280

Rep: Reputation: 47
vim, it seems to know every filetype i've ever had to deal with (including zone data files and named.conf)

emacs is my second choice but i dont use it as much as i use vim.
 
Old 10-14-2003, 10:24 PM   #26
h1tman
Member
 
Registered: Jul 2003
Distribution: Slackware 11
Posts: 439

Rep: Reputation: 30
ANJUTA is looking sexy, but when im feeling gangsta, its pico chumps
 
Old 10-15-2003, 12:21 AM   #27
Kumar
Member
 
Registered: Sep 2003
Location: Pune, India
Distribution: Red Hat
Posts: 106

Rep: Reputation: 15
nothing beats vi...
 
Old 10-15-2003, 02:28 AM   #28
rmartine
Member
 
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618

Rep: Reputation: 30
Hah.. I'm back!!

I finally escaped from my programming and actually read LQ again!!!

Many thousands of ASM lines later and I'm still using the MPLAB IDE. Windows proggie... I know I know... I gotta use it since the only pcmcia serial card "unofficially" recommended by Microchip doesn't work in Linux. USB to serial adapter are basically junk and can't handle anything precise. They're only good for a mouse or a joystick.

MPLAB is essentially Notepad with an assembler, simulator, and burner bundled in. The Linux equivalent would be Vi, gpasm, and gpsim. I'd use them if I could.

Back to the trenches.... and an attempt at stripping down the PICLIST's 16 bit multiplication routines.
 
Old 10-15-2003, 09:23 AM   #29
UltimaGuy
Member
 
Registered: Aug 2003
Location: Chennai, India
Distribution: PCLinuxOS .92, FC4
Posts: 840

Rep: Reputation: 32
I use emacs for all of my computing needs(not only programming) and sometimes is the only program open in my system. I wonder why emacs still doesn't play songs...
 
Old 10-16-2003, 08:37 AM   #30
Randy
LQ Newbie
 
Registered: Jun 2001
Distribution: Redhat
Posts: 18

Rep: Reputation: 0
vi
 
  


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
Posix programming environment setup jfitzger68 Programming 5 07-22-2005 01:12 PM
programming in fedora environment praveen_singh Linux - Newbie 1 10-15-2004 04:12 AM
programming environment? pablowablo Linux - Newbie 12 04-27-2004 10:34 AM
Programming environment devit Programming 2 02-10-2004 12:15 PM
Would like to setup programming environment in linux? northfield Linux - Newbie 7 08-16-2002 09:32 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

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