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

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

how to create dedicated buffers every time emacs starts?


From: Angelina Carlton
Subject: how to create dedicated buffers every time emacs starts?
Date: Sun, 31 Jul 2005 11:47:00 -0400
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Hello

I would like to create a dictionary buffer, an info buffer and a man page
buffer so that each time I do M-x dictionary, M-x info or M-x man
it goes into the assigned buffer.

Is something like this what i need? (doesn't work)
(setq special-display-buffer-names                                              
                                        
      '("*dictionary*" "*info*" "*Man*")) 

basically, make these 3 buffers every time emacs starts and if I call
M-x whatever, place it in one of those buffers and not in the buffer I
happen to be working in.

possible? 

thanks a lot!

-- 
-----Angelina Carlton-----
orchid on irc.freenode.net
     brat@magma.ca
web:bzgirl.bakadigital.com
--------------------------




reply via email to

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