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: issues migrating to cocoa emacs (23.2) from carbon emacs (22) Date: Thu, 10 Jun 2010 23:30:18 +0000 (UTC) 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 1276212648 29091 80.91.229.12 (10 Jun 2010 23:30:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 Jun 2010 23:30:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 11 01:30:46 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 1OMrCt-00023C-EM for ged-emacs-devel@m.gmane.org; Fri, 11 Jun 2010 01:30:43 +0200 Original-Received: from localhost ([127.0.0.1]:51164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMrCs-0000XA-SS for ged-emacs-devel@m.gmane.org; Thu, 10 Jun 2010 19:30:42 -0400 Original-Received: from [140.186.70.92] (port=44063 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OMrCo-0000WG-06 for emacs-devel@gnu.org; Thu, 10 Jun 2010 19:30:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OMrCn-0002I7-1k for emacs-devel@gnu.org; Thu, 10 Jun 2010 19:30:37 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:52746) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMrCm-0002Ht-SW for emacs-devel@gnu.org; Thu, 10 Jun 2010 19:30:37 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OMrCg-0001v9-5J for emacs-devel@gnu.org; Fri, 11 Jun 2010 01:30:30 +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 01:30:30 +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 01:30:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 33 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:125714 Archived-At: I'm trying the 23.2 release Cocoa Emacs build (OS X 10.6.3). There's a number of things that are more annoying about Cocoa Emacs than the terrific Carbon Emacs (based on an Emacs 22 build, I believe), so I hoped folks might have some solutions/thoughts: - Option key is meta, but I like command better; easy to solve though: (setq mac-option-key-is-meta nil mac-command-key-is-meta t mac-command-modifier 'meta mac-option-modifier nil) This also works: '(ns-alternate-modifier (quote none)) '(ns-command-modifier (quote meta)) - Antialiasing looks (to me) a lot worse than with Carbon Emacs particularly in my mailer (Wanderlust). - I used to be able to option-click (in my mailer again) on web links, but that doesn't work any more. This might be mailer-specific, but I don't think so; I think it used to map to middle-button, but it doesn't any more (no matter which of the two remappings above I use). - 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. Thoughts? JDO