From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics 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: Sun, 06 Mar 2011 10:13:26 +0100 Message-ID: <4D735036.3020909@gmx.at> References: <4D6B6AA4.8090008@gmx.at> <4D7225C4.4080300@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299402827 1029 80.91.229.12 (6 Mar 2011 09:13:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2011 09:13:47 +0000 (UTC) Cc: Juanma Barranquero , Chong Yidong , Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 06 10:13:42 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 1PwA21-0007B4-Ld for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2011 10:13:41 +0100 Original-Received: from localhost ([127.0.0.1]:52192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwA20-0006W5-Mx for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2011 04:13:40 -0500 Original-Received: from [140.186.70.92] (port=48212 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwA1u-0006VO-Mt for emacs-devel@gnu.org; Sun, 06 Mar 2011 04:13:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwA1r-0004sP-HF for emacs-devel@gnu.org; Sun, 06 Mar 2011 04:13:32 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:59157) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PwA1r-0004rr-5L for emacs-devel@gnu.org; Sun, 06 Mar 2011 04:13:31 -0500 Original-Received: (qmail invoked by alias); 06 Mar 2011 09:13:28 -0000 Original-Received: from 62-47-50-245.adsl.highway.telekom.at (EHLO [62.47.50.245]) [62.47.50.245] by mail.gmx.net (mp069) with SMTP; 06 Mar 2011 10:13:28 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/MZ6d9d//MQzHdhzY2qmYSzHv7Vy8Eyp4VQfd9bZ 4v9jpa2tCHihJn User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:136809 Archived-At: > Find below the definition of with-output-to-temp-buffer on the > lexbind branch (which BTW is getting pretty close to ready for > inclusion). The problem is with `internal-temp-output-buffer-show' which you did not include. `temp-buffer-show-function' would have to (1) display the empty buffer, (2) run BODY, and (3) mark the buffer as unmodified, run `temp-buffer-show-hook' ... martin