unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: how to create dedicated buffers every time emacs starts?
Date: Tue, 02 Aug 2005 11:20:30 -0600	[thread overview]
Message-ID: <dcoa10$8tg$1@sea.gmane.org> (raw)
In-Reply-To: <87mzo32d1n.fsf@magma.ca>

Angelina Carlton wrote:
 > 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*"))

That ensures that whenever a buffer with one of those names is
displayed, it will be displayed in its own frame.  But it doesn't cause
any buffers with those names to be created...

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

... for that, you have to call M-x whatever in your .emacs file:

(dictionary)
(info)
(man "man")

-- 
Kevin Rodgers

      parent reply	other threads:[~2005-08-02 17:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-31 15:47 how to create dedicated buffers every time emacs starts? Angelina Carlton
2005-07-31 16:19 ` Peter Dyballa
2005-08-02 17:20 ` Kevin Rodgers [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dcoa10$8tg$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).