Jonathan Tran on 27 Aug 2009 21:27:57 -0700


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

Re: emacs key bindings

  • From: Jonathan Tran <jonnytran@gmail.com>
  • To: philly-lambda@googlegroups.com
  • Subject: Re: emacs key bindings
  • Date: Fri, 28 Aug 2009 00:27:27 -0400
  • Authentication-results: gmr-mx.google.com; spf=pass (google.com: domain of jonnytran@gmail.com designates 209.85.132.247 as permitted sender) smtp.mail=jonnytran@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 :from:date:message-id:subject:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=En4a71881aeWRlL4SP9LJfZFUh0CsJ4O75GOcO8Vyak=; b=4SQpudJCxYOqLCtPx0Hu+FZpClUTBePr8nw/g32+URcVPZE1nhCD5yizGqRLiF+KUd 6aV+skRyVeO7C4CkMN4izVVidsV+cS0S0SGRQYy+GdAn1/+YqkA4666V31hykj4cpSa6 q0vjB1aQlJtpPOXwhxKLn/F1cOTXij+uGFDeA=
  • 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 :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=ZtaCSkOgGlCu7Ce1ZnXDLR7z/9jOKU99cJZ2heZQcQY=; b=vpNRUK/Kn9xUTAqpVFkG1GzjyrtYYUjGgtNG5JHDTEnWnxXPSuA5cRwFZ2QfpmHYNg jum+SZmIPYlmIExSOW3cwaCp43cO7ibZT9bmcEVlE0RTTo8x/24BIOy6M1LvEnclkYnH G1D8LmJED+hof7di6WHlWu7sK3sFjhpsHawZs=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com

Right.  It's not perfect.  Even in Aquamacs, command h hides the app,
which is totally not what i want.  But i think it's close enough.

Tomorrow i will work on switching global bindings on my linux machine.

On Fri, Aug 28, 2009 at 12:23 AM, Aaron Feng<aaron.feng@gmail.com> wrote:
>
> 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
>