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

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

Re: limiting special buffers to dedicated frames


From: Colin S. Miller
Subject: Re: limiting special buffers to dedicated frames
Date: Mon, 19 Apr 2010 20:51:20 +0100
User-agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328)

LanX wrote:
Hi


I was trying

     (setq special-display-buffer-names
           '("*info*"))

Hi Rolf,
On Xemacs, it is
      (setq special-display-buffer-names
            '(
               ( "buffer-name-1" (variable-1a . 'value1a)  (variable-1b . 
'value1b)  )
               ( "buffer-name-2" (variable-2a . 'value1a)  (variable-2b . 
'value2b)  )
              )
      )

should be the same for GNU emacs.


Thanks for any help
  Rolf


HTH,
Colin S. Miller

--
Replace the obvious in my email address with the first three letters of the 
hostname to reply.


reply via email to

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