bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#29400: 26.0; Add Elisp manual index entry for `defvar' to node `Comp


From: Drew Adams
Subject: bug#29400: 26.0; Add Elisp manual index entry for `defvar' to node `Compiler Errors'
Date: Fri, 24 Nov 2017 08:54:39 -0800 (PST)

> > Node `Compiler Errors' seems to be the only place in the Elisp manual
> > where we tell users that you can use a vacuous `defvar' (no value) to
> > suppress a byte-compiler warning about it not being defined.
> >
> > But this node has no index entry - at least none that has the word
> > `defvar' in it.  Please add such an entry.
> 
> I added some index entries, 

Thank you.

> but I don't understand why you wanted an
> index entry with "defvar" in it.  A reader who will look for "defvar"
> when they want to find ways of suppressing compiler warnings already
> knows that defvar is used for that purpose, so why would they use such
> a topic at Info-index's prompt?

To find exactly what the manual says about it.

You might know that some Java method is what you want,
but you might want to consult the Java doc again for
details.  Just because you know something about
something that is in the manual doesn't mean that you
never want to check the manual about it again.

Or you might want to get to the doc to be able to point
someone else to it (URL or manual+node-name).  I often
point users to sections of the manual.  And in this
case looking up `defvar' in the index is the first
thing I would do.

Imagining that someone who knows that `defvar' can be
used to suppress some compiler warnings should never
want or need to find where this is covered in the
manual by checking `defvar' in the index suggests a
narrow understanding of indexing - which is not
normally what you show.

> That's the opposite of what good
> index entries should provide -- they should _lead_ to defvar's
> description as the way to suppress warnings when the reader thinks of
> "warnings" or some such.

Looking in the index for `warning' is not the only
reasonable way to use an index for this - see above.

> > And please either add the same info (about this use of a vacuous
> > `defvar') to node `Defining Variables' or add a cross-reference from
> > that node to node `Compiler Errors'.
> 
> Done.

Thanks.





reply via email to

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