From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rocksong23@fastmail.fm Newsgroups: gmane.emacs.help Subject: Re: annoying shell problem in GNU Emacs 22 Date: Thu, 22 May 2008 06:16:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <11dc2dab-0bf9-46d4-a257-ac4a2eddc82c@y22g2000prd.googlegroups.com> References: <87lk23imol.fsf@kanis.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1211487106 5551 80.91.229.12 (22 May 2008 20:11:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 May 2008 20:11:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 22 22:12:24 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JzH6f-0005xH-2A for geh-help-gnu-emacs@m.gmane.org; Thu, 22 May 2008 22:09:45 +0200 Original-Received: from localhost ([127.0.0.1]:51778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzH5u-0004tw-I8 for geh-help-gnu-emacs@m.gmane.org; Thu, 22 May 2008 16:08:58 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!postnews.google.com!y22g2000prd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 218.214.176.106 Original-X-Trace: posting.google.com 1211462172 18167 127.0.0.1 (22 May 2008 13:16:12 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 22 May 2008 13:16:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y22g2000prd.googlegroups.com; posting-host=218.214.176.106; posting-account=SjN16wkAAABXIep_sFJfOoFvBYJ3FzSL User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008041514 Firefox/3.0b5,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:158863 X-Mailman-Approved-At: Thu, 22 May 2008 16:08:40 -0400 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:54245 Archived-At: On May 22, 11:13=A0am, Kevin Rodgers wrote: > Ivan Kanis wrote: > > rockson...@fastmail.fm writes: > > >> Does that make sense? Like I said, it is really annoying. So if anyone > >> can point me to a setting to fix this, it'd be much appreciated. > > > Remove the function comint-postoutput-scroll-to-bottom from the list > > in the variable comint-output-filter-functions: > > > (setq comint-output-filter-functions '(comint-watch-for-password-prompt)= ) > > Argh. > > (remove-hook 'comint-output-filter-functions > 'comint-postoutput-scroll-to-bottom) > > -- > Kevin Rodgers > Denver, Colorado, USA