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

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

[debbugs-tracker] bug#18685: closed ([PATCH] dfa: treat a multibyte char


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18685: closed ([PATCH] dfa: treat a multibyte character even with constraints)
Date: Sun, 26 Oct 2014 15:08:02 +0000

Your message dated Sun, 26 Oct 2014 08:06:51 -0700
with message-id <address@hidden>
and subject line Re: bug#18685: [PATCH] dfa: treat a multibyte character even 
with constraints
has caused the debbugs.gnu.org bug report #18685,
regarding [PATCH] dfa: treat a multibyte character even with constraints
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18685: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18685
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] dfa: treat a multibyte character even with constraints Date: Sat, 11 Oct 2014 12:11:02 +0900
Set constraint, may be caused wrong result in non-UTF8 locales.  Below
fails in a current master.

  $ pattern=$(printf '^x\|\244\263')
  $ printf '\263\244\263\244\n' |
     env LC_ALL=ja_JP.eucJP src/grep "$pattern" && echo FAIL

skip_remains_mb runs in only state 0, but it's wrong.  Set constraint,
may transit to a state besides state 0 after failure.

Attachment: 0001-dfa-treat-a-multibyte-character-even-with-constraint.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: bug#18685: [PATCH] dfa: treat a multibyte character even with constraints Date: Sun, 26 Oct 2014 08:06:51 -0700
> Thanks for the review and changes.  I agree them, but I fixed a typo in
> commit log.

Thanks.  FYI, it was a doubled "is", s/is is/is/.
Good reason for me to ensure flyspell-mode is enabled
all the time: it would have highlighted that.
Pushed.

On Sat, Oct 25, 2014 at 11:39 PM, Norihiro Tanaka <address@hidden> wrote:
> Thanks for the review and changes.  I agree them, but I fixed a typo in
> commit log.


--- End Message ---

reply via email to

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