Slashdot Mirror


User: agent063

agent063's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. What's the big deal? on Storing Light In Chips · · Score: 1

    I've had my microwave in storage for over a year. What's the big deal?

  2. Re:what's the difference? on VIM 6.0 is Out · · Score: 1
    In fact, XEmacs (last time I looked) was the only one of the two that supported color syntax hilighting on a console, thus bettering GNU/Emacs in that department IMHO.

    Emacs 21.1 (not yet released) will support colors in a tty. Not only that, it will approximate X11 color names so you don't have to have separate color setting for X and the console. (XEmacs doesn't do this.)

    Sam

  3. Re:what's the difference? on VIM 6.0 is Out · · Score: 1
    Care to post a coffee-making script?


    coffee.el --- Sumbit a BREW request to an RFC2324-compliant coffee device
    Contact: Eric Marsden


    http://www.chez.com/emarsden/downloads/coffee.el

    Sam
  4. Re:what's the difference? on VIM 6.0 is Out · · Score: 1
    The interface is quite different. Vim (like vi) has editing mode and command mode. Emacs just has editing mode. Both are command-driven though unless you use gvim or XEmacs - in that case you get an X11 user interface.

    XEmacs is not "Emacs with X11 support". Emacs and XEmacs are different editors, although they did fork from a common code base. Emacs runs fine in X, and XEmacs runs fine in a tty.

    Many think Vi vs. Emacs is the only editor flamewar. There's also Emacs vs. XEmacs! ;-)

    Sam