Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: RMail functionality I miss
Date: Thu, 03 Jan 2002 06:55:40 +0100	[thread overview]
Message-ID: <m34rm4vuzn.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <vxkn0zwnfqs.fsf@cinnamon.vanillaknot.com>

Karl Kleinpaste <karl@charcoal.com> writes:

> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>> I've now implemented this.  (This is the first test.  :-) )
>
> Sweep region in *Article* buffer, hit `F', and get this trace:
>
> Signaling: (void-variable mark-active)

Another Emacs/XEmacs incompatibility I'd forgotten.

I find this is the code:

(defun gnus-region-active-p ()
  "Say whether the region is active."
  (and (boundp 'transient-mark-mode)
       transient-mark-mode
       (boundp 'mark-active)
       mark-active))

But that's not really what we want here, is it?  I want this to work
even though `transient-mark-mode' isn't in use.  So I could just make
a new one that doesn't include that test.

But the XEmacs version of this function is:

(defalias 'gnus-region-active-p 'region-active-p)

Does that include the transient mark mode stuff, or not?

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



  reply	other threads:[~2002-01-03  5:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <usneab4ad.fsf@verizon.net>
     [not found] ` <m3wuz1wlhl.fsf@quimbies.gnus.org>
     [not found]   ` <87heq513lx.fsf@nomad.consult-meyers.com>
     [not found]     ` <m3itakxcxd.fsf@quimbies.gnus.org>
2002-01-03  5:52       ` Karl Kleinpaste
2002-01-03  5:55         ` Lars Magne Ingebrigtsen [this message]
2002-01-03 17:13           ` David Z Maze
2002-01-03 17:29             ` Lars Magne Ingebrigtsen
     [not found]   ` <81ell6t40s.fsf@zion.bpnetworks.com>
     [not found]     ` <m3666gae8i.fsf@quimbies.gnus.org>
     [not found]       ` <81advs8miw.fsf@zion.bpnetworks.com>
     [not found]         ` <m3bsg8v3n6.fsf@quimbies.gnus.org>
     [not found]           ` <814rm0oxhp.fsf@zion.bpnetworks.com>
     [not found]             ` <m3lmf4tqqg.fsf@quimbies.gnus.org>
2002-01-12  5:02               ` Karl Kleinpaste

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=m34rm4vuzn.fsf@quimbies.gnus.org \
    --to=larsi@gnus.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).