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

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

bug#15030: 24.3.50; neither Imenu nor font-lock knows about `cl-def*' de


From: Juanma Barranquero
Subject: bug#15030: 24.3.50; neither Imenu nor font-lock knows about `cl-def*' defining forms.
Date: Tue, 6 Aug 2013 02:48:03 +0200

> Subject line describes the problem.  Please fix Imenu and font-lock so
> that cl-defun and the like are recognized.

> Try to find frameset-save or frameset-restore in the Defs menu.

In fact, you'll find frameset-save and frameset-restore. I fixed this
four days ago:

------------------------------------------------------------
revno: 113661
committer: Juanma Barranquero <lekktu@gmail.com>
branch nick: trunk
timestamp: Fri 2013-08-02 18:29:16 +0200
message:
  lisp/emacs-lisp/lisp-mode.el: Support cl-def* expressions in imenu.



What you won't find is frameset (under Types), because currently imenu
does not understand the  (cl-defstruct (name args) ...)  format, just
(cl-defstruct name ...)

> Neither `cl-defun' nor `frameset-restore' is highlighted by font-lock.

That is bug#12761  (http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12761)

I'm closing this one. Please comment in thread of bug#12761.





reply via email to

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