From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103444: * lisp/facemenu.el (list-colors-display): Use with-help-window (Bug#8048). Date: Mon, 28 Feb 2011 21:53:27 +0100 Message-ID: <8762s32854.fsf@gnu.org> References: <4D6B6AA4.8090008@gmx.at> <4D6BD6EA.4010000@gmx.at> <87mxlg57hs.fsf@stupidchicken.com> <83wrkklzcd.fsf@gnu.org> <87ipw4aq3x.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298926927 1769 80.91.229.12 (28 Feb 2011 21:02:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 21:02:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 22:02:03 2011 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.69) (envelope-from ) id 1PuAEF-0007jY-29 for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 22:02:03 +0100 Original-Received: from localhost ([127.0.0.1]:33452 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuA6I-0007If-KS for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 15:53:50 -0500 Original-Received: from [140.186.70.92] (port=48491 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuA63-0007A4-2t for emacs-devel@gnu.org; Mon, 28 Feb 2011 15:53:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuA60-0007RI-AZ for emacs-devel@gnu.org; Mon, 28 Feb 2011 15:53:33 -0500 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:33323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuA60-0007R7-1A for emacs-devel@gnu.org; Mon, 28 Feb 2011 15:53:32 -0500 Original-Received: from ipb4.telenor.se (ipb4.telenor.se [195.54.127.167]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id AA797EB215 for ; Mon, 28 Feb 2011 21:53:30 +0100 (CET) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.228.196.212] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnZQAPuZa01V5MTUPGdsb2JhbACIb49BjhQMAQEBATUwvAeFYQQ X-IronPort-AV: E=Sophos;i="4.62,242,1297033200"; d="scan'208";a="1717901634" Original-Received: from c-d4c4e455.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.228.196.212]) by ipb4.telenor.se with ESMTP; 28 Feb 2011 21:53:30 +0100 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 0BBDF484450; Mon, 28 Feb 2011 21:53:28 +0100 (CET) Mail-Copies-To: never In-Reply-To: <87ipw4aq3x.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 28 Feb 2011 14:58:10 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.150.131.4 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:136617 Archived-At: Chong Yidong writes: > I'm thinking of something like `(space :width maximum)', i.e. a way to > specify a stretch glyph that's exactly wide enough to align the end of > the current line with the right edge of the text area. (insert (propertize " " 'display '(space :align-to (- text 8))) "#123456")