From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthew Kennedy Newsgroups: gmane.emacs.help Subject: Re: need for a shell-mode-post-hook ? Date: Wed, 12 Mar 2003 07:53:23 GMT Organization: Road Runner - Texas Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <871y1dxbqx.fsf@killr.ath.cx> References: <87smu22ncd.fsf@killr.ath.cx> <5l65qrnfa3.fsf@rum.cs.yale.edu> <84d6kxkjhl.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1047455767 1131 80.91.224.249 (12 Mar 2003 07:56:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2003 07:56:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 12 08:56:03 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18t15m-0000Hk-00 for ; Wed, 12 Mar 2003 08:56:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18t15D-0004F7-02 for gnu-help-gnu-emacs@m.gmane.org; Wed, 12 Mar 2003 02:55:27 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.frii.net!newsfeed.frii.net!140.99.99.194.MISMATCH!newsfeed1.easynews.com!easynews.com!easynews!news-west.rr.com!cyclone.austin.rr.com!twister.austin.rr.com.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 66.25.132.244 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: twister.austin.rr.com 1047455603 66.25.132.244 (Wed, 12 Mar 2003 01:53:23 CST) Original-NNTP-Posting-Date: Wed, 12 Mar 2003 01:53:23 CST Original-Xref: shelby.stanford.edu gnu.emacs.help:111000 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7500 kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > But maybe Matthew could change his ~/.emacs_bash to produce less > output? For example, maybe it works to put all commands on one > (virtual) line by doing things like > > command1; \ > command2; \ > ... > > in ~/.emacs_bash. That works ;) I ended up with this: ,----[ .emacs_bash ] | export PS1='\u@\h \W \$ ' ; echo -ne "\r \n" `---- The echo writes spaces over the initial mess after moving to the beginning of the line. -- Matthew Kennedy