emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#18251: closed (24.4.50; defvar-local not in imenu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18251: closed (24.4.50; defvar-local not in imenu index in Emacs Lisp Mode)
Date: Sun, 26 Jun 2016 14:02:02 +0000

Your message dated Sun, 26 Jun 2016 10:00:55 -0400
with message-id <address@hidden>
and subject line Bug #18251: 24.4.50; defvar-local not in imenu index in Emacs 
Lisp Mode
has caused the debbugs.gnu.org bug report #18251,
regarding 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18251: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18251
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode Date: Tue, 12 Aug 2014 15:30:39 +0200
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.



--- End Message ---
--- Begin Message --- Subject: Bug #18251: 24.4.50; defvar-local not in imenu index in Emacs Lisp Mode Date: Sun, 26 Jun 2016 10:00:55 -0400
Version: 25.0.95

In Emacs 25 pretest the imenu index does include defvar-local


--- End Message ---

reply via email to

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