Hi Anselm

[2019-02-12 11:32] Anselm Garbe <garb...@gmail.com>
> This is so ugly. People should learn English instead of using
> antiquated text input methods ;)

I also think this code is very ugly and should be simplified like in
the patches that have been sent before for this issue. Something like
(untested):

+ /* input methods */
+ if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) {
+         XSetLocaleModifiers("@im=local");
+         xim = XOpenIM(dpy, NULL, NULL, NULL);
+ }

That is still ugly but better at least.


> Suckless is also about the input interface. If a typographic system
> sucks, because it consists of thousands of letters, it has to be
> fixed.

Yeahh, here I obviously can't agree...


Cheers,

Silvan

Reply via email to