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

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

[debbugs-tracker] bug#15030: closed (24.3.50; neither Imenu nor font-loc


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#15030: closed (24.3.50; neither Imenu nor font-lock knows about `cl-def*' defining forms.)
Date: Tue, 06 Aug 2013 00:49:01 +0000

Your message dated Tue, 6 Aug 2013 02:48:03 +0200
with message-id <address@hidden>
and subject line Re: bug#15030: 24.3.50; neither Imenu nor font-lock knows 
about `cl-def*' defining forms.
has caused the debbugs.gnu.org bug report #15030,
regarding 24.3.50; neither Imenu nor font-lock knows about `cl-def*' defining 
forms.
to be marked as done.

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


-- 
15030: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15030
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; neither Imenu nor font-lock knows about `cl-def*' defining forms. Date: Mon, 5 Aug 2013 14:04:20 -0700 (PDT)
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 address@hidden
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'



--- End Message ---
--- Begin Message --- Subject: Re: 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 <address@hidden>
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.


--- End Message ---

reply via email to

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