GNU bug report logs -
#12193
24.1.50; 24.1.50; Completion broken in revno 109116
Previous Next
Reported by: chad <yandros <at> MIT.EDU>
Date: Mon, 13 Aug 2012 19:11:01 UTC
Severity: normal
Found in version 24.1.50
Done: Chong Yidong <cyd <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 12193 <at> debbugs.gnu.org (full text, mbox):
chad <yandros <at> MIT.EDU> writes:
> I'm still seeing the problem, but my recipe was off. Try this instead:
I can reproduce it and find it quite annoying. There seems to be
another couple of typo in Stefan's with-selected-window cleanup
(r109577):
> +(defun internal--after-with-seleted-window (state)
> + ;; First reset frame-selected-window.
> + (when (window-live-p (nth 2 state))
> + ;; We don't use set-frame-selected-window because it does not
> + ;; pass the `norecord' argument to Fselect_window.
> + (select-window (nth 2 state) 'norecord)
> + (and (frame-live-p (nth 3 state))
> + (not (eq (tty-top-frame) (nth 3 state)))
> + (select-frame (nth 3 state) 'norecord)))
> + ;; Then reset the actual selected-window.
> + (when (window-live-p (nth 2 state))
> + (select-window (nth 2 state) 'norecord)))
The last two (nth 2 state) should be (nth 1 state).
Regards,
--
Daiki Ueno
This bug report was last modified 12 years and 342 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.