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 09:51:21 +0300 Message-ID: <83wn9cnn2u.fsf@gnu.org> References: <9aQA4PGTbkY4yE2ETmNHU8hSxq3kiyI5r-GF5cW-tdjviquecfD80ibGnG0aDyX-UvA5mug9uHf-09vNCC66HDKOsoudTjMgMk3e--luy6A=@proton.me> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1084"; 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 08:54:15 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 1oghFP-00005Q-Nx for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 08:54:15 +0200 Original-Received: from localhost ([::1]:41092 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oghFO-0008GY-22 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 07 Oct 2022 02:54:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:32904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oghCd-0008GI-0x for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 02:51:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:33782) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oghCc-0003H2-M0 for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 02:51:22 -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=yZ2pSgnrSTPwXYnSTxPEHHSHoD4PYUUIav68/KRe9ew=; b=oW8inFa+XRyZ wEwKwtXd0tTObGZFGcRI8cQGSK0kVt13vBgTXFvSdaDe0/Q70AxNyEbE56agpB9pCvmHIyMKz46zC ZeUZUGEEaAjkeS/4iX4k7R7LdxxVfeki2wRVKZ1NvQ2Ki+C8YvVRGjV0T0MlLfiqF2lQPc6KFypfv 1S/xMWjG3sCa3PeyXLzwGUdZyVXeGhL9j/QNYTdfyku5ABqfU0j5gTrjPT/eWTYTXcq6UgPcqKIp2 8e0bJ1M9f3IVYSaH/EZCROAEiYVnL9GGG1//09dWwdZ6XF0mhPkKA4XrFt7qIsZ9nBS4WrEKdtyRb wAv44t5cF7VZt1YA16WMGQ==; Original-Received: from [87.69.77.57] (port=4449 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 1oghCb-0000Xr-Rd for help-gnu-emacs@gnu.org; Fri, 07 Oct 2022 02:51:22 -0400 In-Reply-To: <9aQA4PGTbkY4yE2ETmNHU8hSxq3kiyI5r-GF5cW-tdjviquecfD80ibGnG0aDyX-UvA5mug9uHf-09vNCC66HDKOsoudTjMgMk3e--luy6A=@proton.me> (message from uzibalqa on Fri, 07 Oct 2022 00:04:36 +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:139742 Archived-At: > Date: Fri, 07 Oct 2022 00:04:36 +0000 > From: uzibalqa > > > How can I use completion when using "read-char-by-name"? I could write "*ARROW" but how can I > force it to shew me possible completions? As usual in Emacs: by pressing TAB.