Re: Debug lisp code

2005-08-30 Thread Michael Cadilhac
David Kastrup <[EMAIL PROTECTED]> writes: > Did you actually read what I wrote above? Bind inhibit-quit to nil in > the function, and it will be interruptible. Thanks for your explanation and for the hint, and sorry for the misunderstanding :-) -- Michael Cadilhac, a.k.a. Micha [m

Re: Debug lisp code

2005-08-29 Thread David Kastrup
Michael Cadilhac <[EMAIL PROTECTED]> writes: > David Kastrup <[EMAIL PROTECTED]> writes: > >> Michael Cadilhac <[EMAIL PROTECTED]> writes: >> >>> I've some kind of a freeze in a function being a process filter. My >>> problem is that I can't figure out where the infinite loop is and >>>

Re: Debug lisp code

2005-08-29 Thread Michael Cadilhac
David Kastrup <[EMAIL PROTECTED]> writes: > Michael Cadilhac <[EMAIL PROTECTED]> writes: > >> Hi ! >> >> I've some kind of a freeze in a function being a process filter. My >> problem is that I can't figure out where the infinite loop is and >> it's a random thing, so I can't use debug

Re: Debug lisp code

2005-08-29 Thread David Kastrup
Michael Cadilhac <[EMAIL PROTECTED]> writes: > Hi ! > > I've some kind of a freeze in a function being a process filter. My > problem is that I can't figure out where the infinite loop is and > it's a random thing, so I can't use debug-on-entry. > > This function not being called by

Debug lisp code

2005-08-29 Thread Michael Cadilhac
Hi ! I've some kind of a freeze in a function being a process filter. My problem is that I can't figure out where the infinite loop is and it's a random thing, so I can't use debug-on-entry. This function not being called by the user, C-g is not canceling it, so set debug-on-quit