From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: stevenan@gmail.com Newsgroups: gmane.emacs.help Subject: newb q: inferior-mode buffer not scrolling Date: 22 Sep 2005 14:14:43 -0700 Organization: http://groups.google.com Message-ID: <1127423683.596996.283210@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1127423951 6600 80.91.229.2 (22 Sep 2005 21:19:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2005 21:19:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 22 23:19:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EIYRK-000118-9d for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Sep 2005 23:17:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EIYRJ-0007W0-Ms for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Sep 2005 17:17:09 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 24.5.195.229 Original-X-Trace: posting.google.com 1127423689 9517 127.0.0.1 (22 Sep 2005 21:14:49 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 22 Sep 2005 21:14:49 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=24.5.195.229; posting-account=Rq9WOwwAAABjQ7mpJtBf5hoUv2HOftkQ Original-Xref: shelby.stanford.edu gnu.emacs.help:134086 Original-To: help-gnu-emacs@gnu.org 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:29650 Archived-At: I'm using emacs to edit ruby, and I have the REPL process in its own inferior-mode buffer (via inf-ruby.el). However, when I send it commands, it doesn't scroll the window down. So I just always see the first page of commands...and I have to scroll down to the bottom.. I use SLIME also, and I never have to do that with its REPL buffer - it scrolls on its own. How can I make it auto-scroll? Should I ask the ruby ppl instead? Thanks! I'm using GNU Emacs 21.3.1 with Win32.