all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Galen Boyer <galenboyer@hotpop.com>
Subject: Re: Emacs shell and frames
Date: 17 Feb 2003 09:32:21 -0600	[thread overview]
Message-ID: <uel66sq8r.fsf@hotpop.com> (raw)
In-Reply-To: 861y27jygt.fsf@zeus.knighten.org

On 16 Feb 2003, Robert@Knighten.org wrote:
> 
> The emacs 'shell' command has the nice feature that if the shell
> buffer already exists it is reused, including simply switching to the
> buffer if the shell process is also running.  I prefer to use a
> separate FRAME for this purpose.  Do any of you have a version of the
> 'shell' command that will reuse an existing shell frame in much the
> same manner as is now done with the shell buffer?

I cut a sample of the buffers I use this for.  I should be obvious by
the parameter's names how to customize to your own preferences.  The
main thing is that if you open a new shell window, it opens in a new
frame.  If you C-x b *shell*, that frame pops up.

(setq special-display-buffer-names
      '(("*info*"
	 (top . 5)
	 (left . 100)
	 (width . 90)
	 (height . 55)
	 (background-color . "gray85")
	 (font . "-outline-Courier New-normal-r-normal-normal-11-97-96-96-c-*-iso8859-15")
	 (menu-bar-lines . 0))
	("*shell*"
	 (top . 5)
	 (left . -75)
	 (width . 80)
	 (height . 50)
	 (menu-bar-lines . 0)
	 (font . "-outline-Courier New-normal-r-normal-normal-13-97-96-96-c-*-iso8859-15")
	 (foreground-color . "black")
	 (background-color . "snow"))
	("*Help*"
	 (top . 5)
	 (left . -75)
	 (width . 80)
	 (height . 50)
	 (menu-bar-lines . 0)
	 (font . "-outline-Courier New-normal-r-normal-normal-13-97-96-96-c-*-iso8859-15")
	 (foreground-color . "black")
	 (background-color . "light steel blue"))
	))

-- 
Galen deForest Boyer
Sweet dreams and flying machines in pieces on the ground.

  reply	other threads:[~2003-02-17 15:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-17  4:57 Emacs shell and frames Robert L. Knighten
2003-02-17 15:32 ` Galen Boyer [this message]
2003-02-17 18:51 ` Kevin Rodgers

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

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

  git send-email \
    --in-reply-to=uel66sq8r.fsf@hotpop.com \
    --to=galenboyer@hotpop.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.
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.