* bug#23247: 25.0.92: Documentation bug about Control modified key bindings
@ 2016-04-08 21:54 Kaushal Modi
2016-04-09 6:50 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Kaushal Modi @ 2016-04-08 21:54 UTC (permalink / raw)
To: 23247
[-- Attachment #1: Type: text/plain, Size: 646 bytes --]
This discussion recently came up on emacs.stackexchange..
http://emacs.stackexchange.com/a/21524/115
The emacs manual (C-h i g (emacs) Modifier Keys) says the below:
"A <Control>-modified alphabetical character is always considered
case-insensitive: Emacs always treats ‘C-A’ as ‘C-a’, ‘C-B’ as ‘C-b’,
and so forth. The reason for this is historical."
But I am able to bind something like
(global-set-key (kbd "C-S-n") #'previous-line)
and have C-n and "C-N" call different commands.
Does that piece of information about Control-modified alphabetical
characters need correction or clarification?
Thanks.
[-- Attachment #2: Type: text/html, Size: 838 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#23247: 25.0.92: Documentation bug about Control modified key bindings
2016-04-08 21:54 bug#23247: 25.0.92: Documentation bug about Control modified key bindings Kaushal Modi
@ 2016-04-09 6:50 ` Eli Zaretskii
2019-10-12 19:41 ` Lars Ingebrigtsen
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2016-04-09 6:50 UTC (permalink / raw)
To: Kaushal Modi; +Cc: 23247
> From: Kaushal Modi <kaushal.modi@gmail.com>
> Date: Fri, 08 Apr 2016 21:54:56 +0000
>
> This discussion recently came up on emacs.stackexchange.. http://emacs.stackexchange.com/a/21524/115
>
> The emacs manual (C-h i g (emacs) Modifier Keys) says the below:
>
> "A <Control>-modified alphabetical character is always considered
> case-insensitive: Emacs always treats ‘C-A’ as ‘C-a’, ‘C-B’ as ‘C-b’,
> and so forth. The reason for this is historical."
>
> But I am able to bind something like
>
> (global-set-key (kbd "C-S-n") #'previous-line)
>
> and have C-n and "C-N" call different commands.
Did you try that on a text terminal as well?
> Does that piece of information about Control-modified alphabetical characters need correction or clarification?
Not sure we want to enter these details in a user manual. Also, "C-N"
and "C-S-n" are not the same thing in this context.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#23247: 25.0.92: Documentation bug about Control modified key bindings
2016-04-09 6:50 ` Eli Zaretskii
@ 2019-10-12 19:41 ` Lars Ingebrigtsen
2019-10-13 6:12 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-12 19:41 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 23247, Kaushal Modi
Eli Zaretskii <eliz@gnu.org> writes:
>> The emacs manual (C-h i g (emacs) Modifier Keys) says the below:
>>
>> "A <Control>-modified alphabetical character is always considered
>> case-insensitive: Emacs always treats ‘C-A’ as ‘C-a’, ‘C-B’ as ‘C-b’,
>> and so forth. The reason for this is historical."
>>
>> But I am able to bind something like
>>
>> (global-set-key (kbd "C-S-n") #'previous-line)
>>
>> and have C-n and "C-N" call different commands.
>
> Did you try that on a text terminal as well?
>
>> Does that piece of information about Control-modified alphabetical
>> characters need correction or clarification?
>
> Not sure we want to enter these details in a user manual. Also, "C-N"
> and "C-S-n" are not the same thing in this context.
I think it would make sense to at least mention these wrinkles in the
user manual -- many people don't care about running Emacs in a terminal,
and being able to bind shifted alphabetical characters opens up a whole
new range of user-definable keystrokes.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#23247: 25.0.92: Documentation bug about Control modified key bindings
2019-10-12 19:41 ` Lars Ingebrigtsen
@ 2019-10-13 6:12 ` Eli Zaretskii
2019-10-13 18:06 ` Lars Ingebrigtsen
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2019-10-13 6:12 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 23247, kaushal.modi
> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: Kaushal Modi <kaushal.modi@gmail.com>, 23247@debbugs.gnu.org
> Date: Sat, 12 Oct 2019 21:41:40 +0200
>
> >> But I am able to bind something like
> >>
> >> (global-set-key (kbd "C-S-n") #'previous-line)
> >>
> >> and have C-n and "C-N" call different commands.
> >
> > Did you try that on a text terminal as well?
> >
> >> Does that piece of information about Control-modified alphabetical
> >> characters need correction or clarification?
> >
> > Not sure we want to enter these details in a user manual. Also, "C-N"
> > and "C-S-n" are not the same thing in this context.
>
> I think it would make sense to at least mention these wrinkles in the
> user manual -- many people don't care about running Emacs in a terminal,
> and being able to bind shifted alphabetical characters opens up a whole
> new range of user-definable keystrokes.
It's OK to mention that, but please also add a note that this only
works on GUI frames.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2019-10-13 18:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 21:54 bug#23247: 25.0.92: Documentation bug about Control modified key bindings Kaushal Modi
2016-04-09 6:50 ` Eli Zaretskii
2019-10-12 19:41 ` Lars Ingebrigtsen
2019-10-13 6:12 ` Eli Zaretskii
2019-10-13 18:06 ` Lars Ingebrigtsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.