From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vasilii Kolobkov Newsgroups: gmane.emacs.help Subject: Re: Debugging a seldom seen bug (C-g with Ido) Date: Wed, 19 Jan 2022 23:06:17 +0200 Message-ID: <878rvb5tbq.fsf@orangeshoelaces.net> References: <87o84a642h.fsf@orangeshoelaces.net> <87bl08541h.fsf@orangeshoelaces.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19240"; mail-complaints-to="usenet@ciao.gmane.io" To: Stefan Monnier , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jan 19 22:07:23 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 1nAIAt-0004sK-69 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 19 Jan 2022 22:07:23 +0100 Original-Received: from localhost ([::1]:42996 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nAIAs-0002Bb-99 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 19 Jan 2022 16:07:22 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:45888) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAI9v-00029e-KV for help-gnu-emacs@gnu.org; Wed, 19 Jan 2022 16:06:24 -0500 Original-Received: from orangeshoelaces.net ([71.19.146.160]:41941) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nAI9t-00016D-Du for help-gnu-emacs@gnu.org; Wed, 19 Jan 2022 16:06:23 -0500 Original-Received: from orangeshoelaces.net (localhost [127.0.0.1]) by orangeshoelaces.net (OpenSMTPD) with ESMTP id 50fd6808; Wed, 19 Jan 2022 13:06:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=orangeshoelaces.net; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=mail; bh=EG1/92zpZrpwpQx7EQB1bIU+0 oY=; b=EtxDs9U4fBUL+HU/lZZ5j2MnzLWNLFj5W1u+m2pY1eD+ZsP5la5Wethmb kItnu4YtIxP0xGvet7ucy3wwbQZ6QsAm8iIgooPSkWusGtZVWAah2P6WcPqCljhc RAG7aLSG88dVGWWd7GBpems9In19CGw6md6DIgAyVebaviJSkw= Original-Received: by orangeshoelaces.net (OpenSMTPD) with ESMTPSA id 9139aa07 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 19 Jan 2022 13:06:19 -0800 (PST) Original-Received: by squalideel (Exim); Wed, 19 Jan 2022 23:06:17 +0200 In-Reply-To: Received-SPF: pass client-ip=71.19.146.160; envelope-from=vasilii@orangeshoelaces.net; helo=orangeshoelaces.net 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:135455 Archived-At: Stefan Monnier via Users list for the GNU Emacs text editor writes: > It'd be even better if you can reproduce it with a completion package > that's better maintained than Ido (e.g. Icomplete, Mct, Ivy, ...). The scenario i mentioned last, using describe-function, does in fact use Icomplete. I'd need to ponder over the behavior of 'quiting' first, as it seem to fit the prescribed behavior at first glance. On a side note, having compared the length of Ido source code with that of Icomplete (5 kslocs and <1 ksloc), made me thinking if i can switch over to icomplete... completely :)