GNU bug report logs - #4996
23.1; linum mode fails to number lines properly when just scrolling buffer

Previous Next

Package: emacs;

Reported by: mark.lillibridge <at> hp.com

Date: Sat, 21 Nov 2009 05:40:05 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Markus Triska <markus.triska <at> gmx.at>
To: gnu-emacs-bug <at> moderators.isc.org
Subject: bug#4996: problem found
Date: Sat, 21 Nov 2009 09:25:11 +0100
Mark Lillibridge <mark.lillibridge <at> hp.com> writes:

> I propose changing that line to:
>
>       (let ((old-inhibit inhibit-point-motion-hooks))
> 	(setq inhibit-point-motion-hooks t)
> 	(forward-line)
> 	(setq inhibit-point-motion-hooks old-inhibit))

I suggest:

      (let ((inhibit-point-motion-hooks t))
        (forward-line))




This bug report was last modified 15 years and 182 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.