Hi David,
thanks for your response.
Did you try my code?
Just eval the file, do some window changes and then hit F9 or Shift-F9.
Then you will see, that the "next" and "prev" messages will dissapear
very fast. When I don't use the focus-all call the message stays.
What I am looking for is the "s
Hi Stefan,
Can you clarify the issue? Is it that the message disappears too fast?
As I understand the message function, it will display the text until a
time-out *or* if some other event happens that refreshes the
screen. This means that if you display a message and then raise a
window, the messa
Hi all,
I am trying to implement a bubble-window functionality for stumpwm -
similar to my bubble-buffer.el for emacs
(http://www.xsteve.at/prg/emacs/bubble-buffer.el)
It works like this:
* I build a window-stack that is always sorted (the most recent seen window on
top)
* The bubble-window-nex