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

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

[debbugs-tracker] bug#14927: closed (24.3.50; In `dired-x.el', change oc


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14927: closed (24.3.50; In `dired-x.el', change occurrences of `string-match' to `string-match-p')
Date: Mon, 22 Jul 2013 01:08:02 +0000

Your message dated Mon, 22 Jul 2013 03:06:55 +0200
with message-id <address@hidden>
and subject line Re: bug#14927: 24.3.50; In `dired-x.el', change occurrences of 
`string-match' to `string-match-p'
has caused the debbugs.gnu.org bug report #14927,
regarding 24.3.50; In `dired-x.el', change occurrences of `string-match' to 
`string-match-p'
to be marked as done.

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


-- 
14927: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14927
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; In `dired-x.el', change occurrences of `string-match' to `string-match-p' Date: Sun, 21 Jul 2013 16:46:23 -0700 (PDT)
I believe that all of the occurrences can be changed.


In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2013-07-14 on ODIEONE
Bzr revision: 113423 address@hidden
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
 CFLAGS='-O0 -g3' CPPFLAGS='-Ic:/Devel/emacs/include'
 LDFLAGS='-Lc:/Devel/emacs/lib''



--- End Message ---
--- Begin Message --- Subject: Re: bug#14927: 24.3.50; In `dired-x.el', change occurrences of `string-match' to `string-match-p' Date: Mon, 22 Jul 2013 03:06:55 +0200
> I believe that all of the occurrences can be changed.

There are two instances that I haven't changed because they aren't
really used as predicates, but to find the starting position for a
match (though the match data isn't used).

Also most looking-at instances could be changed to looking-at-p, which
I've done too.


--- End Message ---

reply via email to

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