* Re: [Emacs-diffs] master e73b0d6: Implement unprettification of symbol at point
[not found] ` <E1ZhEfS-00052P-P1@vcs.savannah.gnu.org>
@ 2015-10-01 14:14 ` Stefan Monnier
2015-10-01 14:30 ` Tassilo Horn
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Monnier @ 2015-10-01 14:14 UTC (permalink / raw)
To: emacs-devel; +Cc: Tassilo Horn
> +(defcustom prettify-symbols-unprettify-at-point t
Not sure how representative I am, but at least this user here much
prefers a setting of nil.
> + :type 'boolean
> + :group 'prog-mode)
The :group arg is redundant.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Emacs-diffs] master e73b0d6: Implement unprettification of symbol at point
2015-10-01 14:14 ` [Emacs-diffs] master e73b0d6: Implement unprettification of symbol at point Stefan Monnier
@ 2015-10-01 14:30 ` Tassilo Horn
2015-10-01 17:01 ` Stefan Monnier
0 siblings, 1 reply; 3+ messages in thread
From: Tassilo Horn @ 2015-10-01 14:30 UTC (permalink / raw)
To: Stefan Monnier; +Cc: emacs-devel
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> +(defcustom prettify-symbols-unprettify-at-point t
>
> Not sure how representative I am, but at least this user here much
> prefers a setting of nil.
Which is the default now after Mark Oteiza also complained. :-)
>> + :type 'boolean
>> + :group 'prog-mode)
>
> The :group arg is redundant.
Oh, indeed, I've just read:
,----[ (info "(elisp)Variable Definitions") ]
| If a ‘defcustom’ does not specify any ‘:group’, the last group
| defined with ‘defgroup’ in the same file will be used. This way,
| most ‘defcustom’ do not need an explicit ‘:group’.
`----
Is that new? Looking at other files, I can hardly find any occurrence
of a `defcustom' without :group. Even `prog-mode-hook' which
immediately follows the group definition for prog-mode has it.
Bye,
Tassilo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Emacs-diffs] master e73b0d6: Implement unprettification of symbol at point
2015-10-01 14:30 ` Tassilo Horn
@ 2015-10-01 17:01 ` Stefan Monnier
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2015-10-01 17:01 UTC (permalink / raw)
To: emacs-devel
> Is that new?
Not exactly, but old habits die hard,
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-01 17:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150930103122.19329.40243@vcs.savannah.gnu.org>
[not found] ` <E1ZhEfS-00052P-P1@vcs.savannah.gnu.org>
2015-10-01 14:14 ` [Emacs-diffs] master e73b0d6: Implement unprettification of symbol at point Stefan Monnier
2015-10-01 14:30 ` Tassilo Horn
2015-10-01 17:01 ` Stefan Monnier
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.