GNU bug report logs - #1255
23.0.60; linum-mode: no update after text-scale-adjust

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Sat, 25 Oct 2008 22:00:03 UTC

Severity: normal

Merged with 8379, 10960

Fixed in version 25.1

Done: Alan J Third <alan <at> idiocy.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alan J Third <alan <at> idiocy.org>
To: 1255 <at> debbugs.gnu.org
Subject: bug#1255: 23.0.60; linum-mode: no update after text-scale-adjust
Date: Sat, 09 Jan 2016 21:55:51 +0000
(let ((ov (make-overlay (point) (point)))
      (str "01234"))
  (set-window-margins (selected-window) (length str))
  (overlay-put ov 'before-string
               (propertize " " 'display
                           `((margin left-margin) ,str)))
  nil)

(text-scale-increase 3)

Using the above code from Juanma shows this is still an issue in 25.

-- 
Alan Third




This bug report was last modified 9 years and 130 days ago.

Previous Next


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