unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kevin Ryde <user42@zip.com.au>
Subject: Re: info-lookup-symbol index case sensitivity
Date: Sat, 07 Dec 2002 10:36:23 +1000	[thread overview]
Message-ID: <877kemsm0o.fsf@zip.com.au> (raw)
In-Reply-To: <E18Jxck-0007XH-00@fencepost.gnu.org> (Richard Stallman's message of "Thu, 05 Dec 2002 10:09:10 -0500")

Richard Stallman <rms@gnu.org> writes:
>
> It is a good thing for index search to ignore case.  That should make
> it far easier to use, especially for beginners.  As for occasional
> conflicts, that is less of an issue.

But I would assert that if I ask for "C-h C-i FOO" then I should be
shown the doco for "FOO" and not for "foo".

I'm pretty sure this is just a matter of the second visit to the index
nodes being case insensitive whereas the first visit (building the
cache) was sensitive.

(Arguably the cache would be better off holding the actual target node
name, rather than re-scanning the indexes to get it.  Might use up a
bit more memory though.)


A nice way to establish some leeway for case, in a case sensitive
mode, might be to look first for a symbol in the case given, and if
that fails then look again with a case-fold.

  reply	other threads:[~2002-12-07  0:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87bs42ab5k.fsf@zip.com.au>
2002-12-05 15:09 ` info-lookup-symbol index case sensitivity Richard Stallman
2002-12-07  0:36   ` Kevin Ryde [this message]
2002-12-07  1:13     ` Miles Bader
     [not found]     ` <E18LCzP-0004Kq-00@fencepost.gnu.org>
2002-12-10 23:19       ` Kevin Ryde
2002-12-21 22:18         ` Kevin Ryde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877kemsm0o.fsf@zip.com.au \
    --to=user42@zip.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).