emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Making DOC argument of define-minor-mode optional


From: Drew Adams
Subject: RE: Making DOC argument of define-minor-mode optional
Date: Wed, 28 Dec 2016 16:44:24 -0800 (PST)

[It's hard for me to follow the non plain-text messages you
send.  In this case, it's not clear whom you are responding
to, and to whom you are asking the question.  My part of the
thread was two quotes back - dunno who replied to me with
"That sounds like a good approach", to which you are replying.]

>> I'd be in favor of (somehow) automatically having the
>> definer-provided DOC be augmented by a link that shows
>> the generic `define-minor-mode' doc, or similar.
>> 
>> IOW:
>> 
>> 1. Definers should need to provide a DOC string (even if
>>    they can fake it with "", which is not encouraged).
>> 
>> 2. Users of the mode should have access to the generic
>>    information also.  It should be sufficient that the
>>    DOC in the definition provides mode-specific information.
>>    It should not need to tell users general things about
>>    using a minor mode.
> 
> Do you have a good idea how to design the interface for this?

I don't have an idea about the implementation; sorry.

> I was thinking about something like this: Create a new help
> type, "mode", analogous to "variable" and "function". The
> documentation for the mode would be different from the toggle
> command and the mode variable, which would get a generic
> docstring. C-h o and C-h m would show the mode docstring
> instead of the toggle command docstring. The mode docstring
> would contain only a description of the mode itself, not the
> toggle command.
> 
> The primary downside is that many mode docstrings are written
> to be applicable to the toggle command. Maybe `define-minor-mode'
> could grow a :doc keyword argument for the mode docstring to
> preserve backward compatibility.

I do think that the doc for a minor mode should be accessible
in the same way as for other functions by a user: `C-h f'.
(It is also available from `C-h m'.)

I don't think the "toggle command" should get a different
doc string.  In particular, it should not get only the
generic minor-mode doc string (e.g. how to toggle).  It
should, as now, describe the mode.  And a user should not
need to use a different key sequence to get different
bits of the relevant doc.

What I was suggesting was a bit the other way around:
have the specific mode doc have a link to generic doc
about toggling etc.  Alternatively, include the generic
text (no link to it), with an indication that it is what
it is: description of the behavior of any minor mode.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]