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

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

bug#33175: 26.1; match-string


From: 濱田和明
Subject: bug#33175: 26.1; match-string
Date: Sat, 27 Oct 2018 19:59:16 +0900

(progn

   (string-match "\\(key[ \t]*\\)= \\(.*\\)" (buffer-string))

   (match-string 0))

 

Key = 100

->#("

Key = 10" 0 1 (fontified t) 1 9 (fontified t))

 

Is not “key = 100”?

 


reply via email to

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