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 10:00:23 +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="165129"; 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 10:09:46 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 1hL1M6-000gkO-U8 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 10:09:43 +0200 Original-Received: from localhost ([127.0.0.1]:53760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hL1M5-0005X1-PH for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 04:09:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:51567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hL1Lm-0005Tv-MO for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 04:09:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hL1DF-0007UH-5j for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 04:00:38 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:44277) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hL1DD-0007QJ-9i for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 04:00:33 -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 relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 21B1D60015 for ; Mon, 29 Apr 2019 08:00:24 +0000 (UTC) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <20190429072525.GC31993@tuxteam.de> (tomas@tuxteam.de's message of "Mon, 29 Apr 2019 09:25:25 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.183.195 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:120096 Archived-At: On Lun, avr 29 2019, tomas@tuxteam.de 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 (although it takes a while the first time it's invoked in a session as it "collects" the characters...) Damien