From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: propose adding Icicles to Emacs Date: Wed, 20 Jun 2007 18:02:48 +0200 Message-ID: References: <87ir9iaamf.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1182355647 3116 80.91.229.12 (20 Jun 2007 16:07:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Jun 2007 16:07:27 +0000 (UTC) Cc: rms@gnu.org, monnier@iro.umontreal.ca, Drew Adams , emacs-devel@gnu.org To: "Juri Linkov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 20 18:07:25 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I12iK-00031u-99 for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 18:07:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I12iJ-0001qC-Rn for ged-emacs-devel@m.gmane.org; Wed, 20 Jun 2007 12:07:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I12dv-0006ao-Pv for emacs-devel@gnu.org; Wed, 20 Jun 2007 12:02:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I12du-0006Zz-7E for emacs-devel@gnu.org; Wed, 20 Jun 2007 12:02:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I12du-0006Zt-1K for emacs-devel@gnu.org; Wed, 20 Jun 2007 12:02:50 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I12dt-0007Rj-Er for emacs-devel@gnu.org; Wed, 20 Jun 2007 12:02:49 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so266364wxd for ; Wed, 20 Jun 2007 09:02:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Lr1ETyzFTVSdOAuJLtusetVdJM8qyiHvF0cYtGdC75kfvRbH1E2Sm7vgvzl83jt1/MIdLiwNOsbt38PCaXUMNzxe1VG6SDr211aESpmRLjQHS/d7y2dJ3BxxX4X+WlmAH4gBy2UJEN0ieTPWOMtwJjfAcwsVmWvdDx2JwvO70IQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=joWPNBKC6z0cDzrTBreOwKw+SmwQ7a/Yd3JUkUEyNr2WIDoi9aXGCBSPiWrZUccDw7zkLsPyX/MifmMzOq8aX97Q06d4yqAVaP8jv8DHgNGj2KlIzDdOSW9CaBWzBdoIQhaJj2T0GdjhXM+JYmf2uE9WDpTrndTh7kFss/6duUo= Original-Received: by 10.90.118.12 with SMTP id q12mr584841agc.1182355368751; Wed, 20 Jun 2007 09:02:48 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Wed, 20 Jun 2007 09:02:48 -0700 (PDT) In-Reply-To: <87ir9iaamf.fsf@jurta.org> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73444 Archived-At: On 6/20/07, Juri Linkov wrote: > > Adding a face swatch that is 53 characters wide to each completion candidate > > means a lot of unnecessary clutter for *Completions*. It adds nothing for > > the user in this context to repeat the alphabet twice, even if > > `list-faces-display' is "familiar". > > Exactly for the same reason you can complain about clutter in the output of > `list-faces-display'. I must be missing something obvious. Can't the user set `list-faces-sample-text'? If 53 chars is too long for her in *Completions*, I'd bet it'll be too in the output of `list-faces-display'. Juanma