From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: arvid-harnack@lavache.com Newsgroups: gmane.emacs.help Subject: icomplete-vertical-mode not taking effect Date: Sat, 19 Jun 2021 18:31:45 +0200 (CEST) Message-ID: References: <877diqrhm6.fsf@posteo.net> 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="22450"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs@gnu.org To: "Philip Kaludercic" , "Jean Louis" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Jun 19 18:32:51 2021 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 1ludtr-0005hO-BK for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Jun 2021 18:32:51 +0200 Original-Received: from localhost ([::1]:44930 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ludtq-0006aE-68 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Jun 2021 12:32:50 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ludtP-0006ZX-2J for help-gnu-emacs@gnu.org; Sat, 19 Jun 2021 12:32:23 -0400 Original-Received: from msg-2.mailo.com ([213.182.54.12]:53714) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ludtM-00028f-4Y for help-gnu-emacs@gnu.org; Sat, 19 Jun 2021 12:32:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lavache.com; s=mailo; t=1624120305; bh=2d00LTKf+qiHeBMR91mZ2oikInzFSNIzUo1bQyWavZA=; h=X-EA-Auth:From:To:Cc:Date:Subject:MIME-Version:X-Mailer: Message-ID:In-Reply-To:Content-Type; b=Mp1merrV46dBNlILpHhYzqnAvHwYk1eyLcgNXEeJLRdRuhw/aQzfg+rOJBP5XVMKh wchavBIfdgBa5qCrgnYciTUjRxM0Zmexh0jwNnKiFzB1AXtvUNXXKXW9Fe8NMQfSFF E7wksLwAsL/XSDZlwqc/UOkVkiclzm1WckHm1wjQ= Original-Received: by www-8.mailo.com with http webmail; Sat, 19 Jun 2021 18:31:45 +0200 (CEST) X-EA-Auth: bgb2Eq1VlcvT9QEkuwA4tioKB1qs9PuYwHsdnhzdEWHXZAdq3nCWg1DdQ864OQlXW6qgaqTD/jAtGteEwkbPMRZG1z3eKT2d X-Priority: 3 X-Mailer: COMS/EA21.01/r20210601 In-Reply-To: <877diqrhm6.fsf@posteo.net> 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-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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:131021 Archived-At: Am starting to have enough of free software.=C2=A0 After sending a bug-report, I got a response that the method of enabling icomplete-vertical-mode is good as it is, followed by getting the bug-report closed. Am beginning to think that the reason is actually malice mixed with a good dose of stupidity.=C2=A0 Because as long as the implementation is capable of enabling the mode, things are great. Very superficial way at dealing with bug-reports. It could also be that the bug-report subject was not good enough for Lars to understand my intention.=C2=A0 Could people who agree with the change help me out on 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. (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no -------- From: Philip Kaludercic To: arvid-harnack@lavache.com Subject: Re: icomplete-vertical-mode not taking effect Date: 18/06/2021 23:24:33 Europe/Paris Cc: help-gnu-emacs@gnu.org > > arvid-harnack@lavache.com writes: > > Obviously someone did it that way.=C2=A0 So in your opinion the > > comment was not about The reason was not malice or stupidity, just a preference on the question of user options/variables vs minor modes. Philip K. --------