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: [Emacs-diffs] /srv/bzr/emacs/trunk r103444: * lisp/facemenu.el (list-colors-display): Use with-help-window (Bug#8048). Date: Mon, 28 Feb 2011 13:34:20 +0100 Message-ID: References: <4D6B6AA4.8090008@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1298896515 3041 80.91.229.12 (28 Feb 2011 12:35:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Feb 2011 12:35:15 +0000 (UTC) Cc: Chong Yidong , Emacs developers To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 28 13:35:09 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 1Pu2Jh-00083m-1t for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 13:35:09 +0100 Original-Received: from localhost ([127.0.0.1]:54298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu2Jg-000056-Hc for ged-emacs-devel@m.gmane.org; Mon, 28 Feb 2011 07:35:08 -0500 Original-Received: from [140.186.70.92] (port=51799 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pu2Ja-0008WS-At for emacs-devel@gnu.org; Mon, 28 Feb 2011 07:35:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pu2JY-0005C6-Rk for emacs-devel@gnu.org; Mon, 28 Feb 2011 07:35:02 -0500 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:41761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pu2JY-0005Bj-O3 for emacs-devel@gnu.org; Mon, 28 Feb 2011 07:35:00 -0500 Original-Received: by qyk2 with SMTP id 2so2260733qyk.0 for ; Mon, 28 Feb 2011 04:35:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=4E/pO7dpb5Nxe9W5FoLqhPTu9HtU4yaWtHTwaLAMnm8=; b=UWXsTdhPZPPnVnpvi0h3hSNhlOG9mhL2N5r4vwVcUFZ9F+cTHAqfDcMSVWVBeX5/di MbAU8ungRTrlQGoNDQC//GzrT+md5hOXM4pzhH/qPbYExwAEB6dERCyRLSkQi7m/OISb cZuoivxtoRut9bi5xUMrM/Ey8Wg7MHkUolnjQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=sKpdCi+LAUW0lIGMHRRg6eWuZVIMqTV7aB35LzZEQuzxCOrYGhaomH5bKm6+4qG6iZ gZgG8RaMbys/H6FpEwW0ehYUb+yYTASUoA6KmJJk6IKJKcHNDiASvLseYtjepAkyU1oJ rpSfcVUFkk5/Y9quJZIT2aZ98e7k80jjDdQJc= Original-Received: by 10.229.235.8 with SMTP id ke8mr4071291qcb.237.1298896500095; Mon, 28 Feb 2011 04:35:00 -0800 (PST) Original-Received: by 10.229.114.209 with HTTP; Mon, 28 Feb 2011 04:34:20 -0800 (PST) In-Reply-To: <4D6B6AA4.8090008@gmx.at> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.169 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:136596 Archived-At: On Mon, Feb 28, 2011 at 10:28, martin rudalics wrote: > We could fix this, slightly hacky, by rewriting the last part as Yeah, that obviously works. > Note that binding `temp-buffer-resize-mode' around the call to > `with-help-window' won't help - we'd have to remove > `resize-temp-buffer-window' from `temp-buffer-show-hook' which doesn't > strike me as elegant either. That was my first thought too. =C2=A0 =C2=A0 Juanma