From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Emanuel Berg Newsgroups: gmane.emacs.devel Subject: Re: Display of undisplayable characters: \U01F3A8 instead of diamond Date: Sat, 03 Sep 2022 05:04:47 +0200 Message-ID: <87tu5pw434.fsf@dataswamp.org> References: <87edx28cl1.fsf@disroot.org> <83y1v7w6eu.fsf@gnu.org> <83a67iqo1k.fsf@gnu.org> <87k06m55mw.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23575"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:7T4tktbX+5WyGtGxE9BwcDZwRPs= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Sep 03 05:06:11 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oUJU3-0005uN-RE for ged-emacs-devel@m.gmane-mx.org; Sat, 03 Sep 2022 05:06:11 +0200 Original-Received: from localhost ([::1]:40694 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oUJU2-0006j9-9t for ged-emacs-devel@m.gmane-mx.org; Fri, 02 Sep 2022 23:06:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57394) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUJT1-0005yQ-2j for emacs-devel@gnu.org; Fri, 02 Sep 2022 23:05:07 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:42400) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oUJSy-0005QY-UG for emacs-devel@gnu.org; Fri, 02 Sep 2022 23:05:06 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1oUJSp-0004AR-Da for emacs-devel@gnu.org; Sat, 03 Sep 2022 05:04:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Mail-Copies-To: never Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:294599 Archived-At: 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. 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