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

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

bug#15580: [PATCH] 24.3.50; subword-capitalize at the end of a buffer ju


From: Dima Kogan
Subject: bug#15580: [PATCH] 24.3.50; subword-capitalize at the end of a buffer jumps to the beginning
Date: Tue, 15 Oct 2013 12:03:58 -0700
User-agent: mu4e 0.9.9.5; emacs 24.3.50.1

Stefan Monnier <monnier@IRO.UMontreal.CA> writes:

> Thanks.  I slightly simplified your patch (since re-search-forward
> already signal search-failed if the 3rd arg is nil) and installed it.

Hi.

Thanks for looking at this. I tried the fix you made in the repo, and it
has two issues:

1. search-failed is raised with (signal) not (throw), so it needs to be
   caught differently

2. You changed (re-search-forward) to (search-forward), however we still
   are searching for a regex, so it must remain re-search-forward.

I'm attaching a patch to fix these two issues

dima

Attachment: 0001-Correction-to-the-recent-subword-capitalize-fix.patch
Description: Text Data


reply via email to

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