unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Barry Margolin <barry.margolin@level3.com>
Subject: Re: shell customization help
Date: Thu, 07 Aug 2003 21:40:36 GMT	[thread overview]
Message-ID: <oHzYa.33$7R.28@news.level3.com> (raw)
In-Reply-To: 7iadaluqiy.fsf@neoscale.com

In article <7iadaluqiy.fsf@neoscale.com>, Kin Cho  <kin@neoscale.com> wrote:
>Hi,
>
>I eval (shell), then type "ls -l" in the new shell buffer.
>
>Since the output is long, I cursor up to look at the outputs that
>has scrolled off the window.
>
>What I want to do now is to type another shell command, but the
>keys self insert at point, which isn't what I want.  How do I
>make the cursor jump to the end of the buffer (and insert the
>char I just typed) as soon as I type something (or press return)?

  comint-scroll-to-bottom-on-input's value is 
  this

  Documentation:
  *Controls whether input to interpreter causes window to scroll.
  If nil, then do not scroll.  If t or `all', scroll all windows showing buffer.
  If `this', scroll only the selected window.

  The default is nil.

  See `comint-preinput-scroll-to-bottom'.  This variable is buffer-local.

  You can customize this variable.

-- 
Barry Margolin, barry.margolin@level3.com
Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

  reply	other threads:[~2003-08-07 21:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07 21:05 shell customization help Kin Cho
2003-08-07 21:40 ` Barry Margolin [this message]
2003-08-07 22:02   ` Kin Cho

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='oHzYa.33$7R.28@news.level3.com' \
    --to=barry.margolin@level3.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).