From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57597 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: Quoting region in reply and transient-mark-mode Date: Thu, 20 May 2004 21:19:32 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085081028 26361 80.91.224.253 (20 May 2004 19:23:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 May 2004 19:23:48 +0000 (UTC) Original-X-From: ding-owner+M6137@lists.math.uh.edu Thu May 20 21:23:38 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQt8j-0000fd-00 for ; Thu, 20 May 2004 21:23:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BQt8V-0000ZG-00; Thu, 20 May 2004 14:23:23 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BQt8N-0000ZA-00 for ding@lists.math.uh.edu; Thu, 20 May 2004 14:23:15 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BQt8K-00029T-4o for ding@lists.math.uh.edu; Thu, 20 May 2004 14:23:12 -0500 Original-Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [195.41.46.236]) by justine.libertine.org (Postfix) with ESMTP id 8F0BB3A0035 for ; Thu, 20 May 2004 14:23:10 -0500 (CDT) Original-Received: from [195.215.224.165] (0xc3d7e0a5.esnxr4.ras.tele.dk [195.215.224.165]) by pfepb.post.tele.dk (Postfix) with ESMTP id 595835EE043 for ; Thu, 20 May 2004 21:23:07 +0200 (CEST) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Thu, 20 May 2004 09:50:01 +0200") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57597 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57597 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > (My CVS is from yesterday, so I cannot check ATM.) I guess that his is > due to Jesper's change on 2004-05-18[1]. Now, you need to use > `transient-mark-mode' in order to quote the region. > > Following the ChangeLog[1], it seems that (not) requiring > `transient-mark-mode' to quote the region changes once in a while. It's clearly broken if we use `gnus-mark-active-p' as the test. So if we want to enable it for non-transient-mark-mode we need to find some other test -- I don't know which one. -- Jesper Harder