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

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

Info about indentation.


From: Jean-Michel Hufflen
Subject: Info about indentation.
Date: Tue, 10 Apr 2007 01:07:07 +0200
User-agent: KMail/1.5.4

   Dear Emacs'ers,

   I use emacs to write Scheme programs, and I would like to the following 
program to be displayed as:

(cond ((x y z) =>
          cdr)
         ...

that is, "cdr" just below (x y z), because "cdr" it is located after "=>". By 
default, emacs displays it like:

(cond ((x y z) =>
                    cdr)
         ...

   Does someone know how to proceed? Many thanks in advance,

J.-M. Hufflen





reply via email to

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