Re: Emacs in console: Meta key problem

2024-10-19 Thread charles
Hi Irek, Excellent -- this is the best and most elegant solution. Thanks for your careful and persistent research on this, and for sharing your results. With best regards, Charles On 10/19/24 6:55 AM, Irek Szcześniak wrote: Thank you again, Charles, for letting me know how to configure Emacs

Re: Emacs in console: Meta key problem

2024-10-19 Thread Irek Szcześniak
Thank you again, Charles, for letting me know how to configure Emacs so that it recognizes the Meta shortcut keys (e.g., M-x, M-f) sent by the console, which by default encodes them with the eight bit. However, I ran into the problem of using Emacs inside tmux under the console. I thought it

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 OpenBSD 7.4 G

Re: Emacs in console: Meta key problem

2024-03-19 Thread charles
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 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 inste