all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Kaushal Modi <kaushal.modi@gmail.com>
Cc: 27639@debbugs.gnu.org
Subject: bug#27639: 25.2; Fix syntax for minor mode enabling in dir locals in manual
Date: Tue, 11 Jul 2017 19:37:42 +0300	[thread overview]
Message-ID: <83wp7fhquh.fsf@gnu.org> (raw)
In-Reply-To: <CAFyQvY3my17J9r3qCuqYRN4WWQ=AwSgbp8xRgr02Yqdn=5rwpw@mail.gmail.com> (message from Kaushal Modi on Mon, 10 Jul 2017 11:55:58 +0000)

> From: Kaushal Modi <kaushal.modi@gmail.com>
> Date: Mon, 10 Jul 2017 11:55:58 +0000
> 
> I recently stumbled across this Reddit post[1] where a user is trying to enable a minor mode in .dir-locals.el.
> But he was doing that by setting the mode name to `t'. 

indent-tabs-mode is the mode variable, so setting it to t is not a
mistake.

> We generally(?) enable minor modes by doing (mode . MINOR) in .dir-locals.el. 

You could do it either way.  Also, some modes don't have such a
variable, so only the latter way will work.

But why do you think we should only advertise one method, but not the
other?  There's no magic here, just legitimate use of public
documented variables: 'mode' is a variable and so is 'indent-tabs-mode'.

So I think I don't get your motivation for the report and for the
patch you provided.

Thanks.





  parent reply	other threads:[~2017-07-11 16:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-10 11:55 bug#27639: 25.2; Fix syntax for minor mode enabling in dir locals in manual Kaushal Modi
2017-07-10 22:36 ` Kaushal Modi
2017-07-11 16:37 ` Eli Zaretskii [this message]
2017-07-11 16:57   ` Kaushal Modi
2017-07-11 17:32     ` Eli Zaretskii
2019-11-08  1:31       ` Stefan Kangas
2017-07-15  3:14 ` npostavs

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=83wp7fhquh.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=27639@debbugs.gnu.org \
    --cc=kaushal.modi@gmail.com \
    /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.