From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#12166: 24.1.50; display-buffer documentation should mention display-buffer-function Date: Fri, 10 Aug 2012 11:33:55 +0200 Message-ID: <5024D583.9030306@gmx.at> References: <87sjbvbtei.fsf@maru.md5i.com> NNTP-Posting-Host: plane.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 1344591299 4315 80.91.229.3 (10 Aug 2012 09:34:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 09:34:59 +0000 (UTC) Cc: 12166@debbugs.gnu.org To: Michael Welsh Duggan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 10 11:34:58 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1SzlcP-00038w-H5 for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Aug 2012 11:34:57 +0200 Original-Received: from localhost ([::1]:48248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzlcM-0004T6-Sl for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Aug 2012 05:34:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzlcI-0004RN-Bf for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2012 05:34:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzlcG-0002l3-8n for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2012 05:34:50 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzlcG-0002kt-5w for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2012 05:34:48 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SzlkE-0006wC-F1 for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2012 05:43:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 10 Aug 2012 09:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12166 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12166-submit@debbugs.gnu.org id=B12166.134459174626610 (code B ref 12166); Fri, 10 Aug 2012 09:43:02 +0000 Original-Received: (at 12166) by debbugs.gnu.org; 10 Aug 2012 09:42:26 +0000 Original-Received: from localhost ([127.0.0.1]:46029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Szlje-0006v7-JZ for submit@debbugs.gnu.org; Fri, 10 Aug 2012 05:42:26 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:49001) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1SzljZ-0006ub-Me for 12166@debbugs.gnu.org; Fri, 10 Aug 2012 05:42:23 -0400 Original-Received: (qmail invoked by alias); 10 Aug 2012 09:34:06 -0000 Original-Received: from 62-47-36-71.adsl.highway.telekom.at (EHLO [62.47.36.71]) [62.47.36.71] by mail.gmx.net (mp010) with SMTP; 10 Aug 2012 11:34:06 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX185LE0pRW05pJ5bhVWBW0T+Y5k8Gso7VWnV1C9DCW v7YW6WlIuNC216 In-Reply-To: <87sjbvbtei.fsf@maru.md5i.com> X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:62994 Archived-At: > The documentation of display-buffer in the elisp guide does not mention > display-buffer-function. It should probably mention that if > display-buffer-function is non-nil, display-buffer will use that > function in order to display the buffer, and will not fall back to any > of the various possible display actions. `display-buffer-function' will be declared obsolete in the near future. I suppose that's the reason why it is no more mentioned in the Elisp manual (you can read about it in the Elisp manual for Emacs 23). Martin