unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57470: fill-column icon on the ruler is wrongly placed
@ 2022-08-29  5:09 uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-08-29 11:26 ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-08-29  5:09 UTC (permalink / raw)
  To: 57470


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.





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

end of thread, other threads:[~2022-08-29 16:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-29  5:09 bug#57470: fill-column icon on the ruler is wrongly placed uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-29 11:26 ` Eli Zaretskii
2022-08-29 12:04   ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-29 12:17     ` Christopher Dimech
2022-08-29 13:13     ` Eli Zaretskii
2022-08-29 14:53       ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-29 16:17         ` Eli Zaretskii
2022-08-29 16:40           ` uzibalqa via Bug reports for GNU Emacs, the Swiss army knife of text editors

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