emacs-devel
[Top][All Lists]
Advanced

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

Re: beginning-of-defun (again)


From: John Wiegley
Subject: Re: beginning-of-defun (again)
Date: Fri, 30 Oct 2015 16:34:29 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

>>>>> Alan Mackenzie <address@hidden> writes:

> I think what John's saying is that in circumstances such as:
> (eval-and-compile
>   (defmacro foo ......
>   ....
>   ))

> , the beginning of the defun (here a defmacro) for foo isn't at column 0,
> because Emacs Lisp Mode's indentation puts it to column 2. So a C-M-a will
> not find "(defmacro foo ...", which is sometimes irritating, particularly
> when there are several de\(fun\|macro\)s within one eval-and-compile.

Yes, Alan has it pretty much exactly, only it's use-package instead of
eval-and-compile. Same difference, though.

John



reply via email to

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