From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "=?ISO-8859-1?Q?Micka=EBl_R=E9mond?=" Newsgroups: gmane.emacs.help Subject: MacOSX: Single window operation Date: Fri, 9 Jan 2009 09:59:48 +0100 Message-ID: <5f97a290901090059m12230824j62ecd0ebcc564274@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_251988_4702152.1231491589520" X-Trace: ger.gmane.org 1231513515 7276 80.91.229.12 (9 Jan 2009 15:05:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2009 15:05:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 09 16:06:27 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LLIw5-00073r-2E for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2009 16:06:09 +0100 Original-Received: from localhost ([127.0.0.1]:59354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLIup-00080j-6R for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Jan 2009 10:04:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LLDDd-0000K7-FZ for help-gnu-emacs@gnu.org; Fri, 09 Jan 2009 03:59:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LLDDc-0000Jb-Vn for help-gnu-emacs@gnu.org; Fri, 09 Jan 2009 03:59:53 -0500 Original-Received: from [199.232.76.173] (port=56731 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LLDDc-0000JO-Na for help-gnu-emacs@gnu.org; Fri, 09 Jan 2009 03:59:52 -0500 Original-Received: from mail-ew0-f13.google.com ([209.85.219.13]:64433) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LLDDc-0002w0-67 for help-gnu-emacs@gnu.org; Fri, 09 Jan 2009 03:59:52 -0500 Original-Received: by ewy6 with SMTP id 6so10453636ewy.18 for ; Fri, 09 Jan 2009 00:59:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:x-google-sender-auth; bh=Zc2L+HmAHhCSA9zftcmIRYKZ9lf0dmWiZhLyHKQKoD8=; b=q0okxseKy5tgmn2C2ss2Hl3Lat5wzb2Xuj5c0unsSQJGIzov6dJZU3hvuItTfeC/ND Aie4HYVrTt2EZpf13zyxs25ug9A71OHU6Yp9Xy6a/AIkuxJy+QezaOcWGF0bGAqttF6J Td3rh0CfC3c7rFZ76XU4hlJBdZJQ2oL6ItAgA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :x-google-sender-auth; b=de1+iQ6fYs0HCd4EnaYIbBYlyzEccYWQ2N9+DNeuvOcqljslHt8JWxWMD5+GE20//K Ya1konB1j63s+tmbm6MXqXipHEZCf9gXgMG3q6TvGApZNgckKYqSU00TdqUblioZTTSd YYwBZ677KYn7bnzs68LAReTnOJ3rB1pgL43Bk= Original-Received: by 10.210.130.14 with SMTP id c14mr4263199ebd.108.1231491589527; Fri, 09 Jan 2009 00:59:49 -0800 (PST) Original-Received: by 10.210.142.17 with HTTP; Fri, 9 Jan 2009 00:59:48 -0800 (PST) X-Google-Sender-Auth: 856b86775adf954d X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 09 Jan 2009 10:03:10 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61206 Archived-At: ------=_Part_251988_4702152.1231491589520 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, I have a question on Emacs on Macosx (Cocoa daily build). I am trying to force Emacs to do everything in a single window (open file from Finder, from command line most notably). I tried setting: (setq display-buffer-reuse-frames t) (setq pop-up-frames nil) (setq pop-up-windows nil) (setq dnd-open-file-other-window nil) But it does not seem to do what I want and new windows are opened with new file opened from Terminal or finder. Any idea ? --=20 Micka=EBl R=E9mond http://www.process-one.net/ ------=_Part_251988_4702152.1231491589520 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello,

I have a question on Emacs on Macosx (Cocoa daily= build).
I am trying to force Emacs to do everything in a single = window (open file from Finder, from command line most notably).

I tried setting:
(setq display-buffer-reuse-f= rames t)
(setq pop-up-frames nil)
(setq pop-up-windows = nil)
(setq dnd-open-file-other-window nil)

But it does not seem to do what I want and new windows are opened with= new file opened from Terminal or finder.

Any idea= ?

--
Micka=EBl R=E9mond
------=_Part_251988_4702152.1231491589520--