From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] icomplete-vertical Date: Tue, 06 Apr 2021 11:30:22 +0200 Message-ID: <87blar3glt.fsf@posteo.net> References: <87h7kkwcy1.fsf@posteo.net> <83tuokb0uk.fsf@gnu.org> <87o8er3i8z.fsf@posteo.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="32446"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 06 11:34:08 2021 Return-path: Envelope-to: ged-emacs-devel@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 1lTi63-0008GX-6q for ged-emacs-devel@m.gmane-mx.org; Tue, 06 Apr 2021 11:34:07 +0200 Original-Received: from localhost ([::1]:35024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lTi62-0001mt-7T for ged-emacs-devel@m.gmane-mx.org; Tue, 06 Apr 2021 05:34:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47570) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lTi5B-0001ME-JI for emacs-devel@gnu.org; Tue, 06 Apr 2021 05:33:13 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:54741) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lTi58-00087e-Ik for emacs-devel@gnu.org; Tue, 06 Apr 2021 05:33:12 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 21A4C160656 for ; Tue, 6 Apr 2021 11:30:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1617701428; bh=fJNRFJaThTRTDuiJfwoZ5y9SozB0nWCzA/Qn8bYmTMw=; h=From:To:Cc:Subject:Date:From; b=UD1DVzPhC71di/8ZTHza6x+CzyiagkNXuIESj1NRIwGrEimCOrvCjBWB94GsMCYCY hHvYeyQbinJYx5Sn64mVNofvlYfJ+8+aakEKyYJmj+wbLXa0E1MXace5z0ORcuY9Ha 6z2RxsKIV0exsVfGbiZ/vUb1eKZBcwPF9aC23Jc5iQ3OW6AuhN9d+TGNd2X80ycocf zO2Xn9ePejxsD6JBoxzCEe28P7oBZbwT37wP/5AdJ1r3c/ooi5VX9d6qakSxLTy2tS iJiV65KOUgkMvo6xo+zRJFOJR7ZDoUQebb8FSA9NWRLOi4UHPxtIHwx3EiwuFv+h6K SLmHxWsMTU0FA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FF2Ll5psHz9rxQ; Tue, 6 Apr 2021 11:30:23 +0200 (CEST) In-Reply-To: (Gregory Heytings's message of "Tue, 06 Apr 2021 09:10:40 +0000") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, 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-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:267461 Archived-At: Gregory Heytings writes: > Do you really think it is better to ask users to set five options in > their init file (icomplete-separator, icomplete-hide-common-prefix, > icomplete-prospects-height, icomplete-minibuffer-setup-hook and > icomplete-completions-filter-hook) instead of providing them right > away with what they want with (icomplete-vertical-mode 1)? No, I think it would be better to have one user option like icomplete-presentation set to 'vertical or something like that. -- Philip K.