emacs-devel
[Top][All Lists]
Advanced

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

Re: info-look


From: martin rudalics
Subject: Re: info-look
Date: Wed, 28 Jun 2006 00:15:25 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>     It's primary aim is to permit manual lookups directly from
>
>     - single-quoted symbol names as found in Elisp doc-strings, and
>
> Could you explain what you mean by that?

Consider the doc-string of the function `mark' in simple.el.  It
contains the single-quoted symbol name `mark-even-if-inactive'.  Moving
there and typing C-h S RET will get you - if I recall correctly -
something like

"Not documented as a symbol: `mark-even-if-inactive"

`info-lookup-symbol' strips the trailing quote but does not strip the
leading backquote which is inconvenient.

> And what is the purpose of info-lookup-guess-custom-symbol?
> Why add it?

Have `custom-unlispify-tag-names' non-nil (the default value), customize
`mark-even-if-inactive', move to the "Mark" in "Mark Even If Inactive",
and type C-h S RET.  Should get you something like

"Not documented as a symbol: Mark"

I don't use "unlispified" tag names, hence I normally don't care about
this.  However, I didn't want to write a patch without handling this
special (albeit standard) case.





reply via email to

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