[Top][All Lists]
[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.
- Byte compiler and eval-when-compile, David Engster, 2012/10/15
- Re: Byte compiler and eval-when-compile, Stefan Monnier, 2012/10/15
- Re: Byte compiler and eval-when-compile, David Engster, 2012/10/15
- Re: Byte compiler and eval-when-compile, Stefan Monnier, 2012/10/15
- Re: Byte compiler and eval-when-compile, David Engster, 2012/10/18
- Re: Byte compiler and eval-when-compile, Glenn Morris, 2012/10/18
- Re: Byte compiler and eval-when-compile, David Engster, 2012/10/18
- Re: Byte compiler and eval-when-compile,
Glenn Morris <=
- Re: Byte compiler and eval-when-compile, David Engster, 2012/10/18
- Re: Byte compiler and eval-when-compile, Stefan Monnier, 2012/10/18