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

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

Re: changing default name of shell


From: Jesper Harder
Subject: Re: changing default name of shell
Date: Fri, 18 Oct 2002 17:15:53 +0200
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-redhat-linux-gnu)

Chris <chrisl_ak@hotmail.com> writes:

> Is there a way I can automatically change the name of a shell buffer when I 
> open it? I would it to be called just "shell" or something without the * 

`C-u M-x shell' will query for the name.  You could also just make
wrapper and use that, e.g.:

(defun my-shell ()
  (interactive)
  (shell "shell"))


reply via email to

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