[macemacsjp-english 29] Re: Command-~

Back to archive index

Seiji Zenitani zenit****@tkg*****
Sat Apr 2 14:17:45 JST 2005


Hi,

At my hand, the below lines work fine.

(setq mac-command-key-is-meta nil)
(global-set-key [(alt \`)] 'other-frame)

Also, I'll add this to mac-key-mode, a minor mode that provides 
mac-style keybindings.
<http://www.emacswiki.org/cgi-bin/emacs-en/MacKeyMode>


Seiji

On 2005/04/02, at 0:40, Jay Cotton wrote:

> (Please excuse the duplicate of this message that I sent from the wrong
> email address.)
>
> Hello,
>
> I am continuing to enjoy this emacs for OS X. However, something is
> confusing me. In some buffers, I can switch to the other frame by
> typing Command-` (this is the keyboard shortcut for switching windows
> in most OS X apps, as I'm sure you know). But, in many buffers this
> doesn't work. Instead, I get an error: "A-` is undefined"
>
> I used the information from the error message to attempt to add the
> following to my .emacs file:
>
> (global-set-key "\A-`" 'other-frame)
>
> But this doesn't work. Any help would be appreciated!
>
> Jay
>
> _______________________________________________
> macemacsjp-english mailing list
> macem****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/macemacsjp-english
>




More information about the macemacsjp-english mailing list
Back to archive index