From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57600 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: Quoting region in reply and transient-mark-mode Date: Thu, 20 May 2004 23:18:06 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <868yfm7q7l.fsf@rumba.de.uu.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085087934 29860 80.91.224.253 (20 May 2004 21:18:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 May 2004 21:18:54 +0000 (UTC) Original-X-From: ding-owner+M6140@lists.math.uh.edu Thu May 20 23:18:44 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 1BQuw7-0002nD-00 for ; Thu, 20 May 2004 23:18:44 +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 1BQuve-000196-00; Thu, 20 May 2004 16:18:14 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BQuva-000191-00 for ding@lists.math.uh.edu; Thu, 20 May 2004 16:18:10 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BQuvZ-0003qS-Cs for ding@lists.math.uh.edu; Thu, 20 May 2004 16:18:09 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 9B6CA3A0035 for ; Thu, 20 May 2004 16:18:07 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BQuvX-0000sF-00 for ; Thu, 20 May 2004 23:18:07 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 15 Original-NNTP-Posting-Host: pd951f5e8.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1085087886 3255 217.81.245.232 (20 May 2004 21:18:06 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 20 May 2004 21:18:06 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:sKbqkFgDg6Ubp61aW6DogAsStKs= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57600 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57600 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > Personally, I'd prefer not requiring `transient-mark-mode' as > explained on gnus-bugs[2] (see also the other messages in this > thread). OTOH, requiring `transient-mark-mode' probably is more > consistent with the behavior of other Emacs commands, > e.g. `query-replace'. I think that on Emacs/CVS you can do C-SPC C-SPC instead of C-SPC to start marking the region, to make it do like transient-mark-mode even if transient-mark-mode is off. It's a transient transient-mark-mode, so to speak... Kai