all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Frozenlock <frozenlock@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: New minor mode toggling in V24
Date: Fri, 20 Jan 2012 13:01:24 -0500	[thread overview]
Message-ID: <CACjB3dvV4cqT5Q59B6YYGXk63rY0+aiageOrPfVUaU8YmusxLQ@mail.gmail.com> (raw)
In-Reply-To: <jwvr4yuo51y.fsf-monnier+emacs@gnu.org>

Thank you for the answer.

I do prefer to use (foo-mode 'toggle), thanks for the suggestion!
Alas, this precious info isn't in the foo-mode documentation (C-h f).
Unless it's somewhere else and I simply missed it, could it be added
in the mode documentation?

Christian

On Fri, Jan 20, 2012 at 8:55 AM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
>> ARG nil --> toggle
>> ARG 1   --> on
>> ARG -1  --> off
>
> That's what happened in the past and we changed it, so clearly we're not
> going back there.
> Toggling non-interactively is a very rare need.  But you can do it with
> (foo-mode 'toggle) if you don't like (foo-mode (if foo-mode -1 1)).
>
>
>        Stefan
>
>
> PS: In case you wonder about the reason for the change, it's for
> (add-hook 'foo-mode-hook 'bar-mode), eliminating the "need" for those
> otherwise redundant turn-on-foo-mode.



      reply	other threads:[~2012-01-20 18:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-20  0:49 New minor mode toggling in V24 Frozenlock
2012-01-20 13:55 ` Stefan Monnier
2012-01-20 18:01   ` Frozenlock [this message]

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=CACjB3dvV4cqT5Q59B6YYGXk63rY0+aiageOrPfVUaU8YmusxLQ@mail.gmail.com \
    --to=frozenlock@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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.