all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Groll <lists@groll.co.za>
To: Eric <girzel@gmail.com>, help-gnu-emacs@gnu.org
Subject: Re: checking emacs version
Date: Tue, 24 Feb 2009 16:29:37 +0200	[thread overview]
Message-ID: <20090224142937.GB23623@groll.co.za> (raw)
In-Reply-To: <0cda7201-96b3-4625-a760-f5548658e968@l16g2000yqo.googlegroups.com>

On Mon, Feb 23, 2009 at 08:21:32PM -0800, Eric wrote:
>No, sorry! I totally failed to say what I was actually doing -- not
>checking emacs versions but checking emacs ports: I use Carbon Emacs
>on my mac at home, and vanilla emacs on my server, and want to set
>some Carbon-specific variables when I'm at home. The string "Carbon"
>show up in (emacs-version), that's why I was thinking that might be
>how I have to do it.

I have the following in my .emacs, if it'll help:
; Cocoa emacs, for some bizarre reason DELETE key is bound to
backward-delete-char-untabify
;;and make home and end behave in a non-mac way!
(if (string-match "darwin" (version))
( progn
(global-set-key (kbd "<kp-delete>") 'delete-char)
(global-set-key (kbd "<backspace>") 'backward-delete-char)
(global-set-key (kbd "<home>") 'move-beginning-of-line)
(global-set-key (kbd "<end>") 'move-end-of-line)
) )

To give you an idea of how others use it (and you may like pc-type
home, end, delete, backspace keys like I do).

Cheers,
Jonathan




  parent reply	other threads:[~2009-02-24 14:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24  2:59 checking emacs version Eric
2009-02-24  4:07 ` Eli Zaretskii
     [not found] ` <mailman.1610.1235448457.31690.help-gnu-emacs@gnu.org>
2009-02-24  4:21   ` Eric
2009-02-24  4:36     ` Barry Margolin
2009-02-24  5:19       ` Eric
2009-02-24 14:29     ` Jonathan Groll [this message]
     [not found]     ` <mailman.1644.1235485784.31690.help-gnu-emacs@gnu.org>
2009-02-24 15:23       ` Eric
2009-02-24  9:35 ` Leo
2009-02-24 17:58   ` Peter Dyballa
     [not found] ` <mailman.1636.1235468408.31690.help-gnu-emacs@gnu.org>
2009-02-24 17:40   ` Colin S. Miller
2009-02-24 18:37 ` Pascal J. Bourguignon
2009-02-24 22:02   ` Peter Dyballa
     [not found]   ` <mailman.1685.1235512964.31690.help-gnu-emacs@gnu.org>
2009-02-25  4:34     ` Pascal J. Bourguignon

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

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

  git send-email \
    --in-reply-to=20090224142937.GB23623@groll.co.za \
    --to=lists@groll.co.za \
    --cc=girzel@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.