Re: [e-users] emacs problem persists

2021-08-23 Thread Masaru Nomiya
Hello, Sorry for late reply. I've been sutudysing in accordance with your advice. In the Message; Subject: Re: [e-users] emacs problem persists Message-ID : <[email protected]> Date & Time: Mon, 23 Aug 2021 09:21:01 +0100 [CH] == C

Re: [e-users] emacs problem persists

2021-08-23 Thread Carsten Haitzler
nymore points to code in emacs somewhere that is responding to this property change and then stops rendering, but when the property goes away it doesn't START rendering again. > Hello, > > Just like an errand. (^^;; > > In the Message; > > Subject: Re: [e-users]

Re: [e-users] emacs problem persists

2021-08-22 Thread Masaru Nomiya
Hello, Just like an errand. (^^;; In the Message; Subject: Re: [e-users] emacs problem persists Message-ID : <[email protected]> Date & Time: Sat, 21 Aug 2021 07:23:03 +0100 [CH] == Carsten Haitzler has written: CH> On Sat, 21 Aug

Re: [e-users] emacs problem persists

2021-08-20 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] emacs problem persists Message-ID : <[email protected]> Date & Time: Sat, 21 Aug 2021 07:23:03 +0100 [CH] == Carsten Haitzler has written: CH> On Sat, 21 Aug 2021 13:55:37 +0900 Masaru

Re: [e-users] emacs problem persists

2021-08-20 Thread Carsten Haitzler
On Sat, 21 Aug 2021 13:55:37 +0900 Masaru Nomiya said: > Hello, > > In the Message; > > Subject : Re: [e-users] emacs problem persists > Message-ID : <[email protected]> > Date & Time: Fri, 20 Aug 2021 22:32:53 +010

Re: [e-users] emacs problem persists

2021-08-20 Thread Carsten Haitzler
On Fri, 20 Aug 2021 19:23:13 -0400 Conrad Knight said: > On Fri, Aug 20, 2021 at 5:33 PM Carsten Haitzler wrote: > > well to rule out it being the hidden property. > > src/bin/e_hints.c > >if (ec->netwm.state.hidden) > > state[num++] = ECORE_X_WINDOW_STATE_HIDDEN; > > comment those out.

Re: [e-users] emacs problem persists

2021-08-20 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] emacs problem persists Message-ID : <[email protected]> Date & Time: Fri, 20 Aug 2021 22:32:53 +0100 [CH] == Carsten Haitzler has written: [...] CK> > This is with emacs 27.1, as pack

Re: [e-users] emacs problem persists

2021-08-20 Thread Conrad Knight
On Fri, Aug 20, 2021 at 5:33 PM Carsten Haitzler wrote: > well to rule out it being the hidden property. > src/bin/e_hints.c >if (ec->netwm.state.hidden) > state[num++] = ECORE_X_WINDOW_STATE_HIDDEN; > comment those out. like: Yup, that "fixed" the problem. What else is likely to be affe

Re: [e-users] emacs problem persists

2021-08-20 Thread Carsten Haitzler
On Fri, 20 Aug 2021 10:22:57 -0400 Conrad Knight said: > > From: Carsten Haitzler > > I wonder if they are using the netwm visibility state oddly? E will set > > the netwm state to invisible if a window is iconified or when screen blanks > > and set it back when it is uniconified or screen unbla

Re: [e-users] emacs problem persists

2021-08-20 Thread Conrad Knight
> From: Carsten Haitzler > I wonder if they are using the netwm visibility state oddly? E will set > the netwm state to invisible if a window is iconified or when screen blanks > and > set it back when it is uniconified or screen unblanks. Also if you switch > virtual desktops windows on other de

Re: [e-users] emacs problem persists

2021-08-19 Thread Carsten Haitzler
On Thu, 19 Aug 2021 16:39:16 +0900 Masaru Nomiya said: I wonder if they are using the netwm visibility state oddly? E will set the netwm state to invisible if a window is iconified or when screen blanks and set it back when it is uniconified or screen unblanks. Also if you switch virtual desktops

[e-users] emacs problem persists

2021-08-19 Thread Masaru Nomiya
Hello, In the Message; Subject: Re: [e-users] How to prevent the sudden appear of screenshot panel Message-ID : <[email protected]> Date & Time: Wed, 11 Aug 2021 19:13:17 +0900 [MN] == Masaru Nomiya has written: [...] MN> My issue seeems to occur with my hardwar