From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paddy Mullen Newsgroups: gmane.emacs.help Subject: display-buffer-alist Date: Sat, 5 Nov 2011 11:57:32 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3071cf5e219ab204b0fee106 X-Trace: dough.gmane.org 1320513127 6498 80.91.229.12 (5 Nov 2011 17:12:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Nov 2011 17:12:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 05 18:12:03 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 1RMjmj-0006KU-HV for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Nov 2011 18:12:01 +0100 Original-Received: from localhost ([::1]:33208 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMjmj-00064U-1Z for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Nov 2011 13:12:01 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMich-0005mD-7o for help-gnu-emacs@gnu.org; Sat, 05 Nov 2011 11:57:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RMicf-00055c-Uo for help-gnu-emacs@gnu.org; Sat, 05 Nov 2011 11:57:35 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:61501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RMicf-00055R-Oc for help-gnu-emacs@gnu.org; Sat, 05 Nov 2011 11:57:33 -0400 Original-Received: by vws16 with SMTP id 16so60245vws.0 for ; Sat, 05 Nov 2011 08:57:32 -0700 (PDT) Original-Received: by 10.52.66.39 with SMTP id c7mr19997632vdt.26.1320508652100; Sat, 05 Nov 2011 08:57:32 -0700 (PDT) Original-Received: by 10.52.186.42 with HTTP; Sat, 5 Nov 2011 08:57:32 -0700 (PDT) X-Originating-IP: [50.74.145.10] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 X-Mailman-Approved-At: Sat, 05 Nov 2011 13:11:56 -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:82761 Archived-At: --20cf3071cf5e219ab204b0fee106 Content-Type: text/plain; charset=ISO-8859-1 Hello, I'm having a very hard time understanding the documentation for display-buffer-alist. emacs24 behaves differently than emacs23. Here is the behaviour that I am used to and would like to return to. Emacs 23: C-x C-f (find-file) the file that I select opens in the current window Emacs 24: C-x C-f (find-file) the file that I select opens in another window the window that the file will open in, in emacs 24 is unpredictable, making it very difficult to organize a multiple window session. Could someone please post the setq command to get emacs 24 to behave the way I am used to. something along the lines of (setq display-buffer-alist '(??????)) all the other examples that I have seen use functions like setcar, setcdr which don't help me since my display-buffer-alist is nil. Thanks, Paddy --20cf3071cf5e219ab204b0fee106 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,

I'm having a very hard time understanding the= documentation for display-buffer-alist. =A0emacs24 behaves differently tha= n emacs23. =A0Here is the behaviour that I am used to and would like to ret= urn to.

Emacs 23:
C-x C-f =A0(find-file) =A0=A0
=
the file that I select opens in the current window


Emacs 24:
C-x C-f (find-file)
the = file that I select opens in another window

the window that the file will open in, in emacs 24 is u= npredictable, making it very difficult to organize a multiple window sessio= n.

Could someone please post the setq command to g= et emacs 24 to behave the way I am used to.

something along the lines of

(= setq display-buffer-alist '(??????))

all the o= ther examples that I have seen use functions like setcar, setcdr which don&= #39;t help me since my display-buffer-alist is nil. =A0


Thanks,
Paddy
--20cf3071cf5e219ab204b0fee106--