From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#55430: 29.0.50; choose-completion errors when completion-show-help and completions-header-format are nil Date: Sun, 15 May 2022 21:39:17 +0300 Organization: LINKOV.NET Message-ID: <865ym6prmy.fsf@mail.linkov.net> References: <87sfpa69ob.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7048"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 55430@debbugs.gnu.org To: Visuwesh Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun May 15 20:41:41 2022 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 1nqJBV-0001gw-K0 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 15 May 2022 20:41:41 +0200 Original-Received: from localhost ([::1]:47288 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nqJBU-0005eC-Oj for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 15 May 2022 14:41:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44518) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nqJAs-0004nC-Fi for bug-gnu-emacs@gnu.org; Sun, 15 May 2022 14:41:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:56830) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nqJAs-0000q0-6U for bug-gnu-emacs@gnu.org; Sun, 15 May 2022 14:41:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nqJAs-0006ii-52 for bug-gnu-emacs@gnu.org; Sun, 15 May 2022 14:41:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 15 May 2022 18:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55430 X-GNU-PR-Package: emacs Original-Received: via spool by 55430-submit@debbugs.gnu.org id=B55430.165264000425744 (code B ref 55430); Sun, 15 May 2022 18:41:02 +0000 Original-Received: (at 55430) by debbugs.gnu.org; 15 May 2022 18:40:04 +0000 Original-Received: from localhost ([127.0.0.1]:50725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqJ9v-0006hA-Kf for submit@debbugs.gnu.org; Sun, 15 May 2022 14:40:03 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:43853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nqJ9t-0006gV-FQ; Sun, 15 May 2022 14:40:02 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 4E98E100007; Sun, 15 May 2022 18:39:52 +0000 (UTC) In-Reply-To: <87sfpa69ob.fsf@gmail.com> (Visuwesh's message of "Sun, 15 May 2022 21:59:56 +0530") 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" Xref: news.gmane.io gmane.emacs.bugs:232339 Archived-At: forcemerge 55289 55430 thanks > 1. emacs -Q > 2. M-: (setq completion-show-help nil completions-header-format nil) > 3. M-x M-v > > Note how the cursor is not on the first candidate. If you move to the > first candidate, then type RET, it errors with the following backtrace > for me. > > Sorry if this is a duplicate report. It is. But no problem, thanks for the bug report. It will be fixed with bug#54374 and bug#55289. > Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) > get-text-property(nil completion--string) > choose-completion(13 nil) > funcall-interactively(choose-completion 13 nil) > call-interactively(choose-completion nil nil) > command-execute(choose-completion)