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 22:08:24 +0300 Message-ID: <83edvjmoyf.fsf@gnu.org> References: <9aQA4PGTbkY4yE2ETmNHU8hSxq3kiyI5r-GF5cW-tdjviquecfD80ibGnG0aDyX-UvA5mug9uHf-09vNCC66HDKOsoudTjMgMk3e--luy6A=@proton.me> <83wn9cnn2u.fsf@gnu.org> <83ilkvmyj5.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19790"; 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 21:12:43 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 1ogsm2-0004vu-HT for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 21:12:42 +0200 Original-Received: from localhost ([::1]:52342 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogsm0-0002q1-Jk for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 15:12:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogsht-0000em-6u for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 15:08:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58746) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogshs-0005zQ-T7 for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 15:08:24 -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=MfHQxPSRfC/EvfZMGnbFy+oOGoDYcP70opQDz3GElyM=; b=FQj3X95KG0jP GKmd9qIBEkUbVPKmjxUExqxHiz4XjBcuoZfvatlmPuPizIDpndXFIQCGlZNFLfsWUawbHFaxbKJOE ExiKr08DbmAMnyFdzpHULwCpfgO9EAZq3qpmlBOp/ZR0J0uXNIvoxVWkKKDULl7dfL5LxKh1atBn0 xn4DgceODpwGXvSvBiXwlcv83EtlpI2JtNL+D+sxNXi4IW836ljjFLXONXqhFLxEKykkoUoquHdbH r5d7hwfTIXq4E3U9UsiazEAkzKslkUzUR9d85ncQPBNLGMJFXYXh4g4lS4EcjYxNLkFwM+QXG24po A9hwIcwe/8OHIhwjN01yEQ==; Original-Received: from [87.69.77.57] (port=2259 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 1ogshs-00015n-Ca for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 15:08:24 -0400 In-Reply-To: (message from uzibalqa on Fri, 07 Oct 2022 17:33:11 +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:139755 Archived-At: > Date: Fri, 07 Oct 2022 17:33:11 +0000 > From: uzibalqa > Cc: help-gnu-emacs@gnu.org > > > > "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. > > I am quite sure that it is not a question of being slow because I get [no match]. > Perhaps there is a setting for completions? I am using Emacs 29.0.50 Is this in "emacs -Q"? If not, look at your customizations.