unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#20674: linum-mode overwrites existing margin width
@ 2015-05-27  7:56 Paul W. Rankin
  2015-05-27 15:50 ` Eli Zaretskii
  2015-05-28 18:30 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Paul W. Rankin @ 2015-05-27  7:56 UTC (permalink / raw)
  To: 20674

I set the window left margin to 25 columns, then activated linum-mode,
which sets the left margin to 3 columns (to accommodate the number of
figures in the total line numbers).

Expected behaviour:

linum-mode should only expand left margin as needed, not
overwrite/shrink it.

Example steps to reproduce:

$ emacs -Q

;; in *scratch* buffer

M-: (set-window-margins (selected-window) N) ;; where N is any number > 1

;; window margins are set to N columns.

M-x linum-mode

;; left window margin is reduced to 1 column

Suggestions to remedy:

Either linum-mode.el ~ L167 should be changed to accommodate existing
margin width, setting width to the maximum of existing or calculated
value, or the function should test whether the calculated width exceeds
the current margin width, and only update the window if necessary.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-28 18:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27  7:56 bug#20674: linum-mode overwrites existing margin width Paul W. Rankin
2015-05-27 15:50 ` Eli Zaretskii
2015-05-28  4:32   ` Paul W. Rankin
2015-05-28 14:36     ` Eli Zaretskii
2015-05-28 18:30 ` Stefan Monnier

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).