* bug#65326: Alt-x prefix does not work on NetBSD/OpenBSD console
@ 2023-08-15 22:20 Bruno Haible
2023-08-16 11:58 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Haible @ 2023-08-15 22:20 UTC (permalink / raw)
To: 65326
With Emacs I'm used to type M-x as Alt-x (left Alt key). But this does not
work in the NetBSD 9.3 console and the OpenBSD 7.2 console. As a result, I
have to use ESC-x instead, which breaks a convenient habit.
How to reproduce:
1. Log in at the NetBSD or OpenBSD console.
$TERM is wsvt25 on NetBSD, or vt220 on OpenBSD.
2. Edit some file:
$ src/emacs ~/hello.c
<Down>
<RET>
<M-x> (Alt-x) does not work as expected: It inserts a 'x'.
Bruno
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#65326: Alt-x prefix does not work on NetBSD/OpenBSD console
2023-08-15 22:20 bug#65326: Alt-x prefix does not work on NetBSD/OpenBSD console Bruno Haible
@ 2023-08-16 11:58 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2023-08-16 11:58 UTC (permalink / raw)
To: Bruno Haible; +Cc: 65326
> From: Bruno Haible <bruno@clisp.org>
> Date: Wed, 16 Aug 2023 00:20:20 +0200
>
> With Emacs I'm used to type M-x as Alt-x (left Alt key). But this does not
> work in the NetBSD 9.3 console and the OpenBSD 7.2 console. As a result, I
> have to use ESC-x instead, which breaks a convenient habit.
>
> How to reproduce:
>
> 1. Log in at the NetBSD or OpenBSD console.
> $TERM is wsvt25 on NetBSD, or vt220 on OpenBSD.
Emacs doesn't have support for those terminals in lisp/term/, so it
seems. Can you spot which of the *.el files there is loaded when you
start Emacs? Maybe adding a suitable file is all that's needed?
> 2. Edit some file:
> $ src/emacs ~/hello.c
> <Down>
> <RET>
> <M-x> (Alt-x) does not work as expected: It inserts a 'x'.
If the above doesn't help, I'm afraid someone who has access to those
platforms will need to look into this problem.
Last, but not least: please use "M-x report-emacs-bug" to report bugs,
as otherwise useful information collected by that command is missing
from your report. I don't even know in which version of Emacs did you
see this, let alone the other aspects of the build.
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-16 11:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15 22:20 bug#65326: Alt-x prefix does not work on NetBSD/OpenBSD console Bruno Haible
2023-08-16 11:58 ` Eli Zaretskii
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.