unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38315: 26.3; Emacs manual: please index Alt key for node User Input
@ 2019-11-21 21:17 Drew Adams
  2019-11-22  7:29 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2019-11-21 21:17 UTC (permalink / raw)
  To: 38315

There are index entries for the Alt key on MS Windows, but there is no
index entry for node `User Input', where it is mentioned in a general
context (not just MS Windows).  Please add an index entry for this.

These are the current index entries containing "alt" that refer to an
Alt key:

<Alt>-<TAB> vs M-<TAB> (MS-Windows)
<AltGr> key (MS-Windows)
Alt key (MS-Windows)
Alt key invokes menu (Windows)
AltGr (MS-Windows)
M-<TAB> vs <Alt>-<TAB> (MS-Windows)

ns-alternate-modifier
ns-right-alternate-modifier
w32-alt-is-meta
w32-pass-alt-to-system
w32-recognize-altgr

(I had to look for "meta" in the index to find the mention of the Alt
key in node `User Input'.)

In GNU Emacs 26.3 (build 1, x86_64-w64-mingw32)
 of 2019-08-29
Repository revision: 96dd0196c28bc36779584e47fffcca433c9309cd
Windowing system distributor `Microsoft Corp.', version 10.0.17763
Configured using:
 `configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''





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

* bug#38315: 26.3; Emacs manual: please index Alt key for node User Input
  2019-11-21 21:17 Drew Adams
@ 2019-11-22  7:29 ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2019-11-22  7:29 UTC (permalink / raw)
  To: Drew Adams; +Cc: 38315

> Date: Thu, 21 Nov 2019 13:17:47 -0800 (PST)
> From: Drew Adams <drew.adams@oracle.com>
> 
> There are index entries for the Alt key on MS Windows, but there is no
> index entry for node `User Input', where it is mentioned in a general
> context (not just MS Windows).  Please add an index entry for this.

What would that index entry index in that node?  That node has no
Windows-specific information or issues, AFAICT.

> These are the current index entries containing "alt" that refer to an
> Alt key:
> 
> <Alt>-<TAB> vs M-<TAB> (MS-Windows)
> <AltGr> key (MS-Windows)
> Alt key (MS-Windows)
> Alt key invokes menu (Windows)
> AltGr (MS-Windows)
> M-<TAB> vs <Alt>-<TAB> (MS-Windows)
> 
> ns-alternate-modifier
> ns-right-alternate-modifier
> w32-alt-is-meta
> w32-pass-alt-to-system
> w32-recognize-altgr
> 
> (I had to look for "meta" in the index to find the mention of the Alt
> key in node `User Input'.)

Please describe, step by step, what subject/topic did you look for,
how did you look for it (i.e. what index entries you tried), and how
did you eventually find it.  Without the whole story, I'm afraid I
cannot understand what exactly was missing in your use case and how
best to fix that.

Thanks.





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

* bug#38315: 26.3; Emacs manual: please index Alt key for node User Input
       [not found] ` <<83zhgower0.fsf@gnu.org>
@ 2019-11-22 17:36   ` Drew Adams
  2019-11-23 11:41     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2019-11-22 17:36 UTC (permalink / raw)
  To: Eli Zaretskii, Drew Adams; +Cc: 38315

> > There are index entries for the Alt key on MS
> > Windows, but there is no index entry for node
> > `User Input', where it is mentioned in a general
> > context (not just MS Windows).  Please add an
> > index entry for this.
> 
> What would that index entry index in that node?  That
> node has no Windows-specific information or issues, AFAICT.

Precisely.  This is not about MS Windows, just as
that node is not about MS Windows.  It's about the
`Alt' key and the `A-' modifier.

> > These are the current index entries containing
> > "alt" that refer to an Alt key:
> >
> > <Alt>-<TAB> vs M-<TAB> (MS-Windows)
> > <AltGr> key (MS-Windows)
> > Alt key (MS-Windows)
> > Alt key invokes menu (Windows)
> > AltGr (MS-Windows)
> > M-<TAB> vs <Alt>-<TAB> (MS-Windows)
> >
> > ns-alternate-modifier
> > ns-right-alternate-modifier
> > w32-alt-is-meta
> > w32-pass-alt-to-system
> > w32-recognize-altgr
> >
> > (I had to look for "meta" in the index to find the
> > mention of the Alt key in node `User Input'.)
> 
> Please describe, step by step, what subject/topic did you look for,
> how did you look for it (i.e. what index entries you tried), and how
> did you eventually find it.  Without the whole story, I'm afraid I
> cannot understand what exactly was missing in your use case and how
> best to fix that.

I looked for info about the `Alt' key and the `A-'
modifier, using `i' (with substring matching).
I was not looking for info specific to MS Windows.

Luckily, I was pretty sure that there was some info
about this, even though I couldn't find it by looking
with `i' for matches for `alt'.  I eventually found
it by looking for matches for `meta'.

My search for it was to point users to it who had
questions about it:

https://emacs.stackexchange.com/questions/53918/capital-a-meaning-in-emacs-syntax

https://emacs.stackexchange.com/questions/44889/what-is-the-a-binding

If you don't feel there is a missing index entry
for this then fine, that's on you.





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

* bug#38315: 26.3; Emacs manual: please index Alt key for node User Input
  2019-11-22 17:36   ` bug#38315: 26.3; Emacs manual: please index Alt key for node User Input Drew Adams
@ 2019-11-23 11:41     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2019-11-23 11:41 UTC (permalink / raw)
  To: Drew Adams; +Cc: 38315-done

> Date: Fri, 22 Nov 2019 09:36:45 -0800 (PST)
> From: Drew Adams <drew.adams@oracle.com>
> Cc: 38315@debbugs.gnu.org
> 
> I looked for info about the `Alt' key and the `A-'
> modifier, using `i' (with substring matching).
> I was not looking for info specific to MS Windows.
> 
> Luckily, I was pretty sure that there was some info
> about this, even though I couldn't find it by looking
> with `i' for matches for `alt'.  I eventually found
> it by looking for matches for `meta'.
> 
> My search for it was to point users to it who had
> questions about it:
> 
> https://emacs.stackexchange.com/questions/53918/capital-a-meaning-in-emacs-syntax
> 
> https://emacs.stackexchange.com/questions/44889/what-is-the-a-binding

Thanks.  The place where Alt, Hyper, and Super are described is not
"User Input", so the index entry should lead to a different node.

Anyway, I added a few missing index entries for the modifier keys,
including in "User Input".





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

end of thread, other threads:[~2019-11-23 11:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <<aa81b20d-61eb-47c3-92e3-62ea5d0b53b2@default>
     [not found] ` <<83zhgower0.fsf@gnu.org>
2019-11-22 17:36   ` bug#38315: 26.3; Emacs manual: please index Alt key for node User Input Drew Adams
2019-11-23 11:41     ` Eli Zaretskii
2019-11-21 21:17 Drew Adams
2019-11-22  7:29 ` Eli Zaretskii

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