From unknown Fri Jun 20 20:05:43 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49075 <49075@debbugs.gnu.org> To: bug#49075 <49075@debbugs.gnu.org> Subject: Status: (icomplete-vertical-mode 1) not taking effect Reply-To: bug#49075 <49075@debbugs.gnu.org> Date: Sat, 21 Jun 2025 03:05:43 +0000 retitle 49075 (icomplete-vertical-mode 1) not taking effect reassign 49075 emacs submitter 49075 arvid-harnack@lavache.com severity 49075 normal tag 49075 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 17 12:01:26 2021 Received: (at submit) by debbugs.gnu.org; 17 Jun 2021 16:01:26 +0000 Received: from localhost ([127.0.0.1]:55062 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltuSL-0004tH-5M for submit@debbugs.gnu.org; Thu, 17 Jun 2021 12:01:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:42334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ltuEU-0004VZ-Fv for submit@debbugs.gnu.org; Thu, 17 Jun 2021 11:47:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltuET-0004eS-Ur for bug-gnu-emacs@gnu.org; Thu, 17 Jun 2021 11:47:06 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:43090) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ltuER-0005wP-7X for bug-gnu-emacs@gnu.org; Thu, 17 Jun 2021 11:47:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lavache.com; s=mailo; t=1623944820; bh=c1CvVRWfOtNpGAFc8WELSsfisiTpy++3jA/1WIzY40g=; h=X-EA-Auth:From:To:Date:Subject:MIME-Version:X-Mailer:Message-ID: Content-Type; b=b2K61cw25J5L44l/rZLNMWIHJDyJwGqFzPNkL5SFb+U8U+PlRl+RVekw14gTqxhjE lMgt3mjCf3I3UF4DYOQ+nD/xZS81uc+ayY4IAypDGfzcVGUPsopz/4wYJOk5w9sGyC PE3MHV0W5PvjQgwA4j9kc3vFVt70l+yWbRa9JTBo= Received: by www-7.mailo.com with http webmail; Thu, 17 Jun 2021 17:46:59 +0200 (CEST) X-EA-Auth: dhvvqFrmNUb6turO+Es6nF21EZXJYrtEI8MccqSEQKjIdJmiw60DV47THDAtM2tpcsQwVLAxljmQn6FzwOPXuLu2oJ/WRVTt From: arvid-harnack@lavache.com To: bug-gnu-emacs@gnu.org Date: Thu, 17 Jun 2021 17:46:59 +0200 (CEST) Subject: (icomplete-vertical-mode 1) not taking effect X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20210601 Message-ID: Content-Type: multipart/alternative; boundary="----=_NextPart_001_60cb6e73_3bfb_61f9743e" Received-SPF: pass client-ip=213.182.54.12; envelope-from=arvid-harnack@lavache.com; helo=msg-2.mailo.com 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, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 17 Jun 2021 12:01:20 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) ------=_NextPart_001_60cb6e73_3bfb_61f9743e Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable icomplete provides a convenient way to quickly select an element among the possible completions in a minibuffer. It is enabled by calling (icomplete-mode 1) Recently, icomplete-vertical-mode was added.=C2=A0 But calling (icomplete-vertical-mode 1) does not enable vertical completion, unless one has called (icomplete-mode 1) first. It is more natural to simply enable the mode by calling (icomplete-vertical-mode 1), the same way as one enables icomplete.=C2=A0 Either call (icomplete-mode 1) or (icomplete-vertical-mode 1) to activate icamplete with the appropriate style. ------=_NextPart_001_60cb6e73_3bfb_61f9743e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable icomplete provides a convenient way to quickly select an element
among t= he possible completions in a minibuffer.

It is enabled by calling (i= complete-mode 1)

Recently, icomplete-vertical-mode was added.=C2=A0 = But calling
(icomplete-vertical-mode 1) does not enable vertical complet= ion,
unless one has called (icomplete-mode 1) first.

It is more n= atural to simply enable the mode by calling
(icomplete-vertical-mode 1),= the same way as one enables
icomplete.=C2=A0 Either call (icomplete-mod= e 1) or
(icomplete-vertical-mode 1) to activate icamplete with the
ap= propriate style.
------=_NextPart_001_60cb6e73_3bfb_61f9743e-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 09:35:09 2021 Received: (at 49075) by debbugs.gnu.org; 19 Jun 2021 13:35:09 +0000 Received: from localhost ([127.0.0.1]:58821 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lub7t-00070W-E9 for submit@debbugs.gnu.org; Sat, 19 Jun 2021 09:35:09 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51728) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lub7r-00070G-SF for 49075@debbugs.gnu.org; Sat, 19 Jun 2021 09:35:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=y3p34F66pjHAbnXjPLPBFL8CrYGl8UnPsvcVkQDpiTo=; b=Wp+YlunXpFsP8ZjGylUEp8i1Oi bfSkGxx30ozXo/aSBO/qheEIYU26t1MEK3VPzkdyTNp08Psw849VMpa5hvS/aljxxlitOuvfAxBQJ QQrBRMzoeJ6J9vvzrWNoxp5pqUPZtocl1c2fMMGUZicjYwUhS8cOFAWxcx3fSZP15bas=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lub7i-00034u-Tg; Sat, 19 Jun 2021 15:35:01 +0200 From: Lars Ingebrigtsen To: arvid-harnack@lavache.com Subject: Re: bug#49075: (icomplete-vertical-mode 1) not taking effect References: X-Now-Playing: Oh Sees's _Face Stabber_: "Henchlock" Date: Sat, 19 Jun 2021 15:34:58 +0200 In-Reply-To: (arvid-harnack@lavache.com's message of "Thu, 17 Jun 2021 17:46:59 +0200 (CEST)") Message-ID: <87y2b6vuyl.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: arvid-harnack@lavache.com writes: > Recently, icomplete-vertical-mode was added. But calling > (icomplete-vertical-mode 1) does not enable vertical completion, > unless one has called (icomplete-mode 1) first. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49075 Cc: 49075@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) arvid-harnack@lavache.com writes: > Recently, icomplete-vertical-mode was added. But calling > (icomplete-vertical-mode 1) does not enable vertical completion, > unless one has called (icomplete-mode 1) first. I think that works as designed -- as the doc string says: "Toggle vertical candidate display in `icomplete-mode' or `fido-mode'." So the mode can't just switch on icomplete-mode by itself, because it works two different modes. Closing. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 09:35:12 2021 Received: (at control) by debbugs.gnu.org; 19 Jun 2021 13:35:12 +0000 Received: from localhost ([127.0.0.1]:58824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lub7w-00070p-Kn for submit@debbugs.gnu.org; Sat, 19 Jun 2021 09:35:12 -0400 Received: from quimby.gnus.org ([95.216.78.240]:51750) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lub7v-00070N-DB for control@debbugs.gnu.org; Sat, 19 Jun 2021 09:35:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=0ShoyopPYtkkW3rs8lN1zBBPLKDvkS9FCZc3DulFtog=; b=l1a14r5YK709c39XtFmIv6LyF0 pcR33Fxl5j6d0g1R1+E9at2bGV/btQtS3f1xrM0F3hE/1yxGEfsZXQT4G/zqaiE6gCPia7I1z/FDJ ZAo86gNMfRkSNXg2jSmbv5eM00VCrRSyvjEEi2os5ZgKhjDVP2oAp3qZvfB+zrZkaca4=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lub7o-000359-0f for control@debbugs.gnu.org; Sat, 19 Jun 2021 15:35:05 +0200 Date: Sat, 19 Jun 2021 15:35:03 +0200 Message-Id: <87wnqqvuyg.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #49075 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 49075 notabug close 49075 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) tags 49075 notabug close 49075 quit From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 09:55:26 2021 Received: (at 49075) by debbugs.gnu.org; 19 Jun 2021 13:55:26 +0000 Received: from localhost ([127.0.0.1]:59811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lubRV-0001Vl-MR for submit@debbugs.gnu.org; Sat, 19 Jun 2021 09:55:26 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:57546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lubRS-0001K2-UX for 49075@debbugs.gnu.org; Sat, 19 Jun 2021 09:55:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lavache.com; s=mailo; t=1624110908; bh=nqJMTyWota6YPczgjpi4s219V6aY2Y4pI5sswIgskKI=; h=X-EA-Auth:From:To:Cc:Date:Subject:MIME-Version:X-Mailer: Message-ID:Content-Type; b=PVEiqiGTda4e9bm3+zJD4pHJpDZeQMupQv6C5rsRI4hEKD4VxNtpA3YMj/TnOaweo kuJVqIIyVdAy0EA7o782yyXY+SRgtoCLKoxvGSjTDK/wvzP6pTsw8RxfQRjNpJUuBy F6yjw9dBE2JgkEuRfPff3Irhi6rLBm3iQPqx6Mp8= Received: by www-8.mailo.com with http webmail; Sat, 19 Jun 2021 15:55:08 +0200 (CEST) X-EA-Auth: LaGWIzxQjxuwHAfrcFkbN3Dc/ICvfhTcEIu8aOjHkPQIY22ldOtHJMzv2ivN8dLROy9zZBDY31tOf8Aw7eQ2wI35luaXlDAi From: arvid-harnack@lavache.com To: "Lars Ingebrigtsen" Date: Sat, 19 Jun 2021 15:55:08 +0200 (CEST) Subject: bug#49075: (icomplete-vertical-mode 1) not taking effect X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20210601 Message-ID: Content-Type: multipart/alternative; boundary="----=_NextPart_001_60cdf73c_9d5_73ea37bd" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49075 Cc: 49075@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------=_NextPart_001_60cdf73c_9d5_73ea37bd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable The argument is that the design is wrong. Either icomplete-vertical-mode is a regular user option or icomplete-verti= cal-mode should enable icomplete-mode too. Many people would second this Sincerely From: Lars Ingebrigtsen To: arvid-harnack@lavache.com Subject: bug#49075: (icomplete-vertical-mode 1) not taking effect Date: 19/06/2021 15:34:58 Europe/Paris Cc: 49075@debbugs.gnu.org arvid-harnack@lavache.com writes: > Recently, icomplete-vertical-mode was added. But calling > (icomplete-vertical-mode 1) does not enable vertical completion, > unless one has called (icomplete-mode 1) first. I think that works as designed -- as the doc string says: "Toggle vertical candidate display in `icomplete-mode' or `fido-mode'." So the mode can't just switch on icomplete-mode by itself, because it works two different modes. Closing. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no ------=_NextPart_001_60cdf73c_9d5_73ea37bd Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
The argument is that the design is wrong.
Either icompl=
ete-vertical-mode is a regular user option or icomplete-vertical-mode
sh= ould enable icomplete-mode too.

Many people would second this
Sincerely



From: Lars I= ngebrigtsen <larsi@gnus.org>
To: arvid-harnack@lavache.com
Subject: bug#49075: (icomplete-vertical-mode 1) not taking effect
Date: 19/06/2021 15:34:58 Europe/Paris
Cc: 49075@debbugs.gnu.org

arvid-harnack@lavache.com writes:

> Recently, icomplete-vertical-mode was added. But calling
> (icomplete-vertical-mode 1) does not enable vertical completion,
> unless one has called (icomplete-mode 1) first.

I think that works as designed -- as the doc string says:

"Toggle vertical candidate display in `icomplete-mode' or `fido-mode'= ."

So the mode can't just switch on icomplete-mode by itself, because it
works two different modes.

Closing.

--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no



------=_NextPart_001_60cdf73c_9d5_73ea37bd-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 19:13:30 2021 Received: (at 49075) by debbugs.gnu.org; 19 Jun 2021 23:13:30 +0000 Received: from localhost ([127.0.0.1]:60934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luk9a-0007hg-1W for submit@debbugs.gnu.org; Sat, 19 Jun 2021 19:13:30 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:45887) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1luk9X-0007hM-Lh for 49075@debbugs.gnu.org; Sat, 19 Jun 2021 19:13:28 -0400 Received: (Authenticated sender: juri@linkov.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id ABE1AE0005; Sat, 19 Jun 2021 23:13:19 +0000 (UTC) From: Juri Linkov To: arvid-harnack@lavache.com Subject: Re: bug#49075: (icomplete-vertical-mode 1) not taking effect Organization: LINKOV.NET References: Date: Sun, 20 Jun 2021 02:02:17 +0300 In-Reply-To: (arvid-harnack@lavache.com's message of "Sat, 19 Jun 2021 15:55:08 +0200 (CEST)") Message-ID: <871r8x7afj.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49075 Cc: Lars Ingebrigtsen , 49075@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) >> > Recently, icomplete-vertical-mode was added. But calling >> > (icomplete-vertical-mode 1) does not enable vertical completion, >> > unless one has called (icomplete-mode 1) first. >> >> I think that works as designed -- as the doc string says: >> >> "Toggle vertical candidate display in `icomplete-mode' or `fido-mode'." >> >> So the mode can't just switch on icomplete-mode by itself, because it >> works two different modes. > > Either icomplete-vertical-mode is a regular user option or icomplete-vertical-mode > should enable icomplete-mode too. This will require adding separate `fido-vertical-mode'. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 19 19:26:22 2021 Received: (at 49075) by debbugs.gnu.org; 19 Jun 2021 23:26:22 +0000 Received: from localhost ([127.0.0.1]:60964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lukM1-0001pK-JG for submit@debbugs.gnu.org; Sat, 19 Jun 2021 19:26:22 -0400 Received: from msg-2.mailo.com ([213.182.54.12]:45738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lukLz-0001p6-Dq for 49075@debbugs.gnu.org; Sat, 19 Jun 2021 19:26:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lavache.com; s=mailo; t=1624145168; bh=MWYJPZVWBUFLGYNTZ2CIaJy7KLu5ClihUFEXyZKPdVg=; h=X-EA-Auth:From:To:Cc:Date:Subject:MIME-Version:X-Mailer: Message-ID:In-Reply-To:Content-Type; b=fbsg2gG5LMvg3wRYY1bhZ+WQURr/lhnpMM386cL5E0JF8f3wVvsHY0iEkRjCFCUbR pifpcwJGBaBuGg+tvLtnxL4bU4GU5r4XKE7RvFNHBx2RnvJA+t8irIkh6ifLTdA68i BVJjAdbbXIN62MJnHogFjivsRcaq1NzJSyUTCbZg= Received: by www-8.mailo.com with http webmail; Sun, 20 Jun 2021 01:26:08 +0200 (CEST) X-EA-Auth: 9W7MSDHxINPZHXdjVzb+/1UuLuC7Hj189Pl/TMwLWnpp/rD+qh2UgVjfG7eRSh7cSgXwpvHHfr6m03C0NrHWiTvN8WwRvQ0i From: arvid-harnack@lavache.com To: "Juri Linkov" Date: Sun, 20 Jun 2021 01:26:08 +0200 (CEST) Subject: bug#49075: (icomplete-vertical-mode 1) not taking effect X-Priority: 3 MIME-Version: 1.0 X-Mailer: COMS/EA21.01/r20210601 Message-ID: In-Reply-To: <871r8x7afj.fsf@mail.linkov.net> Content-Type: multipart/alternative; boundary="----=_NextPart_001_60ce7d10_3f40_1eda37da" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49075 Cc: Lars Ingebrigtsen , 49075@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------=_NextPart_001_60ce7d10_3f40_1eda37da Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable From: Juri Linkov To: arvid-harnack@lavache.com Subject: bug#49075: (icomplete-vertical-mode 1) not taking effect Date: 20/06/2021 01:02:17 Europe/Paris Cc: Lars Ingebrigtsen ; =C2=A0=C2=A0=C2=A049075@debbugs.gnu.org >>> > Recently, icomplete-vertical-mode was added. But calling >>> > (icomplete-vertical-mode 1) does not enable vertical completion, >>> > unless one has called (icomplete-mode 1) first. >>> >>> I think that works as designed -- as the doc string says: >>> >>> "Toggle vertical candidate display in `icomplete-mode' or `fido-mode'.= " >>> >>> So the mode can't just switch on icomplete-mode by itself, because it >>> works two different modes. >> >> Either icomplete-vertical-mode is a regular user option or icomplete-ve= rtical-mode >> should enable icomplete-mode too. >This will require adding separate `fido-vertical-mode'. I have put forward an alternative plan -------- Currently (icomplete-mode 1) is necessary. =C2=A0 And (icomplete-vertical-= mode 1) is relatively new. Emacs could ditch (icomplete-vertical-mode 1). Instead, have a variable one can set (such functionality is already being = done for completion-style). Users can just put=20 (icomplete-mode 1) (setq icomplete-vertical 1) -------- To disable, one could use=20 (setq icomplete-vertical 0)=C2=A0=C2=A0=C2=A0=20 Moreover one can use negative numbers (setq icomplete-vertical -1)=20 -------- To disable icomplete totally, use (icomplete-mode 0) -------- In summary there shall be no=20 (icomplete-vertical-mode 1)=20 or=20 (icomplete-vertical-mode 0)=20 -------- From: Juri Linkov To: arvid-harnack@lavache.com Subject: bug#49075: (icomplete-vertical-mode 1) not taking effect Date: 20/06/2021 01:02:17 Europe/Paris Cc: Lars Ingebrigtsen ; =C2=A0=C2=A0=C2=A049075@debbugs.gnu.org >> > Recently, icomplete-vertical-mode was added. But calling >> > (icomplete-vertical-mode 1) does not enable vertical completion, >> > unless one has called (icomplete-mode 1) first. >> >> I think that works as designed -- as the doc string says: >> >> "Toggle vertical candidate display in `icomplete-mode' or `fido-mode'." >> >> So the mode can't just switch on icomplete-mode by itself, because it >> works two different modes. > > Either icomplete-vertical-mode is a regular user option or icomplete-ver= tical-mode > should enable icomplete-mode too. This will require adding separate `fido-vertical-mode'. ------=_NextPart_001_60ce7d10_3f40_1eda37da Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
From: Juri Linkov <juri@linkov.net>
To: arvid-harnack@lavache.com
Subject: bug#49075: (icomplete-vertical-mode 1) not taking effect
Date: 20/06/2021 01:02:17 Europe/Paris
Cc: Lars Ingebrigtsen <larsi@gnus.org>;
=C2=A0=C2=A0=C2=A049075@debbugs.gnu.org

>>> > Recently, icomplete-vertical-mode was added. But cal= ling
>>> > (icomplete-vertical-mode 1) does not enable vertical= completion,
>>> > unless one has called (icomplete-mode 1) first.
>>>
>>> I think that works as designed -- as the doc string says:=
>>>
>>> "Toggle vertical candidate display in `icomplete-mod= e' or `fido-mode'."
>>>
>>> So the mode can't just switch on icomplete-mode by itself= , because it
>>> works two different modes.
>>
>> Either icomplete-vertical-mode is a regular user option or icompl= ete-vertical-mode
>> should enable icomplete-mode too.

>This will require adding separate `fido-vertical-mode'.

=

I have put forward an alternative plan

--------

Currently (icomplete-mode 1) is necessary. =C2= =A0 And (icomplete-vertical-mode 1) is relatively new.
Emacs could ditch (icomplete-vertical-mode 1).

Instead, have a variable one can set (such functionality is already being = done for completion-style).

Users can just put

(icomplete-mode 1)
(setq icomplete-vertical 1)

--------

To disable, one could use
(setq icomplete-vertical 0)=C2=A0=C2=A0=C2=A0

Moreover one can use negative numbers
(setq icomplete-vertical -1)

--------

To disable icomplete totally, use
(icomplete-mode 0)

--------

In summary there shall be no

(icomplete-vertical-mode 1)

or

(icomplete-vertical-mode 0)

--------


From: Juri Linkov <juri@linkov.net>=
To: arvid-harnack@lavache.com
Subject: bug#49075: (icomplete-vertical-mode 1) not taking effect
Date: 20/06/2021 01:02:17 Europe/Paris
Cc: Lars Ingebrigtsen <larsi@gnus.org>;
=C2=A0=C2=A0=C2=A049075@debbugs.gnu.org

>> > Recently, icomplete-vertical-mode was added. But calling=
>> > (icomplete-vertical-mode 1) does not enable vertical com= pletion,
>> > unless one has called (icomplete-mode 1) first.
>>
>> I think that works as designed -- as the doc string says:
= >>
>> "Toggle vertical candidate display in `icomplete-mode' o= r `fido-mode'."
>>
>> So the mode can't just switch on icomplete-mode by itself, be= cause it
>> works two different modes.
>
> Either icomplete-vertical-mode is a regular user option or icomplete-= vertical-mode
> should enable icomplete-mode too.

This will require adding separate `fido-vertical-mode'.



------=_NextPart_001_60ce7d10_3f40_1eda37da-- From unknown Fri Jun 20 20:05:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 18 Jul 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator