unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Redisplay bug in margin
@ 2007-09-19 11:16 Juanma Barranquero
  2007-09-20 16:35 ` Richard Stallman
  0 siblings, 1 reply; 12+ messages in thread
From: Juanma Barranquero @ 2007-09-19 11:16 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 671 bytes --]

While trying Markus Triska's linum.el, I've stumbled upon a redisplay
bug in the window margin.

I'm using

  GNU Emacs 23.0.50.1 (i386-mingw-nt5.1.2600) of 2007-09-19 on JUANMAB

compiled with

  gcc (GCC) 3.4.5 (mingw special)

A simple way to see the bug:

----- .emacs -----
(require 'linum)   ;; a recent version

(setq linum-format
      (lambda (line)
	(propertize (format "%d" line) 'face 'linum)))

(setq confirm-kill-emacs 'y-or-n-p)
------------------

And then:

 emacs
 M-x linum-mode <RET>   ;; while on the Welcome screen
 C-x C-c

Strictly speaking, it is not required to set `linum-format', but it is
easier to see the bug that way.

             Juanma

[-- Attachment #2: before.png --]
[-- Type: image/png, Size: 3750 bytes --]

[-- Attachment #3: after.png --]
[-- Type: image/png, Size: 3841 bytes --]

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-09-26 14:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

Code repositories for project(s) associated with this public inbox

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

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).