* Info about indentation.
@ 2007-04-09 23:07 Jean-Michel Hufflen
0 siblings, 0 replies; 2+ messages in thread
From: Jean-Michel Hufflen @ 2007-04-09 23:07 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Info about indentation.
[not found] <mailman.1908.1176209018.7795.help-gnu-emacs@gnu.org>
@ 2007-04-10 14:04 ` Robert Thorpe
0 siblings, 0 replies; 2+ messages in thread
From: Robert Thorpe @ 2007-04-10 14:04 UTC (permalink / raw)
To: help-gnu-emacs
On Apr 10, 12:07 am, Jean-Michel Hufflen <jmhuff...@free.fr> wrote:
> 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,
Well, in scheme-mode on my Emacs the "cdr" lines up with the paren
beginning "(x y z)", which seems right to me. Note that lisp-mode
doesn't understand => only scheme-mode understands that.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-10 14:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-09 23:07 Info about indentation Jean-Michel Hufflen
[not found] <mailman.1908.1176209018.7795.help-gnu-emacs@gnu.org>
2007-04-10 14:04 ` Robert Thorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).