[5861] in Athena Bugs
decmips 7.1D: emacs
daemon@ATHENA.MIT.EDU (krishna@ATHENA.MIT.EDU)
Sun Aug 26 18:48:53 1990
From: krishna@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Sun, 26 Aug 90 18:48:38 EDT
System name: REPOMAN
Type and version: KN01 7.1D
Display type: PM-MONO
What were you trying to do?
Set explicit keyboard focus to my emacs window under gwm, using the
following code, without moving my mouse pointer into the emacs window:
(defun set-exp-focus ()
(if (= (window-status) 'root)
(setq exp-focus '())
(set-focus)
(progn
(setq exp-focus t)
(set-focus)
(set-colormap-focus))))
What's wrong:
Even though the emacs window had explicit focus, the text cursor
changed from a solid box to an outline. This also happens when I move my mouse
pointer into the title bar.
What should have happened:
It should keep the cursor solid, showing that keyboard focus is still
in the emacs window.
I'm not positive it's a bug, but I find it somewhat annoying.
Please describe any relevant documentation references:
[Please replace this line with your information.]