From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Travis Spencer Newsgroups: gmane.emacs.help Subject: Re: how can i run csh in emacs? Date: Sat, 4 Jun 2005 22:08:37 -0700 Message-ID: References: <20050605044858.11236.qmail@web15104.mail.cnb.yahoo.com> Reply-To: Travis Spencer NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1117948311 32522 80.91.229.2 (5 Jun 2005 05:11:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Jun 2005 05:11:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 05 07:11:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DenPr-0005WJ-7A for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Jun 2005 07:11:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DenVi-0008OG-1f for geh-help-gnu-emacs@m.gmane.org; Sun, 05 Jun 2005 01:17:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DenU7-0008DK-Px for help-gnu-emacs@gnu.org; Sun, 05 Jun 2005 01:15:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DenU2-0008AQ-TK for help-gnu-emacs@gnu.org; Sun, 05 Jun 2005 01:15:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DenU1-00085O-Es for help-gnu-emacs@gnu.org; Sun, 05 Jun 2005 01:15:37 -0400 Original-Received: from [64.233.184.192] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DenQ4-0006eo-US for help-gnu-emacs@gnu.org; Sun, 05 Jun 2005 01:11:33 -0400 Original-Received: by wproxy.gmail.com with SMTP id 36so2181027wra for ; Sat, 04 Jun 2005 22:08:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n2mv4ybW99VgduS9gGrjuxGR9IbneZPD5jvX1HasnoNC388RMevllcWTe5/HvaNenNXi2fyeNrZMI/cA5JS7aAX3nYL4Q/Yj9h1fdc18ceszfH4jlTOm6OSl73flisGkUI94wi+6z5toQx6nXGBMZBgr6DhQQMK+A1uq/aHf/kg= Original-Received: by 10.54.61.19 with SMTP id j19mr2399825wra; Sat, 04 Jun 2005 22:08:37 -0700 (PDT) Original-Received: by 10.54.130.5 with HTTP; Sat, 4 Jun 2005 22:08:37 -0700 (PDT) Original-To: fellforan@yahoo.com.cn In-Reply-To: <20050605044858.11236.qmail@web15104.mail.cnb.yahoo.com> Content-Disposition: inline X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:27225 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27225 On 6/4/05, Bie Song wrote: > i tried to run csh in emacs : > M-x term RET Try=20 M-x shell RET=20 instead. If csh is your regular shell, this will work. Also, if you would like to use a custom startup file (e.g., to change your prompt or something) create a file called ~/.emacs_csh and emacs will run it when you start a new shell. HTH. --=20 Regards, Travis Spencer Portland, OR USA