GNU bug report logs - #18251
24.4.50; defvar-local not in imenu index in Emacs Lisp Mode

Previous Next

Package: emacs;

Reported by: Sebastian Wiesner <swiesner <at> lunaryorn.com>

Date: Tue, 12 Aug 2014 13:32:02 UTC

Severity: minor

Found in version 24.4.50

Fixed in version 25.0.95

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sebastian Wiesner <swiesner <at> lunaryorn.com>
To: 18251 <at> debbugs.gnu.org
Subject: bug#18251: 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.




This bug report was last modified 8 years and 330 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.