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

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

bug#41761: 28.0.50; M-x count-words counts words only up to a field boun


From: Pip Cet
Subject: bug#41761: 28.0.50; M-x count-words counts words only up to a field boundary
Date: Mon, 08 Jun 2020 16:52:25 +0000

(dotimes (i 10) (insert (propertize "test " 'field (cons nil nil))))

C-p C-a C-n C-SPC C-e M-x count-words

Expected result:

message "Region has 1 line, 10 words, and 50 characters"

Actual result:

message "Region has 1 line, 1 word, and 50 characters"





reply via email to

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