From: Uwe Brauer <oub@mat.ucm.es>
To: help-gnu-emacs@gnu.org
Subject: Re: autoc-apitalize blocking call to accept-process-output quit inhibited
Date: Fri, 28 Jun 2013 14:23:41 +0200 [thread overview]
Message-ID: <87zjuamnjm.fsf@gilgamesch.quim.ucm.es> (raw)
In-Reply-To: kqiu83$j26$1@ger.gmane.org
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
prev parent reply other threads:[~2013-06-28 12:23 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-26 14:09 autoc-apitalize blocking call to accept-process-output quit inhibited Uwe Brauer
2013-06-26 14:55 ` Stefan Monnier
2013-06-26 16:10 ` Uwe Brauer
2013-06-26 16:28 ` Uwe Brauer
2013-06-27 14:47 ` auto-capitalize " Stefan Monnier
2013-06-28 3:02 ` autoc-apitalize " Kevin Rodgers
2013-06-28 12:23 ` Uwe Brauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zjuamnjm.fsf@gilgamesch.quim.ucm.es \
--to=oub@mat.ucm.es \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.