From: Andreas Roehler <andreas.roehler@easy-emacs.de>
Subject: outline-regexp
Date: Mon, 04 Dec 2006 14:38:49 +0100 [thread overview]
Message-ID: <457424E9.2060107@easy-emacs.de> (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
next reply other threads:[~2006-12-04 13:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-04 13:38 Andreas Roehler [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=457424E9.2060107@easy-emacs.de \
--to=andreas.roehler@easy-emacs.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).