unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: newb q: inferior-mode buffer not scrolling
Date: Fri, 23 Sep 2005 09:47:26 -0600	[thread overview]
Message-ID: <dh182i$gfv$1@sea.gmane.org> (raw)
In-Reply-To: <1127423683.596996.283210@z14g2000cwz.googlegroups.com>

stevenan@gmail.com wrote:
 > 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!

In the inferior ruby buffer, check the values of the comint-scroll-*
variables.  Assuming you want to set comint-scroll-to-bottom-on-input:

(add-hook 'inferior-ruby-mode-hook
           (lambda () (setq comint-scroll-to-bottom-on-input 'this)))

-- 
Kevin Rodgers

  reply	other threads:[~2005-09-23 15:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-22 21:14 newb q: inferior-mode buffer not scrolling stevenan
2005-09-23 15:47 ` Kevin Rodgers [this message]
     [not found] ` <mailman.8248.1127490828.20277.help-gnu-emacs@gnu.org>
2005-09-24  5:02   ` stevenan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='dh182i$gfv$1@sea.gmane.org' \
    --to=ihs_4664@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).