From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Damien Collard Newsgroups: gmane.emacs.help Subject: Re: "ctrl+shift+u codepoint enter" Date: Mon, 29 Apr 2019 21:16:47 +0200 Message-ID: References: <20190429072525.GC31993@tuxteam.de> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="149229"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.50 (darwin) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 29 21:17:08 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hLBlx-000cdw-9I for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 21:17:05 +0200 Original-Received: from localhost ([127.0.0.1]:34055 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLBlv-0006lm-PG for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 15:17:03 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:34376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLBlk-0006kk-PR for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 15:16:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLBlj-0001dV-Us for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 15:16:52 -0400 Original-Received: from relay2-d.mail.gandi.net ([217.70.183.194]:58125) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hLBlj-0001bz-OF for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 15:16:51 -0400 X-Originating-IP: 82.243.113.37 Original-Received: from FataMorgana (tou31-2-82-243-113-37.fbx.proxad.net [82.243.113.37]) (Authenticated sender: damien.collard@distfp.net) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 295BE40003 for ; Mon, 29 Apr 2019 19:16:47 +0000 (UTC) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Stefan Monnier's message of "Mon, 29 Apr 2019 13:58:19 -0400") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.194 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:120103 Archived-At: On Lun, avr 29 2019, Stefan Monnier wrote: >>>> (Emacs' default binding for insert-char is C-x 8 RET). >>> With the neat feature that you don't have to hammer in the hex code, >>> but you can also start typing "smi" and TAB and you are offered all >>> the codes whose Unicode name starts with SMI, from "SMILE" through >>> "SMILING CAT FACE WITH HEART-SHAPED EYES" up to "SMIRKING FACE". >> And if you use Helm, C-c h 8 (bound to `helm-ucs`) is like C-x 8 RET but >> also shows the characters themselves, not just their unicode names > > AFAIK `C-x 8 RET` also shows the characters themselves (next to their > name). I stand corrected. On my config C-x 8 RET is handled by Helm too and doesn't show the characters, I had forgotten the vanilla C-x 8 RET does. Damien