all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#41761: 28.0.50; M-x count-words counts words only up to a field boundary
@ 2020-06-08 16:52 Pip Cet
  2020-06-10 20:15 ` bug#41761: [PATCH] " Daniel Koning
  0 siblings, 1 reply; 19+ messages in thread
From: Pip Cet @ 2020-06-08 16:52 UTC (permalink / raw)
  To: 41761


(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"





^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-08-17 16:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-08 16:52 bug#41761: 28.0.50; M-x count-words counts words only up to a field boundary Pip Cet
2020-06-10 20:15 ` bug#41761: [PATCH] " Daniel Koning
2020-08-14  9:58   ` Stefan Kangas
2020-08-14 11:08     ` Eli Zaretskii
2020-08-14 18:48       ` Daniel Koning
2020-08-14 19:15         ` Eli Zaretskii
2020-08-14 19:44           ` Daniel Koning
2020-08-15  6:30             ` Eli Zaretskii
2020-08-14 23:06           ` Stefan Kangas
2020-08-15 16:28             ` Eli Zaretskii
2020-08-15 17:44               ` Daniel Koning
2020-08-15 17:48                 ` Eli Zaretskii
2020-08-15 19:44                   ` Daniel Koning
2020-08-16 14:12                     ` Eli Zaretskii
2020-08-16 19:04                       ` Daniel Koning
2020-08-16 19:27                         ` Eli Zaretskii
2020-08-16 19:37                           ` Daniel Koning
2020-08-17 13:51                           ` Stefan Kangas
2020-08-17 16:12                             ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.