all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Subject: Re: Possible bug
Date: Thu, 4 Jan 2007 12:33:59 +0000 (UTC)	[thread overview]
Message-ID: <m1H2RnD-0004EmC@rattlesnake.com> (raw)
In-Reply-To: <E1H2IOs-0002ex-TB@fencepost.gnu.org> (message from Richard Stallman on Wed, 03 Jan 2007 21:32:14 -0500)

    < The variable compilation-scroll-output controls whether Emacs tracks
    < the tail of the messages or not.

    $ emacs -Q #using snapshot of late Sep 2006, sorry
    (set-variable (quote compilation-window-height) 111 nil)
    (compile "seq 222" nil)
    And it still tracks the bottom, even though
    compilation-scroll-output is nil, as default.

Using
Today's GNU Emacs CVS snapshot, Thu, 2007 Jan  4  11:19 UTC
GNU Emacs 22.0.92.14 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
started with

    /usr/local/src/emacs/src/emacs -Q -D \
    --eval '(setq-default mode-line-buffer-identification
            (quote (#("%14b" 0 4 (face (:weight normal))))))' \
    -fn "-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1"

in a compile with 

    (setq compilation-scroll-output nil)

point stays at the top of the *compilation* buffer window;
and in a compile with

    (setq compilation-scroll-output t)

point tracks the bottom.

This is what is supposed to happen and no change is needed for the
current CVS Emacs.

    (set-variable 'compilation-window-height 111 nil)

sets compilation-scroll-output to a non-nil value, so we should expect
point to track the bottom.  As describe-function says

    (set-variable VARIABLE VALUE &optional MAKE-LOCAL)

    Set VARIABLE to VALUE.  VALUE is a Lisp object.

-- 
    Robert J. Chassell                          GnuPG Key ID: 004B4AC8
    bob@rattlesnake.com                         bob@gnu.org
    http://www.rattlesnake.com                  http://www.teak.cc

  reply	other threads:[~2007-01-04 12:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-04  2:32 Possible bug Richard Stallman
2007-01-04 12:33 ` Robert J. Chassell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-03-10 16:24 Subhan Michael Tindall
2015-03-10 20:32 ` Nicolas Goaziou
     [not found] <mailman.6.1281477527.21026.help-gnu-emacs@gnu.org>
2010-08-11  7:01 ` TheFlyingDutchman
2010-08-10 21:58 Mark Tilford
2010-08-12 14:56 ` Michal Sojka
2010-08-12 20:50   ` Mark Tilford
2006-09-16 17:45 possible bug Pete Phillips

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

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

  git send-email \
    --in-reply-to=m1H2RnD-0004EmC@rattlesnake.com \
    --to=bob@rattlesnake.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.