From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: Name completion when using "read-char-by-name" Date: Fri, 07 Oct 2022 17:33:11 +0000 Message-ID: References: <9aQA4PGTbkY4yE2ETmNHU8hSxq3kiyI5r-GF5cW-tdjviquecfD80ibGnG0aDyX-UvA5mug9uHf-09vNCC66HDKOsoudTjMgMk3e--luy6A=@proton.me> <83wn9cnn2u.fsf@gnu.org> <83ilkvmyj5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30255"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 07 19:36:10 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 1ogrGc-0007eP-F0 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 19:36:10 +0200 Original-Received: from localhost ([::1]:42878 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogrGb-0001U9-Fe for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 13:36:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44542) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogrDx-0001RU-FN for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 13:33:26 -0400 Original-Received: from mail-4318.protonmail.ch ([185.70.43.18]:56699) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogrDt-0001np-4j; Fri, 07 Oct 2022 13:33:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1665163996; x=1665423196; bh=SiDeB764TzSBtehQECzTO7kgf+xXCkBPbGwVUFUqJHY=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=H7U3TxhJ5ALL8hw4wLfpztGGI1aq4dSww26eIeo19oRbyHoeHW+5/GxAzu481zVUo WM2bQNAAC0L/wErTynrMcq6g5bjAg/QRwxolbOGR3qSUtUKUgTH99mhZQPe+Qj+28W gbtWPzoAg9154tB9qtlft2ZyyI00izcO4ZZXfRgggLZukK1Y7JTix3EpkmxlD6uxjM trgYzm9Wel1lDfXEepOvUTvErmX3Fett7+PHoOxneQYare4rk66lALdy1wakf2EYeB 6TXAX3XLNHcsV/YLJd7eU7IYlteqfb/bljedk3pbc9SKisf1+aK+84zBATDpvWfT1w nTpg5xNLiuqLQ== In-Reply-To: <83ilkvmyj5.fsf@gnu.org> Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.43.18; envelope-from=uzibalqa@proton.me; helo=mail-4318.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:139751 Archived-At: ------- Original Message ------- On Friday, October 7th, 2022 at 3:41 PM, Eli Zaretskii wrote= : > > Date: Fri, 07 Oct 2022 15:26:45 +0000 > > From: uzibalqa uzibalqa@proton.me > > Cc: help-gnu-emacs@gnu.org > >=20 > > > As usual in Emacs: by pressing TAB. > >=20 > > The difficulty occurs with read-char-by-name. Using the common minibuff= er commands such as > > "M-x text-TAB" I get the list of possible completions. > >=20 > > But with "read-char-by-name" the TAB does not fire the completion list. >=20 >=20 > 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. I am quite sure that it is not a question of being slow because I get [no m= atch]. Perhaps there is a setting for completions? I am using Emacs 29.0.50