GNU bug report logs -
#70138
Do not intercept C-TAB on Haiku OS
Previous Next
Full log
Message #20 received at 70138 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi!
Thanks, well spotted!
Here is a new version of the patch.
[0001-New-variable-haiku-pass-control-tab-to-system-rev2.patch (text/x-diff, attachment)]
[Message part 3 (text/plain, inline)]
Thank you very much for helping me fix this=)
Cheers,
Tor-björn
Po Lu <luangruo <at> yahoo.com> writes:
> Tor-björn Claesson <tclaesson <at> gmail.com> writes:
>
>> Hi!
>>
>> Thanks for the feedback!
>>
>> I have updated the patch and commit message, and am happy to fix it
>> further if needed.
>
> Thanks. Three minor (or perhaps trifling) issues:
>
>> Allow passing C-TAB on to the Haiku operating system, fixing window
>> switching when an Emacs frame has focus (Bug#70138).
> --
>
> Duplicate whitespace.
>
>> * src/haiku_support.cc (DispatchMessage): conditionally pass message to
>> BWindow.
>> * src/haiku_support.h:
>> * src/haikufns.c (haiku_should_pass_control_tab_to_system):
>> Add variable haiku-pass-control-tab-to-system, and c function
>> haiku_should_pass_control_tab_to_system.
>
> C should be capitalized, as should the first word in each sentence.
> Please also fill the message to 64 columns; in a vc-log buffer, simply
> typing M-q should suffice.
>
>> + DEFVAR_BOOL("haiku-pass-control-tab-to-system",
>> + haiku_pass_control_tab_to_system,
>> + doc: /*Whether or not to pass C-TAB to the system.
> -
>> +Setting this variable will cause Emacs to pass C-TAB to the system
>> +(allowing window switching on the Haiku operating system), rather than
>> +intercepting it.*/);
> -
>
> Missing whitespace. Otherwise, you're good to go.
--
Mvh,
Tor-björn Claesson
This bug report was last modified 1 year and 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.