* bug#18251: 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode
@ 2014-08-12 13:30 Sebastian Wiesner
2016-06-26 14:00 ` bug#18251: Bug #18251: " Noam Postavsky
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Wiesner @ 2014-08-12 13:30 UTC (permalink / raw)
To: 18251
Variables defined with `defvar-local', as in
(defvar-local foo nil "A local foo")
do not currently appear in the imenu index of Emacs Lisp Mode.
Since defvar-local is just a shortcut for `defvar` and
`make-variable-buffer-local`, I think that they should appear in the
imenu index just like other variables.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#18251: Bug #18251: 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode
2014-08-12 13:30 bug#18251: 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode Sebastian Wiesner
@ 2016-06-26 14:00 ` Noam Postavsky
0 siblings, 0 replies; 2+ messages in thread
From: Noam Postavsky @ 2016-06-26 14:00 UTC (permalink / raw)
To: 18251-done
Version: 25.0.95
In Emacs 25 pretest the imenu index does include defvar-local
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-26 14:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 13:30 bug#18251: 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode Sebastian Wiesner
2016-06-26 14:00 ` bug#18251: Bug #18251: " Noam Postavsky
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).