* bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers
@ 2013-01-14 22:57 Alan Mackenzie
2013-01-15 3:40 ` Glenn Morris
2013-01-15 3:55 ` Eli Zaretskii
0 siblings, 2 replies; 6+ messages in thread
From: Alan Mackenzie @ 2013-01-14 22:57 UTC (permalink / raw)
To: 13443
Emacs-24.2.92
emacs -Q
1. Visit a file of non-trivial length in a window.
2. Scroll to a point distant from the beginning-of-buffer.
3. M-x linum-mode. Line numbers are now displayed.
4. M-<
5. C-<space>
The line numbers are now not displayed.
6. Perform any command which moves point.
The line numbers are displayed again.
This lack of line number display after 5 must surely be a bug. This
behaviour is observed both under X11 and in a Linux tty.
--
Alan Mackenzie (Nuremberg, Germany).
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers
2013-01-14 22:57 bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers Alan Mackenzie
@ 2013-01-15 3:40 ` Glenn Morris
2013-01-16 16:20 ` Alan Mackenzie
2013-01-15 3:55 ` Eli Zaretskii
1 sibling, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2013-01-15 3:40 UTC (permalink / raw)
To: Alan Mackenzie; +Cc: 13443
Alan Mackenzie wrote:
> 1. Visit a file of non-trivial length in a window.
> 2. Scroll to a point distant from the beginning-of-buffer.
> 3. M-x linum-mode. Line numbers are now displayed.
> 4. M-<
> 5. C-<space>
> The line numbers are now not displayed.
FWIW I tried on two systems and could not reproduce that.
Try nlinum.el from GNU ELPA?
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers
2013-01-14 22:57 bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers Alan Mackenzie
2013-01-15 3:40 ` Glenn Morris
@ 2013-01-15 3:55 ` Eli Zaretskii
1 sibling, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2013-01-15 3:55 UTC (permalink / raw)
To: Alan Mackenzie; +Cc: 13443
> Date: Mon, 14 Jan 2013 22:57:31 +0000
> From: Alan Mackenzie <acm@muc.de>
>
> Emacs-24.2.92
>
> emacs -Q
>
> 1. Visit a file of non-trivial length in a window.
> 2. Scroll to a point distant from the beginning-of-buffer.
> 3. M-x linum-mode. Line numbers are now displayed.
> 4. M-<
> 5. C-<space>
> The line numbers are now not displayed.
> 6. Perform any command which moves point.
> The line numbers are displayed again.
>
> This lack of line number display after 5 must surely be a bug. This
> behaviour is observed both under X11 and in a Linux tty.
I cannot reproduce this.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers
2013-01-15 3:40 ` Glenn Morris
@ 2013-01-16 16:20 ` Alan Mackenzie
2014-02-05 2:18 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: Alan Mackenzie @ 2013-01-16 16:20 UTC (permalink / raw)
To: Glenn Morris; +Cc: 13443
Hi, Glenn.
On Mon, Jan 14, 2013 at 10:40:14PM -0500, Glenn Morris wrote:
> Alan Mackenzie wrote:
> > 1. Visit a file of non-trivial length in a window.
> > 2. Scroll to a point distant from the beginning-of-buffer.
> > 3. M-x linum-mode. Line numbers are now displayed.
> > 4. M-<
> > 5. C-<space>
> > The line numbers are now not displayed.
> FWIW I tried on two systems and could not reproduce that.
Hmm. Wierd. I've just reconfigured 24.2.92 with no arguments and
rebuilt it (on a bog standard GNU system). I still get the error (in a
Linux tty).
> Try nlinum.el from GNU ELPA?
That appears to work properly.
--
Alan Mackenzie (Nuremberg, Germany).
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers
2013-01-16 16:20 ` Alan Mackenzie
@ 2014-02-05 2:18 ` Lars Ingebrigtsen
2014-02-05 23:08 ` Alan Mackenzie
0 siblings, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-05 2:18 UTC (permalink / raw)
To: Alan Mackenzie; +Cc: 13443
Alan Mackenzie <acm@muc.de> writes:
> On Mon, Jan 14, 2013 at 10:40:14PM -0500, Glenn Morris wrote:
>> Alan Mackenzie wrote:
>
>> > 1. Visit a file of non-trivial length in a window.
>> > 2. Scroll to a point distant from the beginning-of-buffer.
>> > 3. M-x linum-mode. Line numbers are now displayed.
>> > 4. M-<
>> > 5. C-<space>
>> > The line numbers are now not displayed.
>
>> FWIW I tried on two systems and could not reproduce that.
>
> Hmm. Wierd. I've just reconfigured 24.2.92 with no arguments and
> rebuilt it (on a bog standard GNU system). I still get the error (in a
> Linux tty).
Are you still seeing this problem in Emacs 24.3?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers
2014-02-05 2:18 ` Lars Ingebrigtsen
@ 2014-02-05 23:08 ` Alan Mackenzie
0 siblings, 0 replies; 6+ messages in thread
From: Alan Mackenzie @ 2014-02-05 23:08 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 13443
Hi, Lars.
On Tue, Feb 04, 2014 at 06:18:08PM -0800, Lars Ingebrigtsen wrote:
> Alan Mackenzie <acm@muc.de> writes:
> > On Mon, Jan 14, 2013 at 10:40:14PM -0500, Glenn Morris wrote:
> >> Alan Mackenzie wrote:
> >> > 1. Visit a file of non-trivial length in a window.
> >> > 2. Scroll to a point distant from the beginning-of-buffer.
> >> > 3. M-x linum-mode. Line numbers are now displayed.
> >> > 4. M-<
> >> > 5. C-<space>
> >> > The line numbers are now not displayed.
> >> FWIW I tried on two systems and could not reproduce that.
> > Hmm. Wierd. I've just reconfigured 24.2.92 with no arguments and
> > rebuilt it (on a bog standard GNU system). I still get the error (in a
> > Linux tty).
> Are you still seeing this problem in Emacs 24.3?
I can't reproduce it any more. I don't use linum-mode regularly, so I
didn't notice when it stopped failing. If it ever did. Hmm.....
> --
> (domestic pets only, the antidote for overdose, milk.)
> bloggy blog http://lars.ingebrigtsen.no/
--
Alan Mackenzie (Nuremberg, Germany).
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-02-05 23:08 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-14 22:57 bug#13443: 24.2.92: C-<space> with linum-mode enabled hides line numbers Alan Mackenzie
2013-01-15 3:40 ` Glenn Morris
2013-01-16 16:20 ` Alan Mackenzie
2014-02-05 2:18 ` Lars Ingebrigtsen
2014-02-05 23:08 ` Alan Mackenzie
2013-01-15 3:55 ` Eli Zaretskii
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).