From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Support "\n" in icomplete-separator Date: Thu, 12 Nov 2020 16:37:44 +0200 Message-ID: <83blg2zlmv.fsf@gnu.org> References: <20201105235735.oxouuek66ehu5o45@Ergus> <20201106151541.dpgep7borlja25su@Ergus> <837dqv5huk.fsf@gnu.org> <83mtzp2qj0.fsf@gnu.org> <83r1p11369.fsf@gnu.org> <837dqr27zs.fsf@gnu.org> <83361f22ah.fsf@gnu.org> <83sg9fzlto.fsf@gnu.org> <622c9f8a-d4ea-7d0c-5f4e-0261823d71d0@gmx.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13331"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rudalics@gmx.at, spacibba@aol.com, monnier@iro.umontreal.ca, andreyk.mad@gmail.com, emacs-devel@gnu.org To: Gregory Heytings Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 12 15:39:05 2020 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 1kdDkf-0003NY-OE for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Nov 2020 15:39:05 +0100 Original-Received: from localhost ([::1]:56460 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdDke-0007vU-RR for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Nov 2020 09:39:04 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38584) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdDj9-0006ch-HM for emacs-devel@gnu.org; Thu, 12 Nov 2020 09:37:31 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53108) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kdDj8-0002QL-9f; Thu, 12 Nov 2020 09:37:30 -0500 Original-Received: from [176.228.60.248] (port=3503 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kdDj7-0007Rp-Pm; Thu, 12 Nov 2020 09:37:30 -0500 In-Reply-To: (message from Gregory Heytings on Thu, 12 Nov 2020 08:52:32 +0000) 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:259079 Archived-At: > Date: Thu, 12 Nov 2020 08:52:32 +0000 > From: Gregory Heytings > cc: Eli Zaretskii , spacibba@aol.com, monnier@iro.umontreal.ca, > andreyk.mad@gmail.com, emacs-devel@gnu.org > > > Wholeheartedly agreed. In particular with all that blank space at the > > right side of the minibuffer window. > > I don't know what browser you use, but with both Chromium and Firefox you > also have "all that blank space at the right side" of the drop-down list > of candidates. No, those browsers never drop a list which is as wide as the window/frame. So they waste much less screen space.