* bug#15030: 24.3.50; neither Imenu nor font-lock knows about `cl-def*' defining forms.
@ 2013-08-05 21:04 Drew Adams
2013-08-06 0:48 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2013-08-05 21:04 UTC (permalink / raw)
To: 15030
Subject line describes the problem. Please fix Imenu and font-lock so
that cl-defun and the like are recognized.
emacs -Q
M-x find-library frameset RET
M-x imenu-add-to-menubar Defs RET
Try to find frameset-save or frameset-restore in the Defs menu.
C-s cl-defun RET
Neither `cl-defun' nor `frameset-restore' is highlighted by font-lock.
In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
of 2013-08-02 on ODIEONE
Bzr revision: 113660 lekktu@gmail.com-20130802160313-rbi3o6322mz0m3ye
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
CFLAGS=-O0 -g3 LDFLAGS=-Lc:/Devel/emacs/lib
CPPFLAGS=-Ic:/Devel/emacs/include'
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#15030: 24.3.50; neither Imenu nor font-lock knows about `cl-def*' defining forms.
2013-08-05 21:04 bug#15030: 24.3.50; neither Imenu nor font-lock knows about `cl-def*' defining forms Drew Adams
@ 2013-08-06 0:48 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2013-08-06 0:48 UTC (permalink / raw)
To: Drew Adams; +Cc: 15030-done
> 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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-06 0:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-05 21:04 bug#15030: 24.3.50; neither Imenu nor font-lock knows about `cl-def*' defining forms Drew Adams
2013-08-06 0:48 ` Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.