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
     [EMAIL PROTECTED]
web:bzgirl.bakadigital.com
--------------------------


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to