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 16:04:38 +0000 Message-ID: References: <9aQA4PGTbkY4yE2ETmNHU8hSxq3kiyI5r-GF5cW-tdjviquecfD80ibGnG0aDyX-UvA5mug9uHf-09vNCC66HDKOsoudTjMgMk3e--luy6A=@proton.me> <83wn9cnn2u.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="20558"; 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 18:23:39 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 1ogq8Q-00058j-OW for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 18:23:38 +0200 Original-Received: from localhost ([::1]:49304 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ogq8O-0008H0-HS for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 12:23:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogpqU-0001XY-HF for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 12:05:07 -0400 Original-Received: from mail-40137.protonmail.ch ([185.70.40.137]:25261) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ogpq8-0004fT-AK; Fri, 07 Oct 2022 12:04:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1665158681; x=1665417881; bh=ocTCczsA7UpcPzIIgC3Ll+Dcq6xNuj3/J9yeQ3T4L3c=; 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=GVk7nbBiIfFz+hEnipyyL6ET6YVR7kPzCdrTYU9xQNwY0eduysLtd2JwWrWsvwotj v4wtQtxMl4/dILAtocdB1Lcp1E2dKcLAhzbpaoo6mqc8rwDGHAyQP8l1HGUspEce1p j5lC1G71mhiVkAmyI8IYsYxOcb8mvBn5Mm0CrA+iu/hYXcqXCuVv1twwZV8Wud1txR PXT20YD+vQGuRCY9hUvvOgyziVnuPjkoGg0pVWy0Lqar/4vA83BcGeQXS+0DQw/Wq9 WGuFL79fc0BfE8BWmxZ/Dv5QFscNf00P5RKwCCSg861QB9Ys47xdqYEwDKeRZS9gbQ 7Uz2rv3EUlnXQ== In-Reply-To: Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.40.137; envelope-from=uzibalqa@proton.me; helo=mail-40137.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:139748 Archived-At: ------- Original Message ------- On Friday, October 7th, 2022 at 3:26 PM, uzibalqa wrot= e: > ------- Original Message ------- > On Friday, October 7th, 2022 at 6:51 AM, Eli Zaretskii eliz@gnu.org wrote= : >=20 >=20 >=20 > > > Date: Fri, 07 Oct 2022 00:04:36 +0000 > > > From: uzibalqa uzibalqa@proton.me > > >=20 > > > How can I use completion when using "read-char-by-name"? I could writ= e "*ARROW" but how can I > > > force it to shew me possible completions? > >=20 > > As usual in Emacs: by pressing TAB. >=20 >=20 > 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. >=20 > But with "read-char-by-name" the TAB does not fire the completion list. Ok. I give some additional information. If I input "RIGHT" I do get = the completion. But what if I want names with "RIGHT" in the middle of a name?