emacs-devel
[Top][All Lists]
Advanced

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

Re: Byte compiler and eval-when-compile


From: Glenn Morris
Subject: Re: Byte compiler and eval-when-compile
Date: Thu, 18 Oct 2012 16:11:17 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

It might be better to simply move the boundp test inside
eieio-update-lisp-imenu-expression and always define the function.

Actually, the whole thing looks both pointless and bogus anyway. The
right thing in Emacs would be to modify the definition of
lisp-imenu-generic-expression in lisp-mode.el directly to add defmethod,
and this has aleady been done. And the regexp optimization means that
"|advice\\" does not appear in lisp-imenu-generic-expression anyway,
since at least Emacs 22.1.



reply via email to

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