From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: "ctrl+shift+u codepoint enter" Date: Mon, 29 Apr 2019 14:29:10 -0400 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="185371"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Help Gnu Emacs mailing list To: Noam Postavsky Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 29 20:29:34 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 1hLB1x-000m2J-A5 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 20:29:33 +0200 Original-Received: from localhost ([127.0.0.1]:33521 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLB1w-00016Z-5b for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2019 14:29:32 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLB1i-00016J-6C for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 14:29:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hLB1f-0004fd-Pe for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 14:29:18 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:46084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hLB1f-0004f2-L9 for help-gnu-emacs@gnu.org; Mon, 29 Apr 2019 14:29:15 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id x3TITAWP016942; Mon, 29 Apr 2019 14:29:11 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id C2D846AD2C; Mon, 29 Apr 2019 14:29:10 -0400 (EDT) In-Reply-To: (Noam Postavsky's message of "Mon, 29 Apr 2019 14:13:02 -0400") X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 3 Rules triggered UC_NAME=0.2, EDT_SA_DN_PASS=0, RV6535=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6535> : inlines <7062> : streams <1820090> : uri <2838581> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:120102 Archived-At: >> > 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). > For plain C-x 8 RET, you need to press TAB (once or twice) before > those show up (whereas I think Helm will show completion candidates > more eagerly). Right, that's also my understanding, but his comment specifically says "not just their unicode names", so it seems to be hinting at something else. Stefan