Spanish keyboards use different keysyms which are generated by the
following dead keys:
asciitilde → dead_tilde
grave → dead_grave
asciicircum → dead_circumflex
apostrophe → dead_acute
The attached awk script can be used to fix the output of 'mklatinkbd -x':
mklatinkbd -x $PLAN9/lib/keyboard
Sorry I forgot the diaeresis:
quotedbl → dead_diaeresis
Reattached the awk script.
On Tue, Jan 4, 2011 at 12:26 PM, pmarin wrote:
> Spanish keyboards use different keysyms which are generated by the
> following dead keys:
>
> asciitilde → dead_tilde
> grave → dead_grave
> asciicircum → dead_ci
On Mon, Jan 3, 2011 at 10:56 PM, erik quanstrom
wrote:
>> what does vlong double-spill botch mean in
>> r = (a * b) + (((a * u) + (b * t)) << 18); /* low is only 35b */
>>
>
> this is a workaround that i put in the compiler;
> it's not in the distribution. the distribution
> compiler hap