all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* imenu does not list paragraphs
@ 2017-01-16 15:15 Matthias Pfeifer
  2017-01-16 18:55 ` Alex Kost
  0 siblings, 1 reply; 3+ messages in thread
From: Matthias Pfeifer @ 2017-01-16 15:15 UTC (permalink / raw)
  To: help-gnu-emacs

I used to have my init.el file divided into paragraphs by inserting
markers. I have added following code into my init.el:

  (make-local-variable 'paragraph-start)
  (make-local-variable 'paragraph-separate)
  (setq paragraph-start "^;; \\["
        paragraph-separate "^;; ]$")
  (setq-local imenu-create-index-function
'imenu-default-create-index-function) )

This way I had imenu asking me to which paragraph I want to jump whenever I
invoked it. For some reason it stopped working. I do not know where else I
can look. paragraph-start and paragraph-separate do have the intended
values. Only invoking imenu gives me not my paragraphs as options, but
defun's and defvar's.

Matthias


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

end of thread, other threads:[~2017-01-17  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 15:15 imenu does not list paragraphs Matthias Pfeifer
2017-01-16 18:55 ` Alex Kost
2017-01-17  9:35   ` Matthias Pfeifer

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.