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

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

Re: autoc-apitalize blocking call to accept-process-output quit inhibite


From: Uwe Brauer
Subject: Re: autoc-apitalize blocking call to accept-process-output quit inhibited
Date: Fri, 28 Jun 2013 14:23:41 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (gnu/linux)

Kevin Rodgers <kevin.d.rodgers@gmail.com> writes:

       > On 6/26/13 10:28 AM, Uwe Brauer wrote:
      > > Concerning auto-capitalize.el another error Iobtain is the following:
      > >

       > There are 3 calls to re-search-backward in auto-capitalize.el,
       > all with nil and t as the optional 2nd and 3rd args
       > respectively.

       > The 1st call assumes that paragraph-start is a valid non-nil
       > regexp, the 2nd call assumes that sentence-end is a valid
       > non-nil regexp, and the 3rd call passes abbrev-regexp which it
       > has just bound to a constant string.

       > So either paragraph-start or sentence-end is null in the buffer
       > where the auto-capitalize function is running.  I suppose those
       > variable references should be changed to something like these
       > to try to avoid that error:

       > (or paragraph-start (default-value 'paragraph-start))

       > (or sentence-end (and (fboundp 'sentence-end) (sentence-end)))
                                                                     ^^^
there is a ) missing, no? In any case, these two parts made the
difference!!! Auto capitalize works again, the only issue is this very
annoying message described earlier!

Thanks for the patch!


Uwe 




reply via email to

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