emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Display of undisplayable characters: \U01F3A8 instead of diamond


From: Emanuel Berg
Subject: Re: Display of undisplayable characters: \U01F3A8 instead of diamond
Date: Sat, 03 Sep 2022 05:04:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Richard Stallman wrote:

>> Or even better, install X and a terminal emulator and
>> maximize the terminal emulator window. There are many
>> options, st, XTerm, Kitty, GNOME Terminal, Konsole, etc.
>
> Right now, I switch to the Linux console I want using
> M-F<n>. Is something that easy possible with an X terminal?
> If not, it would be much worse for me.

Well, yes!

But for the record ...

>From X to the VTs one can use chvt(1), first

  $ sudo chmod +s /bin/chvt

then, for example with the cwm window manager

  bind-key M-e "chvt 1"

In the VTs one can also use chvt of course but also the
remap.inc file, for example
  
  alt keycode 38 = Incr_Console # M-l, cycle right
  alt keycode 36 = Decr_Console # M-j, cycle left

  alt keycode 18 = Console_1    # M-e, tty/Emacs
  alt keycode 22 = Console_6    # M-u, X/xterm/tmux/zsh

https://dataswamp.org/~incal/conf/.cwmrc
https://dataswamp.org/~incal/conf/vt/remap.inc

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]