Re: [dev] [dmenu] 4.9 segfault on input

2019-02-13 Thread Silvan Jegen
[2019-02-13 10:03] Anselm Garbe > On Wed, 13 Feb 2019 at 08:59, Hiltjo Posthuma wrote: > > I wonder what people think if XIM support is removed from dmenu (but kept > > for > > st). Reverting XIM and the input focus change? > > Absolutely ;) People who need it, could maintain a patch for it. I

Re: [dev] [dmenu] 4.9 segfault on input

2019-02-13 Thread Anselm Garbe
On Wed, 13 Feb 2019 at 08:59, Hiltjo Posthuma wrote: > I wonder what people think if XIM support is removed from dmenu (but kept for > st). Reverting XIM and the input focus change? Absolutely ;) People who need it, could maintain a patch for it. --Anselm

Re: [dev] [dmenu] 4.9 segfault on input

2019-02-13 Thread Hiltjo Posthuma
On Wed, Feb 13, 2019 at 01:30:20AM -0800, Patrick Smith wrote: > On Wed, Feb 13, 2019 at 12:29 AM Hiltjo Posthuma > wrote: > > Please try the latest git version and report back. > > It works for me. That is, there is no segfault from, for example, > printf 'foo\nbar' | ./dmenu > > When I test w

Re: [dev] [dmenu] 4.9 segfault on input

2019-02-13 Thread Patrick Smith
On Wed, Feb 13, 2019 at 12:29 AM Hiltjo Posthuma wrote: > Please try the latest git version and report back. It works for me. That is, there is no segfault from, for example, printf 'foo\nbar' | ./dmenu When I test with: printf 'あ\nお' | ./dmenu, I can't see a way to select the second option (sci

Re: [dev] [dmenu] 4.9 segfault on input

2019-02-13 Thread Hiltjo Posthuma
On Tue, Feb 12, 2019 at 03:29:53PM -0800, Patrick Smith wrote: > I have: > > GTK_IM_MODULE=scim > XMODIFIERS=@im=SCIM > QT_IM_MODULE=scim > > If I unset XMODIFIERS, dmenu works correctly. If I set > XMODIFIERS=@im=scim, dmenu segfaults. > > XSetLocaleModifiers returns '@im=SCIM', as expected. >