Aaron Feng on 27 Aug 2009 21:23:23 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: emacs key bindings

  • From: Aaron Feng <aaron.feng@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: emacs key bindings
  • Date: Fri, 28 Aug 2009 00:23:13 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of aaron.feng@gmail.com designates 74.125.92.27 as permitted sender) smtp.mail=aaron.feng@gmail.com; dkim=pass (test mode) header.i=@gmail.com
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :received:received:received:received-spf:received:dkim-signature :domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type:reply-to:sender :precedence:x-google-loop:mailing-list:list-id:list-post:list-help :list-unsubscribe:x-beenthere-env:x-beenthere; bh=f1aSl1pF10yYCVgl6HZS4r+K6iWpDxl4sQnAgQ3gaBg=; b=RD2qtF4eL+leEkj3eHXjfJw4cDnVAB0zNItaHmMvCPbiZDFZ3m54eBAvXsu40hZaOU vY9nyauKei7d66N6IVV/qe13bkOEHW6v+Fp8nefgfYgNEz/gn8LfLrVAxjqJ8EZ9Pgpp 6rfaBBc1zfBNs9O+EWBaNhOSS1Gz9N3TGMnSs=
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=5fbQC5dHSeqefVPBBLYad/4mnzJR0TNr5PmYzLqg69I=; b=taECp7CqMfh2j1jyYpAc+FYIsmT7wUblQqXv/j6t6/KnvfaSXhoV+6a4++V3/xKu6m YzKMxJzzrC6sHlIEBRgbHk91bMfSMLi6qqtvdeVtJ9uU0dr0DRTQI9oI/XYwjDqTyfVk WHUcwCvmkodYB2sJsuMjunHe29TT6kNdRkL0E=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

Jonathan,

Np.

(setq mac-command-modifier 'control) works fine in Aquamacs, but it
doesn't work if you run emacs within terminal without gui (emacs -nw).
 The terminal will intercept the command key before emacs ever see it.
 I don't think this can be done at emacs level in this case.

Aaron