From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ndame via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#51475: read-char-choice should hide the cursor Date: Fri, 29 Oct 2021 14:53:31 +0000 Message-ID: References: <_THq5ypB0YkWSi2rpEAmoEqTA-YZ6yyHoz8z8_DjpB-ER134WTz00UDJ4_-Z-9y_AskMwozCw0Ji-E855Ip9g5rUxaAMcdQXzp2xGAKl_0o=@protonmail.com> <87o878yo8c.fsf@gnus.org> Reply-To: ndame 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="17091"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 51475@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Oct 29 16:54:38 2021 Return-path: Envelope-to: geb-bug-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 1mgTHC-0004EX-5r for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 29 Oct 2021 16:54:38 +0200 Original-Received: from localhost ([::1]:52298 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgTHA-0006ne-Gc for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 29 Oct 2021 10:54:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50400) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgTGd-0006kA-Jl for bug-gnu-emacs@gnu.org; Fri, 29 Oct 2021 10:54:06 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:44056) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mgTGb-0001tR-VG for bug-gnu-emacs@gnu.org; Fri, 29 Oct 2021 10:54:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mgTGb-00023N-MB for bug-gnu-emacs@gnu.org; Fri, 29 Oct 2021 10:54:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: ndame Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 29 Oct 2021 14:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51475 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 51475-submit@debbugs.gnu.org id=B51475.16355192217856 (code B ref 51475); Fri, 29 Oct 2021 14:54:01 +0000 Original-Received: (at 51475) by debbugs.gnu.org; 29 Oct 2021 14:53:41 +0000 Original-Received: from localhost ([127.0.0.1]:55602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgTGH-00022e-Ft for submit@debbugs.gnu.org; Fri, 29 Oct 2021 10:53:41 -0400 Original-Received: from mail-40138.protonmail.ch ([185.70.40.138]:14982) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mgTGE-00022K-Ha for 51475@debbugs.gnu.org; Fri, 29 Oct 2021 10:53:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1635519212; bh=xf61JbR8+MmpRFJ0UaKUFKQr0IVNckYRmCBBj8lD8og=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=odIVriAy+9r1BMH+M6O8QbnVGQa2T1wWV+KI2yn560FoVA2CD03nNnS8/zm/9FbCb 5kEdp7bG+z0rZT2B+u6/h2EuY8ne4zxTG0bbIm8rOSyQUPCmTNtGaKtsMxMMoAavJV SY6M3RBRuHc2ClTs74O+uG8Tbm/gh8fNzzLiuGUU= In-Reply-To: <87o878yo8c.fsf@gnus.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" X-ACL-Warn: , ndame Xref: news.gmane.io gmane.emacs.bugs:218561 Archived-At: > > We could hide it if the prompt is multi-line, I guess? Anybody got an opi= nion? Or maybe an optional argument for read-char-choice to hide it if it does n= ot look good with the chosen layout.