From: Tomas Nordin <tomasn@posteo.net>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 29346@debbugs.gnu.org
Subject: bug#29346: dwim transpose-subr opportunity?
Date: Sat, 18 Nov 2017 14:35:22 +0100 [thread overview]
Message-ID: <87375bwvz9.fsf@fliptop> (raw)
In-Reply-To: <83bmk0gh8l.fsf@gnu.org>
Eli Zaretskii <eliz@gnu.org> writes:
> I think this would be a source of inadvertent mistakes and
> annoyances. Transient Mark mode is on by default, which means M-t can
> frequently do something the user didn't intend it to, just because the
> region happened to be active. A similar situation exists with typing
Is an example of that the following
^Jack and Jill over ^jumped the hill.
The first '^' is for the mark and next is for point, making an active
region, and now I hit M-t because I wanted to swap 'over' with 'jump',
but instead I swapped 'Jack' with 'jumped'.
Just for my understanding. Or is there better examples?
>> It gets a bit silly as suggested though, I guess the logic should be
>> something like (or (= arg 0) (and transpose-dwim (use-region-p)))
>
> Maybe. But I wonder why this relatively rare use case is so important
> as to mandate a new defcustom, whose only purpose is to save the user
> from typing M-0 or "C-u 0". Just because people didn't read the doc
I was mostly thinking not to disturb the long lasting default I think,
or the possible annoyances as you say.
next prev parent reply other threads:[~2017-11-18 13:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-17 22:00 bug#29346: dwim transpose-subr opportunity? Tomas Nordin
2017-11-18 7:48 ` Eli Zaretskii
2017-11-18 13:35 ` Tomas Nordin [this message]
2017-11-18 14:45 ` Eli Zaretskii
2017-11-26 13:54 ` Tomas Nordin
2020-08-10 14:10 ` Lars Ingebrigtsen
2017-11-25 11:51 ` bug#29346: dwim transpose-subr opportunity new suggestion Tomas Nordin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87375bwvz9.fsf@fliptop \
--to=tomasn@posteo.net \
--cc=29346@debbugs.gnu.org \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).