Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: F command in article activates region in message
Date: Fri, 26 Mar 2004 20:30:14 +0900	[thread overview]
Message-ID: <b9yptaz977d.fsf@jpl.org> (raw)

Hi,

I've modified the message-exchange-point-and-mark function (for
Emacs) so that it doesn't activate region if it was inactive.
The message-xmas-exchange-point-and-mark function works
similarly by default, which has been made by SL Baur as follows:

Fri Jun 14 04:30:30 1996  Steven L. Baur  <steve@miranova.com>

	* messagexmas.el (message-xmas-exchange-point-and-mark): New
	function.
	(message-xmas-dont-activate-region): New variable.

I got a report from Hiroshi Fujishima.  When transient-mark-mode
is t and the `F' command is performed in the article buffer,
region is activated in the message buffer.  It is useless, but
natural because the exchange-point-and-mark function reactivates
the mark (see the docstring).  However, I have a doubt that
region isn't activated when the same command is performed in the
summary buffer.  Does anyone know what is the difference between
gnus-article-followup-with-original and
gnus-summary-followup-with-original?  Even if you've updated Gnus,
you can reproduce it with the following:

(defalias 'message-exchange-point-and-mark 'exchange-point-and-mark)

Regards,
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



             reply	other threads:[~2004-03-26 11:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-26 11:30 Katsumi Yamaoka [this message]
2004-03-27  0:40 ` Jesper Harder
2004-03-27 14:42   ` Katsumi Yamaoka

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9yptaz977d.fsf@jpl.org \
    --to=yamaoka@jpl.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.
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 NNTP newsgroup(s).