emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 26 MacOS bugs


From: Alan Third
Subject: Re: Emacs 26 MacOS bugs
Date: Sun, 11 Feb 2018 21:06:00 +0000
User-agent: Mutt/1.9.3 (2018-01-21)

On Sun, Feb 11, 2018 at 01:53:10PM +0000, Philipp Stephani wrote:
> Alan Third <address@hidden> schrieb am Mi., 7. Feb. 2018 um 23:55 Uhr:
> 
> > On Wed, Feb 07, 2018 at 01:13:01PM +1100, Ben McGinnes wrote:
> >
> > Philipp, it seems that EV_MODIFIERS2 was quite, quite broken. I’ve
> > split it into various parts and tried to fix it.
> >
> > Additionally the fn key has some strange interactions with ‘function’
> > keys, like the Fx keys, arrows, tab and so on. The old code simply
> > didn’t set its modifier when those keys were used, so I’ve followed
> > that lead and am XORing it out of emacs_event->modifiers.
> >
> >
> Sounds good, feel free to install the patch.
> Is there some documentation for the strange interactions? If so, please add
> it to the comment.

I’ve pushed it to master.

I don’t have any documentation, but I did add a bit more information
to the comment.

Simply put, the system sometimes reports the fn key being pressed at
times when you wouldn’t expect it to, but only when ‘function’ keys
like <F1>, <tab> or <left arrow> are being used.

It also reports the fn key being pressed when you’re using it to turn
something like <left arrow> into <home>. We clearly don’t want that.
(i.e. fn‐<left> gives fn‐<home> instead of just <home>.)
-- 
Alan Third



reply via email to

[Prev in Thread] Current Thread [Next in Thread]