From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: "open -a emacs ." on OSX behavior changed in past few weeks Date: Fri, 10 Aug 2012 08:27:08 +0200 Message-ID: References: <86ipcrg57g.fsf@red.stonehenge.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1344580042 16194 80.91.229.3 (10 Aug 2012 06:27:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 06:27:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Randal L. Schwartz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 10 08:27:22 2012 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 1Szigq-0007dO-Ll for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2012 08:27:20 +0200 Original-Received: from localhost ([::1]:33257 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szigp-0002If-Kx for ged-emacs-devel@m.gmane.org; Fri, 10 Aug 2012 02:27:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szigm-0002IP-Rv for emacs-devel@gnu.org; Fri, 10 Aug 2012 02:27:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Szigk-0000tN-9W for emacs-devel@gnu.org; Fri, 10 Aug 2012 02:27:16 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:52766) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szigk-0000tA-27 for emacs-devel@gnu.org; Fri, 10 Aug 2012 02:27:14 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id E45449A81 for ; Fri, 10 Aug 2012 08:27:08 +0200 (CEST) Original-Received: (qmail 22348 invoked by uid 89); 10 Aug 2012 06:26:55 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 10 Aug 2012 06:26:55 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 587F27FA06C; Fri, 10 Aug 2012 08:27:08 +0200 (CEST) In-Reply-To: <86ipcrg57g.fsf@red.stonehenge.com> X-Mailer: Apple Mail (2.1278) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 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:152397 Archived-At: Hello. 9 aug 2012 kl. 22:50 skrev Randal L. Schwartz: >=20 > Starting recently, if OSX (NS) Emacs isn't running, "open -a emacs ." > starts up emacs, but doesn't open the current directory. If emacs is > already running, it opens a dired on the current directory. >=20 > Prior to "recently", it didn't matter whether Emacs was running or > not -- the current directory was opened. >=20 Please file a bug report. This was probably introduced when fixing bug = 12010 (http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12010). > This also breaks dragging a folder or file onto the icon, if Emacs = isn't > yet running. Again, if emacs is already running, the old behavior is > good. >=20 Breaks how? Doesn't Emacs open the foleder/file? > Other than telling me "never quit emacs" :), was this an intentional > change (and if so, why), or is it a bug that someone can look at? >=20 Jan D.