[NTLUG:Discuss] Emacs auto-indenting
John R. Hall
reeves at hex.net
Thu Jan 6 11:50:06 CST 2000
> > How do I make Emacs auto-indent? I'm using scheme-mode, which automatically
> > determines the corrent amount of space to indent, but I still have to press tab
> > before each line. Can I make it automatically jump to the right column each
> > time I press enter?
> Man, now I remember why I didn't like emacs...
> http://www.fnal.gov/docs/products/emacs/emacs/emacs_23.html#SEC182\
> might help... but I couldn't find it (always like to learn new things).
> To each their own.
Indeed. Actually, I prefer Nedit for most programming, but it doesn't have as
many language modes as Emacs (and I enjoy working with a variety of languages).
Emacs excels at editing Lisp-like source code (such as Scheme), since it is
written mostly in Lisp :)
Thanks for the link!
-Reeves
> BTW, are you missing a ' in your sig, or it supposed to be that way?
Yeah, that's Scheme syntax :) It means "quote the following data, do not
evaluate it".
--
(define signature '(
(name "John R. Hall")
(school "Georgia Tech")
(major "Computer Science")))
More information about the Discuss
mailing list