[macemacsjp-english 106] Re: bug in mac-key-mode with drag-n-drop

Back to archive index

Seiji Zenitani zenit****@tkg*****
Sat Jun 18 15:07:55 JST 2005


Hi,

On 2005/06/17, at 22:24, Mark Moll wrote:
> On Jun 17, 2005, at 2:00 AM, David Reitter wrote:
>> Could you reproduce this several times?
>>
>> I get stuff like that quite often when I press ESC at some point
>> before, which maps to Meta. The whole key sequence is treated as a
>> group then, and drag-n-drop counts as a 'key' in Emacs. Can happen
>> with other events (e.g. mouse wheel scrolling) as well.
>
> Yes, this is reproducible. Just to exclude any other causes, I also
> moved my .emacs to another location before starting Emacs.app.
> --  
> Mark

I confirmed this bug at my hand. Since mac-key-code internally sets  
mac-command-key-is-meta to nil, this bug may be identical to one that  
David reported. I wonder an attachment from Mail.app is recognized as  
a combination of an esc key and a drag-n-drop key?

Temporally, use the following line.

(global-set-key [M-drag-n-drop] 'mac-drag-n-drop)


-- Seiji




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