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: display-buffer-function obsolete since 24.3 Date: Thu, 31 Jan 2013 09:57:02 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359644232 8440 80.91.229.3 (31 Jan 2013 14:57:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jan 2013 14:57:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Liu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 31 15:57:31 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U0vZw-0005Wp-B4 for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2013 15:57:28 +0100 Original-Received: from localhost ([::1]:39428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0vZe-0006oU-B4 for ged-emacs-devel@m.gmane.org; Thu, 31 Jan 2013 09:57:10 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:46361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0vZa-0006nM-Jp for emacs-devel@gnu.org; Thu, 31 Jan 2013 09:57:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U0vZZ-00060y-L0 for emacs-devel@gnu.org; Thu, 31 Jan 2013 09:57:06 -0500 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:53122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U0vZZ-00060s-GD for emacs-devel@gnu.org; Thu, 31 Jan 2013 09:57:05 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r0VEv3P9017953; Thu, 31 Jan 2013 09:57:03 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id 1950DB4182; Thu, 31 Jan 2013 09:57:03 -0500 (EST) In-Reply-To: (Leo Liu's message of "Thu, 31 Jan 2013 19:47:39 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4478=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4478> : streams <898114> : uri <1332936> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156736 Archived-At: > For example, what is a most reliable way to make display-buffer a noop? The most reliable way is by let-binding display-buffer-overriding-action. This should only be done if you don't want your users to be able to customize display-buffer-alist so as to display the buffer somewhere. Stefan