> > > Thanks.  I used a similar technique with Vwindow_system to avoid the
> > > warning about x_error_quitter on systems that don't use X.
> > 
> > I tried that as well, but it doesn't work!
> > This is because window-system is setup at run-time, not at dump time.

> Shame on me, I should have remembered that!

> I think I fixed this now.  Can you please check?

I fixed a typo but why have you taken your code out of the conditional?
Presumably if you've set a breakpoint at w32_abort you don't need to
set a temporary one atinit_sys_modes.  Could you not do:

if $tem[0] == 'w' && $tem[1] == 'i' && $tem[2] == 'n' && $tem[3] == 'd'
  # The windows-nt build replaces abort with its own function.
  break w32_abort
else
  break abort
  [Your code]
end


Nick                                           http://www.inet.net.nz/~nickrob


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to