unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Stephen Berman <stephen.berman@gmx.net>
Cc: Eli Zaretskii <eliz@gnu.org>, 70984@debbugs.gnu.org
Subject: bug#70984: 30.0.50; Improved support for entering quotation marks, Re: bug#70984: 30.0.50; Improved support for entering quotation marks
Date: Fri, 17 May 2024 15:15:57 +0200	[thread overview]
Message-ID: <875xvcinoy.fsf@gmail.com> (raw)
In-Reply-To: <87ikzcbnvw.fsf@gmx.net> (Stephen Berman's message of "Fri, 17 May 2024 14:53:39 +0200")

>>>>> On Fri, 17 May 2024 14:53:39 +0200, Stephen Berman <stephen.berman@gmx.net> said:

    Stephen> On Fri, 17 May 2024 14:10:03 +0200 Robert Pluim <rpluim@gmail.com> wrote:
    Stephen> [...]
    >> >> (The official German layout has them on 2nd or 3rd
    >> >> level shift variants of 'x' and 'v', which I thought was too
    >> >> convoluted to emulate).
    >> 
    >> 'AltGr × <release> S-v' to produce "‘", for example, where '×' is
    >> located where Iʼd put ESC.

    Stephen> Sorry, I don't follow you here.  (Or do you mean like the key sequences
    Stephen> I give for these characters below?  But there there's no ESC and no
    Stephen> release.)

Sorry, itʼs the T2 sequence for entering "‘", just to show why we
donʼt want to emulate it.

    Stephen> Probably.  To add to the convolution, I use a German keyboard under
    Stephen> Xfce4 with the no dead keys layout, and that assigns "„" to AltGr-v and
    Stephen> "“" to AltGr-b; no idea why...
    >> 
    >> Thatʼs a gratuitous but coherent difference from the T2 layout, and
    >> much easier to type. 'C-x 8 v' and 'C-x 8 b' (and thus 'A-v' and
    >> 'A-b') are unused by iso-transl, we could put them there as well (or
    >> only there) for the German language, since they seem sensible.
    >> 
    >> Where do you have "‚" and "‘"? We can copy those as well.

    Stephen> AltGr-S-v for "‚" and AltGr-S-b for "‘", which nicely parallels the
    Stephen> bindings for "„" and "“", but it seems that can't be done with the C-x 8
    Stephen> map: Typing `C-x 8 S-v' tells me "C-x 8 v is undefined" (n.b.: "v" not "V").

It can be done, we just need to add the mappings to
iso-transl.el. Emacs is showing "v" instead of "V" because it
automatically downcases the binding when thereʼs no binding for the
uppercase key sequence. See eg 'C-x 8 L' which has only an upper case
binding, or 'C-x 8 c', which has both upper and lower case bindings.

Iʼll update the patch to use v/b/n, and drop the 9/0 bindings, which
aligns Emacs with the usual GNU/Linux German keyboard layout.

Robert
-- 





  reply	other threads:[~2024-05-17 13:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-16 14:35 bug#70984: 30.0.50; Improved support for entering quotation marks Robert Pluim
2024-05-16 15:55 ` Eli Zaretskii
2024-05-17  7:45   ` bug#70984: 30.0.50; Improved support for entering quotation marks, " Robert Pluim
2024-05-17  8:21     ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-17  8:59       ` Robert Pluim
2024-05-17  9:59         ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-17 12:10           ` Robert Pluim
2024-05-17 12:53             ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-05-17 13:15               ` Robert Pluim [this message]
2024-05-17 13:21                 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-06-03 11:33                   ` Robert Pluim
2024-05-17 10:44     ` Eli Zaretskii
2024-05-17 12:15       ` Robert Pluim
2024-05-17 13:05         ` Eli Zaretskii
2024-05-17 13:27           ` Robert Pluim
2024-05-17 13:38             ` Eli Zaretskii
2024-05-17 15:41               ` Robert Pluim
2024-05-18 10:57                 ` Eli Zaretskii
2024-05-16 16:05 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors

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=875xvcinoy.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=70984@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=stephen.berman@gmx.net \
    /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).