unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6276: Could indent-tabs-mode etc be made minor modes?
@ 2010-05-26 16:56 Lennart Borgman
  2010-05-31 20:32 ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Lennart Borgman @ 2010-05-26 16:56 UTC (permalink / raw)
  To: 6276

I just saw on EmacsWiki a list of minor modes that do not have a
command for turning them on, for example indent-tabs-mode. This is
instead a defcustom.

Could this be turned into a global minor mode, for example with something like

(define-minor-mode indent-tabs-mode
  "test"
  :global t
  :variable indent-tabs-mode)

If so then I think it should be done, because the current situation is
a bit confusing.

The minor modes without commands to turn them on that was mentioned was:

  ‘adaptive-fill-mode’
  ‘auto-hscroll-mode’
  ‘indent-tabs-mode’
  ‘shift-select-mode’
  ‘ediff-word-mode’





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

end of thread, other threads:[~2021-07-18 13:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-26 16:56 bug#6276: Could indent-tabs-mode etc be made minor modes? Lennart Borgman
2010-05-31 20:32 ` Stefan Monnier
2010-05-31 21:08   ` Drew Adams
2021-07-18 13:22   ` Lars Ingebrigtsen

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