all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
[parent not found: <mailman.2609.1177690056.7795.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.2605.1177686747.7795.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.2574.1177649782.7795.help-gnu-emacs@gnu.org>]
* 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

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 --
     [not found] <mailman.2610.1177696237.7795.help-gnu-emacs@gnu.org>
2007-04-27 19:43 ` special-display-regexps Tyler Smith
     [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.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.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
2007-04-27  2:20 special-display-regexps Tyler Smith
2007-04-27  4:49 ` special-display-regexps Drew Adams

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.