unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* outline-regexp
@ 2006-12-04 13:38 Andreas Roehler
  2006-12-04 15:04 ` outline-regexp Stefan Monnier
  2006-12-06 14:23 ` outline-regexp Richard Stallman
  0 siblings, 2 replies; 8+ messages in thread
From: Andreas Roehler @ 2006-12-04 13:38 UTC (permalink / raw)


Customizing `outline-regexp' in Emacs-Lisp-mode turned
out to be difficult:

Setting with `customize-variable' didn't have effect.

`describe-variable' told

,----
| outline-regexp is a variable defined in `outline.el'.
| Its value is
| ";;;\\(;* [^     \n]\\|###autoload\\)\\|("
| Local in buffer eil.el; global value is "[*\f]+"
`----

However, outline.el showed:

(defcustom outline-regexp "[*\^L]+"

whereas `customize-variable' displayed an entry

^[ \t]*(defun

(probably due to an earlier customization.)

AFAIS `outline-regexp' is set by a function
`lisp-mode-variables' in lisp-mode.el via `setq'

with the result, that's neither mentioned in
`load-history' nor listed in TAGS.

Given, I didn't oversee something important, it seems
worthwhile to re-consider this.

What about to drop setting in lisp-mode.el and let the
global value in effect instead? We would gain a
customization facility.


Thanks

__
Andreas Roehler



GNU Emacs 22.0.90.1 (i686-pc-linux-gnu, X toolkit,
Xaw3d scroll bars) of 2006-10-28

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

end of thread, other threads:[~2006-12-09  6:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-04 13:38 outline-regexp Andreas Roehler
2006-12-04 15:04 ` outline-regexp Stefan Monnier
2006-12-04 15:54   ` outline-regexp Andreas Roehler
2006-12-05  5:09   ` outline-regexp Richard Stallman
2006-12-06 14:23 ` outline-regexp Richard Stallman
2006-12-07 13:44   ` outline-regexp Andreas Roehler
2006-12-07 14:17     ` outline-regexp Stefan Monnier
2006-12-09  6:01     ` outline-regexp Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).