From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Owens Newsgroups: gmane.emacs.devel Subject: Re: issues migrating to cocoa emacs (23.2) from carbon emacs (22) Date: Fri, 11 Jun 2010 04:37:45 +0000 (UTC) Message-ID: References: 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 1276231087 6853 80.91.229.12 (11 Jun 2010 04:38:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Jun 2010 04:38:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 11 06:38:06 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OMw0L-0007vs-2Y for ged-emacs-devel@m.gmane.org; Fri, 11 Jun 2010 06:38:05 +0200 Original-Received: from localhost ([127.0.0.1]:45430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMw0K-0003ID-9h for ged-emacs-devel@m.gmane.org; Fri, 11 Jun 2010 00:38:04 -0400 Original-Received: from [140.186.70.92] (port=40061 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMw0C-0003Hc-CU for emacs-devel@gnu.org; Fri, 11 Jun 2010 00:37:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMw0B-0007tN-C4 for emacs-devel@gnu.org; Fri, 11 Jun 2010 00:37:56 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:44415) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMw0B-0007sW-6b for emacs-devel@gnu.org; Fri, 11 Jun 2010 00:37:55 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OMw08-0007ts-Cz for emacs-devel@gnu.org; Fri, 11 Jun 2010 06:37:52 +0200 Original-Received: from 76.103.174.124 ([76.103.174.124]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jun 2010 06:37:52 +0200 Original-Received: from john_owens by 76.103.174.124 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Jun 2010 06:37:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 76.103.174.124 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.4) Gecko/20100413 Firefox/3.6.4 GTB7.0) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125717 Archived-At: David Reitter gmail.com> writes: > On Jun 10, 2010, at 7:30 PM, John Owens wrote: > > > > - I used to be able to "open -a Emacs foo.bar" in the terminal and > > that would open in my Emacs. No longer is that the case. Now it > > launches a new Emacs instance. Grrr. I guess daemon-mode is a possibility, > > but the old behavior was really nice. > > This should work as it did before. "open -n" would launch a new process. Try "open -a Emacs.app", and maybe > clear your LaunchServices database. Good news: Found another emacs that was getting in the way. Thanks! Now it launches from the Emacs I expect. (Also it launches with both open -a Emacs and open -a Emacs.app, which is good.) Bad news: Still opens foo.bar in a new window rather than in the same window (as Carbon Emacs did). Any idea how to get the old behavior? JDO