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

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

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


From: Alan J Third
Subject: bug#1255: 23.0.60; linum-mode: no update after text-scale-adjust
Date: Sat, 09 Jan 2016 21:55:51 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin)

(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





reply via email to

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