unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* special-display-regexps
@ 2007-04-27  2:20 Tyler Smith
  2007-04-27  4:49 ` special-display-regexps Drew Adams
  0 siblings, 1 reply; 9+ messages in thread
From: Tyler Smith @ 2007-04-27  2:20 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I'm trying to set up special display frames. I want to use if for the
following buffers:

*Completions*
*Help*
*help[R](functionname)*

I've tried the following regexps:

(setq special-display-regexps
      '("^\\*Help\\*$"
      "^\\*Completions\\*$"
      "^\\*help\\[R\\]([a-z]*)\\*$"))

This works fine for the first two, but the third doesn't catch. I've
also tried with single \ and double \, as well as simpler things like
"\*help.*" -- this works for regexp searches when I paste the buffer
name into scratch, but they don't work for the special display. What
am I doing wrong?

Thanks,

Tyler

^ permalink raw reply	[flat|nested] 9+ messages in thread
[parent not found: <mailman.2574.1177649782.7795.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.2605.1177686747.7795.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.2609.1177690056.7795.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.2610.1177696237.7795.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2007-04-27 19:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-27  2:20 special-display-regexps Tyler Smith
2007-04-27  4:49 ` special-display-regexps Drew Adams
     [not found] <mailman.2574.1177649782.7795.help-gnu-emacs@gnu.org>
2007-04-27 12:40 ` special-display-regexps Tyler Smith
2007-04-27 15:06   ` special-display-regexps Drew Adams
     [not found] <mailman.2605.1177686747.7795.help-gnu-emacs@gnu.org>
2007-04-27 15:29 ` special-display-regexps Tyler Smith
2007-04-27 16:00   ` special-display-regexps Drew Adams
     [not found] <mailman.2609.1177690056.7795.help-gnu-emacs@gnu.org>
2007-04-27 16:53 ` special-display-regexps Tyler Smith
2007-04-27 17:43   ` special-display-regexps Drew Adams
     [not found] <mailman.2610.1177696237.7795.help-gnu-emacs@gnu.org>
2007-04-27 19:43 ` special-display-regexps Tyler Smith

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).