Subject: Re: Indentation From: Erik Naggum <erik@naggum.no> Date: 1999/06/30 Newsgroups: comp.lang.lisp Message-ID: <3139729176190036@naggum.no> * wiseman@cs.uchicago.edu (John Wiseman) | This seems like a great time for me to ask how to make emacs indent IF | like this (the way FRED, the Macintosh Common Lisp editor, does it): | | (if (...) | (...) | (...)) it depends on which Lisp mode you're using. I have (put 'if 'lisp-indent-function 1) (put 'if 'fi:lisp-indent-hook 1) somewhere in the setup files. (Emacs' Lisp indentation code is arcane.) #:Erik -- @1999-07-22T00:37:33Z -- pi billion seconds since the turn of the century