GNU bug report logs - #12686
PATCH: ambiguous help doc strings

Previous Next

Package: emacs;

Reported by: "Aaron S. Hawley" <aaron.s.hawley <at> gmail.com>

Date: Fri, 19 Oct 2012 21:01:01 UTC

Severity: minor

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 12686 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Juri Linkov <juri <at> jurta.org>
Cc: 12686 <at> debbugs.gnu.org, "Aaron S. Hawley" <aaron.s.hawley <at> gmail.com>
Subject: Re: bug#12686: PATCH: ambiguous help doc strings
Date: Tue, 23 Oct 2012 08:32:13 -0400
>> In order to check all the doc strings in Emacs, all the libraries in
>> Emacs need to be loaded.  Unfortunately, Emacs crashes or becomes
>> unusable when doing this.  Some libraries need to be skipped.  This
>> could be because a library is loaded more than once since I use
>> `load-library' rather than `require'.

BTW, a common cause of ambiguity is minor modes which use the same
symbol as a function and as a variable.  But in most such cases, I think
the fix is not to fix the ambiguity but to make
describe-function/variable aware of minor-modes and display them in
a unified way (i.e. display a single *Help* buffer that shows the var
and the fun as a single entity, e.g. giving the args but also the link
to customize).


        Stefan




This bug report was last modified 12 years and 131 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.