GNU bug report logs -
#21132
25.0.50; Emacs on Windows crashes evaluating x-frame-geometry in batch mode
Previous Next
Reported by: flitterio <at> gmail.com (Francis Litterio)
Date: Sat, 25 Jul 2015 16:07:01 UTC
Severity: normal
Found in version 25.0.50
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 21132 <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 27 Jul 2015 18:02:38 +0200
> From: martin rudalics <rudalics <at> gmx.at>
> CC: flitterio <at> gmail.com, 21132 <at> debbugs.gnu.org
>
> >> >> And do we prefer (FRAME_W32_WINDOW (f) != 0) to (!FRAME_W32_WINDOW (f))?
> >> >
> >> > We prefer !FRAME_W32_P (f)
> >>
> >> x_set_foreground_color, x_set_background_color and x_set_mouse_color use
> >>
> >> if (FRAME_W32_WINDOW (f) != 0)
> >>
> >> Should these be changed?
> >
> > No, I don't think so, because these are handlers for w32 frame
> > parameters, and I see no way they could be called from Lisp, except in
> > that context. Am I missing something?
>
> No. I asked because of your preference stated above. Although in all
> the cases I cited we probably just care about whether the frame exists
> at all. Yet I would feel better with a more stringent predicate that
> would combine say, FRAME_W32_WINDOW and FRAME_W32_P.
When FRAME_W32_P returns false, FRAME_W32_WINDOW will crash.
This bug report was last modified 9 years and 276 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.