From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Name completion when using "read-char-by-name" Date: Fri, 07 Oct 2022 18:41:34 +0300 Message-ID: <83ilkvmyj5.fsf@gnu.org> References: <9aQA4PGTbkY4yE2ETmNHU8hSxq3kiyI5r-GF5cW-tdjviquecfD80ibGnG0aDyX-UvA5mug9uHf-09vNCC66HDKOsoudTjMgMk3e--luy6A=@proton.me> <83wn9cnn2u.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20334"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 07 19:02:55 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ogqkR-00057I-1w for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 19:02:55 +0200 Original-Received: from localhost ([::1]:40058 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogqkP-00076k-N6 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 13:02:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55766) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogpTi-0002nO-Uj for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 11:41:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49398) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogpTi-0000rO-CF for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 11:41:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=OoloG0QSIxLgUbnnrMpV3yZdON/7ld3bOh3BTHF9JzQ=; b=OjlfdGUSgowE /rb+otLAFQEJN4MvG6YB1nvmvC0R02EdlCj2in4Su6NmOZ48xt6pqOMdImTL1O5NkXXB0/fD49yze MZDXMIipJ14q/hvYG9Nb0Dix5cEuxrhc6zQ/PSIs2+ofBxozJkHwVQpzPywhz8AE3OG9Z8wPtUPu/ JfuEoX21bRctJJH2dKaTPzNQmBf1Za59N1U12/wLe5rZ+PLESZu7w34tBqcXjO8pwEJvr+o+vDYyq N6IUh3WKzoXBZPdkuMQgE6GxoCG7R4XW4pw/XRJY2awUoopvxexec3+ZF2Vu97u7KO26NxuCwxodO 9+IseTFdifrLW9RT5XJMpA==; Original-Received: from [87.69.77.57] (port=1379 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogpTh-0001cJ-RN for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 11:41:34 -0400 In-Reply-To: (message from uzibalqa on Fri, 07 Oct 2022 15:26:45 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139750 Archived-At: > Date: Fri, 07 Oct 2022 15:26:45 +0000 > From: uzibalqa > Cc: help-gnu-emacs@gnu.org > > > As usual in Emacs: by pressing TAB. > > The difficulty occurs with read-char-by-name. Using the common minibuffer commands such as > "M-x text-TAB" I get the list of possible completions. > > But with "read-char-by-name" the TAB does not fire the completion list. It does here. The first time you do that in a session it could be a bit slow, because Emacs needs to scan the entire list of Unicode characters. But it does pop up a buffer with completions.