all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bob Proulx <bob@proulx.com>
To: help-gnu-emacs@gnu.org
Subject: Re: syntax highlighting
Date: Mon, 17 Nov 2014 19:15:40 -0700	[thread overview]
Message-ID: <20141117190803126431455@bob.proulx.com> (raw)
In-Reply-To: <jwv389hrhw8.fsf-monnier+gmane.emacs.help@gnu.org>

Stefan Monnier wrote:
> Bruno Felix Rezende Ribeiro wrote:
> > That docstring, and all the others describing minor mode
> > (de)activation commands are somewhat ambiguous to me, because, as in
> > math literature, "positive" could or not include the number '0',
> > depending on author's definition.
> 
> For that reason, I recommend to use -1 and 1 to mean respectively "off"
> and "on".

When I posted my response I almost posted this:

  (setq font-lock-global-modes nil)

But then I checked the documentation to verify that what I was going to
post was accurate.  I found this in the emacs manual.

     Type ‘M-x global-font-lock-mode’ to toggle Font Lock mode in all
  buffers.  To impose this setting for future Emacs sessions, customize
  the variable ‘global-font-lock-mode’ (*note Easy Customization::), or
  add the following line to your init file:

       (global-font-lock-mode 0)

And so I didn't post (setq font-lock-global-modes nil) which I thought
was most plain and simple and instead posted the documented interface.
That is my reward for having read and followed the documentation.

But you are both completely right that 0 is ambiguous there.  That is
terrible.  It should be t or nil to be more consistent.  Or any of a
number of other possibilities.  Unfortunately it is already the
documented interface.  Hate proposing changing it since it will break
anyone who has followed directions.

Bob



  reply	other threads:[~2014-11-18  2:15 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-16  1:40 syntax highlighting mzp3769
2014-11-16  7:56 ` Emanuel Berg
2014-11-16 15:08   ` M P
2014-11-16 19:31     ` Bob Proulx
     [not found]     ` <mailman.13823.1416166289.1147.help-gnu-emacs@gnu.org>
2014-11-16 21:15       ` M P
2014-11-17  1:26         ` Robert Thorpe
2014-11-17  5:04           ` Bob Proulx
2014-11-17 14:53             ` Bruno Félix Rezende Ribeiro
2014-11-17 15:01               ` Stefan Monnier
2014-11-18  2:15                 ` Bob Proulx [this message]
2014-11-18  8:59                   ` Bruno Félix Rezende Ribeiro
2014-11-18 18:23                     ` Bob Proulx
     [not found]             ` <mailman.13882.1416236018.1147.help-gnu-emacs@gnu.org>
2014-11-18  2:10               ` Emanuel Berg
     [not found]           ` <mailman.13854.1416200675.1147.help-gnu-emacs@gnu.org>
2014-11-18  2:00             ` Emanuel Berg
2014-11-16 21:16     ` Emanuel Berg
2014-11-17  2:15 ` Robert Thorpe
  -- strict thread matches above, loose matches on Subject: below --
2015-03-16 17:39 Bostjan Vilfan
2015-03-15 21:31 Bostjan Vilfan
2015-03-16  2:55 ` Stefan Monnier
2003-01-28 16:02 Bingham, Jay
2003-01-28 12:42 Paul O'Donnell
2003-01-28 13:06 ` Christopher J. White
2003-01-28 13:07 ` David Kastrup
2003-01-28 15:11 ` Kester Clegg
2003-01-29  8:07 ` Lee Sau Dan
2002-11-20 22:26 Michael Mossey
2002-11-20 23:30 ` Michael Slass
2002-11-21  6:06   ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141117190803126431455@bob.proulx.com \
    --to=bob@proulx.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.