From ... From: Erik Naggum Subject: Re: Indentation Date: 1999/06/30 Message-ID: <3139729176190036@naggum.no>#1/1 X-Deja-AN: 495562136 References: <87btdzgo29.fsf@orion.dent.isdn.cs.tu-berlin.de> <87so7asuav.fsf@pc-hrvoje.srce.hr> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * 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