help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inferior-lisp mode indenting problem


From: Lowell
Subject: inferior-lisp mode indenting problem
Date: Thu, 14 Aug 2003 15:29:29 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624

The auto-indenting of 'if' clauses in inferior-lisp mode is not working properly. It does:

(if test
    then
  else)

but it should do:

(if test
    then
    else)

How can I change it?

Lowell



reply via email to

[Prev in Thread] Current Thread [Next in Thread]