all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Nordin <tomasn@posteo.net>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 30043@debbugs.gnu.org, stefan@marxist.se
Subject: bug#30043: 25.3; C-M-e inserts euro character
Date: Sun, 13 Oct 2019 21:07:31 +0200	[thread overview]
Message-ID: <87v9ssa2h8.fsf@posteo.net> (raw)
In-Reply-To: <83lftpkk99.fsf@gnu.org>

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Tomas Nordin <tomasn@posteo.net>
>> Cc: 30043@debbugs.gnu.org
>> Date: Sun, 13 Oct 2019 12:00:40 +0200
>> 
>> Tomas Nordin <tomasn@posteo.net> writes:
>> 
>> > this strange behavior. Who knows, maybe there is something strange
>> > going on on all Windows installations at my work place.
>> 
>> I have now found one more person in this country (Sweden) who use emacs
>> on MS-Windows, outside my organisation, who complains about the same
>> thing. C-M-e inserts a euro character. Actually he didn't complain, but
>> I managed to get him to try this out and he confirmed the effect. Maybe
>> for the sake of this bug report we can pretend that he complained. His
>> version of emacs was
>> 
>>         GNU Emacs 26.2 (build 1, x86_64-w64-mingw32) of 2019-04-13
>
> Can you try setting w32-recognize-altgr to a nil value?

Here is a test session including w32-recognize-altgr

emacs -Q

w32-recognize-altgr ;; -> t
w32-use-fallback-wm-chars-method ;; -> nil

C-h c on the following key combinations and its message

Alt left-ctrl e -> € runs the command self-insert-command
AltGr left-ctrl e -> € runs the command self-insert-command
AltGr e -> € runs the command self-insert-command

(setq w32-recognize-altgr nil)

Alt left-ctrl e -> € runs the command self-insert-command
AltGr left-ctrl e -> € runs the command self-insert-command
AltGr e -> € runs the command self-insert-command

(setq w32-use-fallback-wm-chars-method t)

Alt left-ctrl e -> C-M-e runs the command end-of-defun
AltGr left-ctrl e -> C-M-e runs the command end-of-defun
AltGr e -> C-M-e runs the command end-of-defun

(setq w32-recognize-altgr t)

Alt left-ctrl e -> C-M-e runs the command end-of-defun
AltGr left-ctrl e -> € runs the command self-insert-command
AltGr e -> € runs the command self-insert-command


It seems that only nilling w32-recognize-altgr does not do it. Combining
w32-use-fallback-wm-chars-method as t and w32-recognize-altgr as nil
disables the AltGr functionality.

Best regards
--
Tomas





  reply	other threads:[~2019-10-13 19:07 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-09 15:11 bug#30043: 25.3; C-M-e inserts euro character tomasn
2018-01-09 18:33 ` Eli Zaretskii
2018-01-09 21:06   ` Tomas Nordin
2018-01-10  3:32     ` Eli Zaretskii
2018-01-10 21:49       ` Tomas Nordin
2018-01-11 15:55         ` Eli Zaretskii
2018-01-13 22:10           ` Tomas Nordin
2018-01-14  3:34             ` Eli Zaretskii
2018-01-14 19:01               ` Tomas Nordin
2018-01-14 19:57                 ` Eli Zaretskii
2018-01-14 20:22                   ` Tomas Nordin
2018-01-15  5:15                     ` Eli Zaretskii
2018-01-18 10:59                       ` Tomas Nordin
2018-01-18 11:16                   ` Tomas Nordin
2019-09-28 23:03 ` Stefan Kangas
2019-09-29 13:20   ` Tomas Nordin
2019-09-29 15:42     ` Stefan Kangas
2019-09-29 15:45       ` Stefan Kangas
2019-09-29 15:52       ` Eli Zaretskii
2019-09-29 16:00         ` Eli Zaretskii
2019-09-29 16:08           ` Eli Zaretskii
2019-09-29 16:19             ` Eli Zaretskii
2019-09-29 16:27               ` Eli Zaretskii
2019-09-29 18:32                 ` Tomas Nordin
2019-09-29 16:08         ` Stefan Kangas
2019-09-29 18:21           ` Tomas Nordin
2019-10-13 10:00             ` Tomas Nordin
2019-10-13 10:33               ` Eli Zaretskii
2019-10-13 19:07                 ` Tomas Nordin [this message]
2019-10-13 20:48                   ` Eli Zaretskii
2022-04-26 13:59                     ` Lars Ingebrigtsen

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v9ssa2h8.fsf@posteo.net \
    --to=tomasn@posteo.net \
    --cc=30043@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=stefan@marxist.se \
    /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 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.