emacs-devel
[Top][All Lists]
Advanced

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

Re: Integration of Info manuals in programming modes


From: Eli Zaretskii
Subject: Re: Integration of Info manuals in programming modes
Date: Thu, 05 Dec 2024 13:17:52 +0200

> From: Visuwesh <visuweshm@gmail.com>
> Cc: arne_bab@web.de,  rms@gnu.org,  spwhitton@spwhitton.name,
>   jb@jeremybryant.net,  emacs-devel@gnu.org
> Date: Thu, 05 Dec 2024 15:19:13 +0530
> 
> [வியாழன் டிசம்பர் 05, 2024] Eli Zaretskii wrote:
> 
> >> but I do not understand how info-lookup works really.  C-h S RET on
> >> 'read' jumps to the FGET page which is not we want.
> >
> > Look at the index node you mentioned: what other menu item that
> > matches "read" there is more appropriate?  And what did you expect to
> > see instead?
> 
> I would rather see a complain about no matches.  If someone could figure
> out how to reject non-exact matches, that would be do the job.

That's a double-edge sword: rejecting non-exact matches could miss
valid hits.

However, maybe the regexp should only match keywords in upper-case,
and ignore-case should not be used?



reply via email to

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