From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier 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 14:44:52 -0500 Message-ID: References: <4D6B6AA4.8090008@gmx.at> <4D7225C4.4080300@gmx.at> <4D735036.3020909@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299441012 10529 80.91.229.12 (6 Mar 2011 19:50:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 6 Mar 2011 19:50:12 +0000 (UTC) Cc: Juanma Barranquero , Chong Yidong , Emacs developers To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 06 20:50: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 1PwJxn-0001n4-PF for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2011 20:50:00 +0100 Original-Received: from localhost ([127.0.0.1]:52268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwJxn-0000sA-05 for ged-emacs-devel@m.gmane.org; Sun, 06 Mar 2011 14:49:59 -0500 Original-Received: from [140.186.70.92] (port=53026 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwJxZ-0000q1-RM for emacs-devel@gnu.org; Sun, 06 Mar 2011 14:49:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwJsw-0002AX-Ke for emacs-devel@gnu.org; Sun, 06 Mar 2011 14:44:59 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:55608 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwJsw-0002AS-GP for emacs-devel@gnu.org; Sun, 06 Mar 2011 14:44:58 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAIJzc03O+Lo//2dsb2JhbACmYHW9coViBIUcj3E X-IronPort-AV: E=Sophos;i="4.62,272,1297054800"; d="scan'208";a="94712816" Original-Received: from 206-248-186-63.dsl.teksavvy.com (HELO ceviche.home) ([206.248.186.63]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 06 Mar 2011 14:44:52 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0A212660D6; Sun, 6 Mar 2011 14:44:52 -0500 (EST) In-Reply-To: <4D735036.3020909@gmx.at> (martin rudalics's message of "Sun, 06 Mar 2011 10:13:26 +0100") 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: 206.248.154.181 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:136820 Archived-At: > The problem is with `internal-temp-output-buffer-show' which you did not > include. `temp-buffer-show-function' would have to As I said, it's in the lexbind branch. It's actually written in C, i.e. it's just the Lisp-export of the temp_output_buffer_show function. The reason for the change was to reduce the number of special forms (currently defun and defmacro are still special forms, tho :-(). Stefan