emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Juan <Pechiar@computer.org>
To: Erwin Panen <erwinpanen@fastmail.fm>
Cc: emacs-orgmode@gnu.org
Subject: Re: Help installing org-mode on a MAC please?
Date: Thu, 29 Jul 2010 11:04:49 -0300	[thread overview]
Message-ID: <20100729140449.GP5569@soloJazz.com> (raw)
In-Reply-To: <4C518419.50105@fastmail.fm>

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.

  reply	other threads:[~2010-07-29 14:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-11 15:43 Help installing org-mode on a MAC please? Erwin Panen
2010-07-12 14:30 ` Juan
2010-07-29 13:37   ` Erwin Panen
2010-07-29 14:04     ` Juan [this message]
2010-07-29 14:11       ` Erwin Panen
2010-07-29 14:49         ` Juan
2010-07-12 21:02 ` Stefan Vollmar
2010-07-29 13:23   ` Erwin Panen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100729140449.GP5569@soloJazz.com \
    --to=pechiar@computer.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=erwinpanen@fastmail.fm \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).