unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#73715: Parts of Info require mouse
@ 2024-10-09  2:50 Dan Jacobson
  2024-10-09  6:43 ` Visuwesh
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Jacobson @ 2024-10-09  2:50 UTC (permalink / raw)
  To: 73715

Here we are looking at the top of a typical Info (C-h i) page:

     (make)Top > Functions > Text Functions

     8.2 Functions for String Substitution and Analysis

The problem is there is no way to get our cursor on top of the link
"Functions" in order to click it.

The only way to click it requires a mouse.

That is too bad when using emacs -nw too.

Try it: C-f, C-p just cannot reach it.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#73715: Parts of Info require mouse
  2024-10-09  2:50 bug#73715: Parts of Info require mouse Dan Jacobson
@ 2024-10-09  6:43 ` Visuwesh
  2024-10-09  9:01   ` Dan Jacobson
  0 siblings, 1 reply; 8+ messages in thread
From: Visuwesh @ 2024-10-09  6:43 UTC (permalink / raw)
  To: Dan Jacobson; +Cc: 73715

[புதன் அக்டோபர் 09, 2024] Dan Jacobson wrote:

> Here we are looking at the top of a typical Info (C-h i) page:
>
>      (make)Top > Functions > Text Functions
>
>      8.2 Functions for String Substitution and Analysis
>
> The problem is there is no way to get our cursor on top of the link
> "Functions" in order to click it.
>
> The only way to click it requires a mouse.
>
> That is too bad when using emacs -nw too.
>
> Try it: C-f, C-p just cannot reach it.

u will do the same as clicking on Functions.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#73715: Parts of Info require mouse
  2024-10-09  6:43 ` Visuwesh
@ 2024-10-09  9:01   ` Dan Jacobson
  2024-10-09  9:41     ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-10-09 12:54     ` Eli Zaretskii
  0 siblings, 2 replies; 8+ messages in thread
From: Dan Jacobson @ 2024-10-09  9:01 UTC (permalink / raw)
  To: Visuwesh; +Cc: 73715

>>>>> "V" == Visuwesh  <visuweshm@gmail.com> writes:
V> u will do the same as clicking on Functions.
That's nice to know.
But we more plebeian users want to crawl up there with our cursor
anyway.
In
   (make)Top > Functions > Text Functions
We can crawl up to "(make)Top" why not "Functions" also?






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#73715: Parts of Info require mouse
  2024-10-09  9:01   ` Dan Jacobson
@ 2024-10-09  9:41     ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2024-10-09 12:54     ` Eli Zaretskii
  1 sibling, 0 replies; 8+ messages in thread
From: Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2024-10-09  9:41 UTC (permalink / raw)
  To: Dan Jacobson; +Cc: 73715, Visuwesh

On Wed, 09 Oct 2024 17:01:56 +0800 Dan Jacobson <jidanni@jidanni.org> wrote:

>>>>>> "V" == Visuwesh  <visuweshm@gmail.com> writes:
> V> u will do the same as clicking on Functions.
> That's nice to know.
> But we more plebeian users want to crawl up there with our cursor
> anyway.
> In
>    (make)Top > Functions > Text Functions
> We can crawl up to "(make)Top" why not "Functions" also?

The string "(make)Top > Functions > Text Functions" is a display
property.  If you don't want it, you can customize Info-use-header-line
to nil, then kill and reload the Info manual.  Then the first line of
Info nodes is accessible from the keyboard.

Steve Berman





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#73715: Parts of Info require mouse
  2024-10-09  9:01   ` Dan Jacobson
  2024-10-09  9:41     ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2024-10-09 12:54     ` Eli Zaretskii
  2024-10-09 13:37       ` Dan Jacobson
  1 sibling, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2024-10-09 12:54 UTC (permalink / raw)
  To: Dan Jacobson; +Cc: 73715, visuweshm

> Cc: 73715@debbugs.gnu.org
> From: Dan Jacobson <jidanni@jidanni.org>
> Date: Wed, 09 Oct 2024 17:01:56 +0800
> 
> >>>>> "V" == Visuwesh  <visuweshm@gmail.com> writes:
> V> u will do the same as clicking on Functions.
> That's nice to know.
> But we more plebeian users want to crawl up there with our cursor
> anyway.
> In
>    (make)Top > Functions > Text Functions
> We can crawl up to "(make)Top" why not "Functions" also?

I don't know why you cannot crawl with 'u', because I can.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#73715: Parts of Info require mouse
  2024-10-09 12:54     ` Eli Zaretskii
@ 2024-10-09 13:37       ` Dan Jacobson
  2024-10-09 14:04         ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Jacobson @ 2024-10-09 13:37 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 73715, stephen.berman, visuweshm

I'm just saying that users shouldn't need to know about "u",
and should still be able to get there via C-f and C-p,
and without needing any customization.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#73715: Parts of Info require mouse
  2024-10-09 13:37       ` Dan Jacobson
@ 2024-10-09 14:04         ` Eli Zaretskii
  2024-10-09 23:18           ` Stefan Kangas
  0 siblings, 1 reply; 8+ messages in thread
From: Eli Zaretskii @ 2024-10-09 14:04 UTC (permalink / raw)
  To: Dan Jacobson; +Cc: 73715, stephen.berman, visuweshm

> From: Dan Jacobson <jidanni@jidanni.org>
> Cc: visuweshm@gmail.com,  73715@debbugs.gnu.org,stephen.berman@gmx.net
> Date: Wed, 09 Oct 2024 21:37:34 +0800
> 
> I'm just saying that users shouldn't need to know about "u",
> and should still be able to get there via C-f and C-p,
> and without needing any customization.

It isn't buffer text, so C-f and C-p cannot (and should not) get you
there.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#73715: Parts of Info require mouse
  2024-10-09 14:04         ` Eli Zaretskii
@ 2024-10-09 23:18           ` Stefan Kangas
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Kangas @ 2024-10-09 23:18 UTC (permalink / raw)
  To: Eli Zaretskii, Dan Jacobson; +Cc: 73715, stephen.berman, visuweshm

tags 73715 + notabug wontfix
close 73715
thanks

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Dan Jacobson <jidanni@jidanni.org>
>> Cc: visuweshm@gmail.com,  73715@debbugs.gnu.org,stephen.berman@gmx.net
>> Date: Wed, 09 Oct 2024 21:37:34 +0800
>>
>> I'm just saying that users shouldn't need to know about "u",
>> and should still be able to get there via C-f and C-p,
>> and without needing any customization.
>
> It isn't buffer text, so C-f and C-p cannot (and should not) get you
> there.

Agreed.  It's also clickable.

So I don't think we're going to make any changes here.  I'm therefore
closing this bug report as wontfix.  Sorry.





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-10-09 23:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-09  2:50 bug#73715: Parts of Info require mouse Dan Jacobson
2024-10-09  6:43 ` Visuwesh
2024-10-09  9:01   ` Dan Jacobson
2024-10-09  9:41     ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-09 12:54     ` Eli Zaretskii
2024-10-09 13:37       ` Dan Jacobson
2024-10-09 14:04         ` Eli Zaretskii
2024-10-09 23:18           ` Stefan Kangas

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).