From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: tester12312@Safe-mail.net Newsgroups: gmane.emacs.help Subject: (unknown) Date: Sat, 17 Sep 2011 04:02:14 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1316302954 13528 80.91.229.12 (17 Sep 2011 23:42:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Sep 2011 23:42:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 18 01:42:30 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R54We-0002Qh-EO for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Sep 2011 01:42:24 +0200 Original-Received: from localhost ([::1]:49924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R54We-0003LR-0y for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Sep 2011 19:42:24 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4prG-0005v2-My for help-gnu-emacs@gnu.org; Sat, 17 Sep 2011 04:02:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4prE-0006YL-QK for help-gnu-emacs@gnu.org; Sat, 17 Sep 2011 04:02:42 -0400 Original-Received: from tamar.safe-mail.net ([213.8.161.229]:41450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4prE-0006XD-Je for help-gnu-emacs@gnu.org; Sat, 17 Sep 2011 04:02:40 -0400 Original-Received: by tamar.safe-mail.net with Safe-mail (Exim 4.66) (envelope-from ) id 1R4pqp-0002q3-VZ for help-gnu-emacs@gnu.org; Sat, 17 Sep 2011 04:02:17 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=N1-0105; d=Safe-mail.net; b=mTc4gvS20yXpHIZdDI7nlOITQN2ljMLprtXxq8clbUhv0t3c3iP8bvOHxbrmfSem t6nG8T662NXzvS345vBfjz7/TpZnFNFcc0O8loDbR7bgDsw+TdlVx14SKvspie4B tii5QxooRS3C8eXDON34MUiWQ062BZxgAARw7l6G+zo=; Original-Received: from pc ([92.224.174.82]) by Safe-mail.net with https Original-Subject: X-SMType: Regular X-SMRef: N1B-_CcrM4l8P7 X-SMSignature: IcnaOS+LjiiDv4cYXwJoACIGQwEdXkYmyULVQYu124miRf+UYChwicRvph4cQfTI oM9rzXWCERYGjeWsOiUH5ES/7bgS3IgN/B677kcvluRcX5jKETs6nYIw/Xi76OOc AcGf3N5DupbdBzvEuuXmmIrPvURCsWYTUGzNgHhdk+I= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.8.161.229 X-Mailman-Approved-At: Sat, 17 Sep 2011 19:42:20 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82256 Archived-At: I am using a fresh vanilla build of emacs from the bzr repository. Somehow I cannot get display-buffer-function to work. Whenever I fall back to display-buffer inside my display-buffer-function, windowing gets funky. How to reproduce: emacs -q (setq display-buffer-function (lambda (a b) (let ((display-buffer-function nil)) (display-buffer a b)))) open a file why is a new window created?