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

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

bug#57470: fill-column icon on the ruler is wrongly placed


From: uzibalqa
Subject: bug#57470: fill-column icon on the ruler is wrongly placed
Date: Mon, 29 Aug 2022 05:09:32 +0000

Have changed fill-column through mode-hooks for org-mode and text-mode only as 
follows

     (defun colum-property () (setq fill-column 72))

     (add-hook 'org-mode-hook   #'colum-property)

     (add-hook 'text-mode-hook  #'colum-property)

But when I load a "tex" or "texi" file, then call "M-x ruler-mode", the ruler 
takes the 
value 72 for fill-column when displaying the fill-column icon on the ruler.





reply via email to

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