help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: auto-capitalize blocking call to accept-process-output quit inhibite


From: Stefan Monnier
Subject: Re: auto-capitalize blocking call to accept-process-output quit inhibited
Date: Thu, 27 Jun 2013 10:47:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> While the two may be related, the "blocking call to
>> accept-process-output" is just a warning message
>> (i.e. shouldn't affect the actual behavior) used to indicate
>> that the code could potentially freeze Emacs

> Concerning auto-capitalize.el another error Iobtain is the following:

Since the accept-process-output thingy is a warning (and not an error),
this one is not "another" error.

> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   re-search-backward(nil nil t)
>   auto-capitalize(28 29 0)
>   self-insert-command(1)
>   call-interactively(self-insert-command nil nil)
 
If you load auto-capitalize.el instead of auto-capitalize.elc, the
backtrace will give more detailed info.


        Stefan




reply via email to

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