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

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

show-outline-structure


From: Luke Gorrie
Subject: show-outline-structure
Date: Mon, 26 Apr 2004 21:29:40 +0200
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

I'm finding this much handier than outline-minor-mode in source files.

(defun show-outline-structure ()
  "Show the outline-mode structure of the current buffer."
  (interactive)
  (occur outline-regexp))


reply via email to

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