all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <Stephen.Berman@gmx.net>
To: emacs-devel@gnu.org
Subject: Re: Redisplay bug in margin
Date: Sun, 23 Sep 2007 16:27:18 +0200	[thread overview]
Message-ID: <87r6kpe9tl.fsf@escher.local.home> (raw)
In-Reply-To: E1IZNRK-0002Je-CJ@fencepost.gnu.org

On Sun, 23 Sep 2007 05:07:46 -0400 Richard Stallman <rms@gnu.org> wrote:

> Can you send a self-contained complete test case for Emacs 22.1,
> including a copy of a version of linum that causes the failure?
> That is the way to make debugging reliable.

With linum.el version 0.9u+ (the latest version as of this posting),
Emacs 22.1 does not show the display bug.  When I posted, I had tested
with linum.el version 0.9t, which does show the bug.  For the record,
here is the recipe:

1. Save the following lines  ~/linum-test.el:

(load-file "<path/to/linum.el>") ;; linum.el version 0.9t
(setq linum-format
      (lambda (line)
	(propertize (format "%d" line) 'face 'linum)))
(setq confirm-kill-emacs 'y-or-n-p)

2. emacs -q -l ~/linum-test.el ;; Emacs 22.1

3. M-x display-splash-screen

4. M-x linum-mode

5. C-x C-c

Now the display bug is seen.

Unlike Emacs 22.1, my current CVS Emacs (from the trunk) shows the bug
also with the current linum.el version 0.9u+ (GNU Emacs 23.0.50.1
(i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-09-23).

Steve Berman

  reply	other threads:[~2007-09-23 14:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-19 11:16 Redisplay bug in margin Juanma Barranquero
2007-09-20 16:35 ` Richard Stallman
2007-09-20 22:01   ` Stephen Berman
2007-09-23  9:07     ` Richard Stallman
2007-09-23 14:27       ` Stephen Berman [this message]
2007-09-23 21:54         ` Richard Stallman
2007-09-23 22:49           ` Stephen Berman
2007-09-24 18:19             ` Richard Stallman
2007-09-25 19:52               ` Stephen Berman
2007-09-26 14:08                 ` Stefan Monnier
2007-09-26 14:16                   ` Juanma Barranquero
2007-09-26 14:31                     ` Stephen Berman

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=87r6kpe9tl.fsf@escher.local.home \
    --to=stephen.berman@gmx.net \
    --cc=emacs-devel@gnu.org \
    /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.