unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#33383: 26; `count-words-region'
@ 2018-11-14 15:47 Drew Adams
  2019-07-10 12:42 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2018-11-14 15:47 UTC (permalink / raw)
  To: 33383

Please consider a minor enhancement: Change the message from this:

(count-words--message "Region" start end) to this:

(count-words--message
  (if (use-region-p) "Active region" "Inactive region")
  start
  end)

It's not so obvious that the report is for the region even when
inactive, and many Emacs users will nowadays think of the region only as
the active region.  So if the region is inactive and they see a non-zero
number they might wonder (and need to consult the doc string to
understand).

They might also, without consulting the doc string, expect that if the
region is not active then the report is for the whole buffer, as that is
the behavior for lots of commands these days.  The number they then see
is for the inactive region and not the whole buffer.  With a small
buffer they might well mistake the meaning of the result.


In GNU Emacs 26.1 (build 1, x86_64-w64-mingw32)
 of 2018-05-30
Repository revision: 07f8f9bc5a51f5aa94eb099f3e15fbe0c20ea1ea
Windowing system distributor `Microsoft Corp.', version 10.0.16299
Configured using:
 `configure --without-dbus --host=x86_64-w64-mingw32
 --without-compress-install 'CFLAGS=-O2 -static -g3''





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

end of thread, other threads:[~2019-07-10 14:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14 15:47 bug#33383: 26; `count-words-region' Drew Adams
2019-07-10 12:42 ` Lars Ingebrigtsen
2019-07-10 14:28   ` Drew Adams

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).