emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Function "w32_abort" not defined


From: Nick Roberts
Subject: Re: Function "w32_abort" not defined
Date: Fri, 6 Jan 2006 09:59:42 +1300

> > > 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]