Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

emacs or vi

Name: Anonymous 2006-01-08 23:50

Emacs rooz. Bring it on vi kids~

Name: Anonymous 2006-02-19 23:10

vim
:wq

Name: Anonymous 2006-02-20 10:44

Emacs Made All Creationists Stupid...

Not that they were the brightest sorta tool in the shed before they all went wacko spacko.

Name: Anonymous 2006-02-20 11:59

Escape Meta Alt Control Shift

Name: Anonymous 2006-02-20 13:03

Vim sucks. Ass. And fat ones at that. So I tried emacs, and it was like a tarp. It starts out good, as in "less ancient and fugly". Then I move around and use it to fix some code, and discover emacs outdoes Office implementing Artificial Stupidity™, the technique of doing exactly what you do not want to do out of all the possible outcomes of your action. Finally I try to use more advanced features and discover they are all made of ass and poo. So I press Ctrl+M Alt+Q X J Shift+X oh wai-
So I go to another terminal and kill the stupid process.

So if we're to compare emacs or Vim, I'll take Vim, but that's like saying, I'll take bird shit over cow shit.

Name: Anonymous 2006-02-20 17:24

I used nano frequently and disliked vim very much until one day I was forced to use vim (no other editor installed on the system). So I ran vimtutor and within .. I dunno .. half an hour I knew all the basic stuff. Simple editing (till that day simple editing in vim was a mystery for me), replacing of characters, words, lines, blocks, regular expressions, etc.
No months of learning and I do remember the commands. If you need so long I cant say else then you are an idiot.

Now I love vim. For big things I use Bluefish and for building Swing UIs in Java I use Netbeans but vim is perfect for small to medium scripts and conf files.

Name: Anonymous 2006-02-20 17:31 (sage)

half an hour I knew all the basic stuff.

*snicker*

How basic is that?

Name: Anonymous 2006-02-20 21:10

While I normally just ssh into my CS account and use terminal emacs, could anyone recommend a good build of it for windows?

Name: Anonymous 2006-02-21 3:15

>>47
Well xemacs is available for winders. Not sure aboot proper emacs, although you could probably get it to build either with mingw or cygwin if you really wanted.

Name: Anonymous 2006-02-21 3:17

>>45
I tried netbeans and found it unusable. It would take a 5 minute break for garbage collection every 5 minutes.

Name: Anonymous 2006-02-21 13:21

>>48

Nevermind getting it to build, I believe its available in cygwin.

Name: Anonymous 2006-02-23 15:26

In reply to the opinion that Vi and Emacs keybindings do not transfer:
1) Vi movement is the main method of movement in most roguelike games.
2) The Emacs way of pressing one C-X combination and then another key is used in many places, GNU Screen is the one I use the most, you only use one accelerator though.

>>41
Try ZZ instead of :wq.

Name: Anonymous 2006-02-23 17:27

>>51 is pure lol

Name: Anonymous 2006-02-23 18:18

:q! kthx

Name: Anonymous 2006-02-23 18:53

Emacs hurts my fingers, I don't want to use modifiers that much; Toggling between modes in Vim is easy if you map Escape to Caps Lock, or use the... ^o for single commands.

Name: Anonymous 2006-02-24 3:33

I'm a Vim user, but I wanna learn emacs because I like to hack Lisp but it's a PITA editing Lisp source in Vim then switching to your Lisp interpreter, reloading the file etc when I could just run it in SLIME.

Good news is there is a Vim mode for emacs so I can use it without ruining my wrists.

Name: Anonymous 2006-02-24 11:01

Textmate > Kate > Notepad.exe > Vim > Emacs

Name: Anonymous 2006-02-24 11:21

>>56
I do not see how you could consider Notepad superior to Vim?

Name: Anonymous 2006-02-24 11:50

>>57
He put Textmate at the top of the pile, that makes him an iFag, don't pay any attention to him.

Name: Anonymous 2006-02-24 12:01

>>58
I respect homosexuals, I do not think we should dismiss >>56's opinion just because he happens to be born with inferior genes.

Name: Anonymous 2006-02-24 12:44 (sage)

DEEP ARGUMENTATION

Name: Anonymous 2006-02-24 12:46

I do not see how you could consider Notepad superior to Vim?

1. Not a refurbished 70's freeware
2. Does not require a terminal emulator, can run into the normal GUI
3. Doesn't require 20 hours of learning before its power becomes self-evident

Name: Anonymous 2006-02-24 13:01

Not a refurbished 70's freeware
Free Software != freeware

Does not require a terminal emulator, can run into the normal GUI
GVim, dumbass.

Doesn't require 20 hours of learning before its power becomes self-evident
Yeah with notepad what you see is what you get. Which aint much. At all.

Name: Anonymous 2006-02-24 13:51

Free Software != freeware
Sure, whatever word RMS wants you to use

GVim, dumbass.
Question was "I do not see how you could consider Notepad superior to Vim?", not "I do not see how you could consider Notepad superior to Vim or whatever faggotery somebody put on top of it to make it look like something else than an unproductive nerd toy"

Yeah with notepad what you see is what you get. Which aint much. At all.

You don't get it. Pretty much anything would be better than vim. Of course notepad.exe is quite shitty and useless for any real work. Emacs and Vim are just more useless, those relics of the pasts are only used by UNIX nerds who are proud they don't run X on their 'boxen' because they are too hardcore to need a GUI.
The rest of the world moved away from those user-hostile pieces of crap, and use powerful editors that know how to manage complexity (Kate, Textmate, BBEdit). When you actually need to do heavy text lifting, you use perl/python/ruby, not your editor, it's much faster. (Or you just pipe stuff through sed and awk if you are into retrocomputing)

Name: Anonymous 2006-02-24 16:11

Not a refurbished 70's freeware
Vim is a copy of the originally non-Free software Vi.

whatever faggotery somebody put on top of it
GVim is what is used in a GUI environment. And I can't run Notepad on a terminal, so that sucks.

user-hostile pieces of crap
Tried Cream [1]? I sure haven't.

[1] http://cream.sourceforge.net/

Name: Anonymous 2006-02-24 17:27

The rest of the world moved away from those user-hostile pieces of crap... When you actually need to do heavy text lifting, you use perl/python/ruby

Amen to that.

Name: Anonymous 2006-02-25 2:14 (sage)

The rest of the world moved away from those user-hostile pieces of crap, and use powerful editors that know how to manage complexity (Kate, Textmate, BBEdit).
i can't run any of those on my router...

Name: Anonymous 2006-02-25 3:37 (sage)

>>66
All the world isn't your router.

Use the right tool for the job.

Name: Anonymous 2006-02-25 6:37

i can't run any of those on my router...
Why the fuck would you want to run a text editor on your router? You can network your router's file system in such a way that you can open them in editors built with the 21st century in mind.

Name: Anonymous 2006-02-25 7:08

>>68
Sounds like overkill. In this case I'd say vi is a good idea.

But anyone who always insists on using vi, just because they sometimes use it over remote connections, is a fucking tool. Your local box is local; use an editor that isn't full of shit and fail.

Name: Anonymous 2006-02-25 7:12

Sounds like overkill. In this case I'd say vi is a good idea.
Why vi instead of pico or nano, then? Because "Vi is available everywhere" yet pico and nano aren't?

Name: Anonymous 2006-02-25 7:38

>>70
There's that, yes. Also, vi is a fully featured editor while pico is just a curses-ified cat.

Name: Anonymous 2006-02-25 7:51

vi is a fully featured editor while pico is just a curses-ified cat.

When I actually have to remotely login somewhere and cannot find a decent text editor, last fucking thing I want is to learn about the stupid shit vi does. You just need to learn i, escape-ZZ and :q! if you ever need to us vi, but you never do. Fucking grow up, UNIX nerds, your toy is not useful and is not cool.

Name: Anonymous 2006-02-25 7:56

The rest of the world moved away from those user-hostile pieces of crap... When you actually need to do heavy text lifting, you use perl/python/ruby

What editor would you write the code in ;)? Noo, not on the commandline, that is not reusable.

Name: Anonymous 2006-02-25 7:59

What editor would you write the code in ;)? Noo, not on the commandline, that is not reusable.

People answered before.
Kate, Textmate, Ultraedit.

Name: Anonymous 2006-03-03 11:54

Name: Anonymous 2006-03-03 15:08

>>75
I'm not clicking that.

Name: Anonymous 2006-03-03 15:37

I am.

Name: Anonymous 2006-03-03 15:37

Awesome!

Name: Anonymous 2006-03-04 1:22

>>75 Truth got told about emacs!

Name: Anonymous 2006-03-04 9:45

>>76

You should, it's not a trap.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List