unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Ruler not shown with (ruler-mode)
@ 2022-08-23  8:08 wilnerthomas--- via Users list for the GNU Emacs text editor
  0 siblings, 0 replies; only message in thread
From: wilnerthomas--- via Users list for the GNU Emacs text editor @ 2022-08-23  8:08 UTC (permalink / raw)
  To: Help Gnu Emacs

I wanted to show the ruler with this function but calling the function is
 not actually displaying it.

(defun gala-ruler ()
  "Cycle though character highlighting (tabs and trailing spaces)."
  (interactive)

  (ruler-mode)
  (setq line-number-mode t)
  (setq column-number-mode t))

(gala-ruler)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-23  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-23  8:08 Ruler not shown with (ruler-mode) wilnerthomas--- via Users list for the GNU Emacs text editor

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