From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erwin Panen Subject: Re: Help installing org-mode on a MAC please? Date: Thu, 29 Jul 2010 16:11:15 +0200 Message-ID: <4C518C03.8060008@fastmail.fm> References: <4C39E69E.7070403@fastmail.fm> <20100712143008.GF5569@soloJazz.com> <4C518419.50105@fastmail.fm> <20100729140449.GP5569@soloJazz.com> Reply-To: erwinpanen@fastmail.fm Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=42192 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeTp4-0001nX-WB for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 10:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeToy-00028g-RW for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 10:10:57 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:41616) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeToy-00028P-Pd for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 10:10:52 -0400 In-Reply-To: <20100729140449.GP5569@soloJazz.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Juan Cc: emacs-orgmode@gnu.org Juan, wow, that was fast :-) How do you get your lisp folder with all the typical .el files on your Mac? I can't seem to find bbdb.. Do you install each and every manually? Muchas gracias :-) Erwin On 29/07/2010 16:04, Juan wrote: > On Thu, Jul 29, 2010 at 03:37:29PM +0200, Erwin Panen wrote: > >> Now I copied over my .emacs config file from my winXP box to my Mac. >> Of course this is a lot different if only for the path and >> pathstructure. >> > In order to have the same .emacs both in mac& linux, I use the > following contitionals in several places in my .emacs: > > 8<------------------------------------------------------------ > > ;;;; MAC ONLY MAC ONLY ------------------------------ > (when (eq system-type 'darwin) > (set-exec-path-from-shell-PATH) > (add-to-list 'exec-path "/Users/jips/bin" ) > > ;; MAC ONLY: locate -> mdfind (spotlight) > (setq locate-command "mdfind") > > ;; command-` to switch frames > (global-set-key [?\M-`] 'other-frame) ; # This sets the key binding > > (setq mac-option-key-is-meta nil) > (setq mac-command-key-is-meta t) > (setq mac-command-modifier 'meta) > (setq mac-option-modifier nil) > > ;; JABBER > (add-to-list 'load-path "~/.emacs_stuff/emacs-jabber-0.8.0") > (require 'jabber-autoloads) > ) > > 8<------------------------------------------------------------ > > You may find appropriate tests for your winXP, etc. > > >> Now I seem to find e.g. that emacsformacosx is incomplete (if I'm correct). >> I don't find any bbdb nor the typical lisp folder.... >> (GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29 of >> 2010-05-09 on black.local) >> > Maybe the above (setq mac... statements help with getting the correct > behaviour for Command and Option(Alt). > > >> I also suffer from keyboard shortcut difficulties. (I'm on azerty / >> laptop keyb) >> > Ugh! Fortunately I live 11000km away from AZERTY keyboards. > > I use both english and spanish keyboard layouts. The Alt key works OK > for special keys (accents, etc.). > > >> I'm totally unable to get square brackets on my Mac. I can type them >> in other applications, but not in Emacs. >> Do you know of a way around this? >> > A + > .j. >