all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14402: Imenu does not work any more on trunk
@ 2013-05-14 17:36 Angelo Graziosi
  2013-05-14 19:30 ` Glenn Morris
  0 siblings, 1 reply; 8+ messages in thread
From: Angelo Graziosi @ 2013-05-14 17:36 UTC (permalink / raw
  To: 14402

The trunk revision #112579 shows an issue *very* similar to that 
described in bug #9199 [*]: same way to reproduce it, same result.

In my ~/.emacs.d/init.el I have something like this:

;; c-mode
(add-hook 'c-mode-hook
	  '(lambda()
	     ;; No indent for open bracket
	     (c-set-offset 'substatement-open 0)

	     ;; Add index of func. to menu bar
	     (imenu-add-to-menubar "Functions")
	     )
	  )

[...]

;; f90-mode
(add-hook 'f90-mode-hook
	  '(lambda()
	     ;; Add index of func. to menu bar
	     (imenu-add-to-menubar "Program-Units")
	     )
	  )

[...]

(setq imenu-auto-rescan t)
(setq imenu-auto-rescan-maxout 500000)

[...]

This time the issue shows up also in other programming modes. The Emacs 
buffer displays this error message:

Error in menu-bar-update-hook (imenu-update-menubar): 
(wrong-type-argument stringp ("Types" f90-imenu-type-matcher 1))

This issue is not shown by rev. 112494 I have build on May 07, 2013.


Ciao,
   Angelo.


---
[*] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9199





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-05-15  0:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 17:36 bug#14402: Imenu does not work any more on trunk Angelo Graziosi
2013-05-14 19:30 ` Glenn Morris
2013-05-14 20:21   ` Angelo Graziosi
2013-05-14 21:49     ` Angelo Graziosi
2013-05-14 22:06       ` Glenn Morris
2013-05-14 22:35         ` Angelo Graziosi
2013-05-14 22:39         ` Stefan Monnier
2013-05-15  0:53         ` Stefan Monnier

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.