bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#743: marked as done (23.0.60; linum-mode margin display wrong)


From: Emacs bug Tracking System
Subject: bug#743: marked as done (23.0.60; linum-mode margin display wrong)
Date: Tue, 26 Aug 2008 14:00:03 -0700

Your message dated Tue, 26 Aug 2008 16:53:13 -0400
with message-id <87sksrqz0m.fsf@cyd.mit.edu>
and subject line Re: bug#743: 23.0.60; linum-mode margin display wrong
has caused the Emacs bug report #743,
regarding 23.0.60; linum-mode margin display wrong
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
743: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=743
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; linum-mode margin display wrong Date: Tue, 19 Aug 2008 21:29:39 +0200 User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)
$ emacs -Q -eval '(progn (linum-mode 1) (insert-char ?\n 100) (goto-line 12) 
(redisplay) (kill-line 10))'

The numbering in the margin of the first lines looks like:

  |
  |
  |
  |
  |
  |
  |
  |
  |
 1|
 1|
 1|
13|
14|
...

The first 12 lines have a display margin string that is 3 characters
long (space padded), but the margin is only 2 columns wide, so the last
digit is lost.

-- 
Johan Bockgård



--- End Message ---
--- Begin Message --- Subject: Re: bug#743: 23.0.60; linum-mode margin display wrong Date: Tue, 26 Aug 2008 16:53:13 -0400
> The following patch fixes this problem for me.

I've checked in the patch, together with Johan's suggestion of
inheriting the remaining face attributes of `linum' from the default
face.

Thanks.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]