Emacs in console: Meta key problem

2024-03-19 Thread Irek Szcześniak
Hi, I would like to use Emacs in the console, but the problem is the Meta key. I'm using OpenBSD 7.4 GENERIC.MP#1397 amd64 with regular PC keyboards where I got used to the left Alt as the Meta key. I know that instead of using Meta (e.g., Alt+x), I can prefix with Esc, and then press x. Howev

Re: Emacs in console: Meta key problem

2024-03-19 Thread Irek Szcześniak
Thank you! I confirm that it works without any other configuration. On 3/19/24 17:25, char...@lisp.mobi wrote: init.el: (set-input-mode t nil t) On 3/19/24 03:07, Irek Szcześniak wrote: Hi, I would like to use Emacs in the console, but the problem is the Meta key.  I'm using OpenBS

console -> tmux -> Emacs: Meta key problem

2024-04-05 Thread Irek Szcześniak
Hi, I'm using OpenBSD 7.5 GENERIC.MP#82 amd64 with a PC keyboard of a US layout. I'm using the console, and to have the Meta key work properly with Emacs, I was advised on this list to configure Emacs with: (set-input-mode t nil t) The Emacs manual says that the above configuration makes Emacs

Re: Emacs in console: Meta key problem

2024-10-19 Thread Irek Szcześniak
ter yet to configure all keyboards in /etc/kbdtype: us.metaesc That one line above makes everything work for me. On 3/19/24 17:25, char...@lisp.mobi wrote: init.el: (set-input-mode t nil t) On 3/19/24 03:07, Irek Szcześniak wrote: Hi, I would like to use Emacs in the console, but the probl