From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69301 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.gnus.general Subject: Re: bug#5175: 23.1.50; mark deactivated without running deactivate-mark-hook when replying with Gnus Date: Fri, 01 Jan 2010 21:41:59 -0500 Message-ID: <87ljgh6xe0.fsf@stupidchicken.com> References: <87aaxqdf9z.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262400206 8507 80.91.229.12 (2 Jan 2010 02:43:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Jan 2010 02:43:26 +0000 (UTC) Cc: ding@gnus.org, Tassilo Horn , 5175@debbugs.gnu.org To: Katsumi Yamaoka Original-X-From: ding-owner+M17706@lists.math.uh.edu Sat Jan 02 03:43:19 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1NQtxW-0007eN-CY for ding-account@gmane.org; Sat, 02 Jan 2010 03:43:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1NQtx6-0001xg-NF; Fri, 01 Jan 2010 20:42:52 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1NQtx3-0001xM-T7 for ding@lists.math.uh.edu; Fri, 01 Jan 2010 20:42:49 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1NQtx2-00059N-5P for ding@lists.math.uh.edu; Fri, 01 Jan 2010 20:42:49 -0600 Original-Received: from pantheon-po42.its.yale.edu ([130.132.50.101]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1NQtwt-0002Vi-00 for ; Sat, 02 Jan 2010 03:42:39 +0100 Original-Received: from furry (adsl-99-75-106-169.dsl.wlfrct.sbcglobal.net [99.75.106.169]) (authenticated bits=0) by pantheon-po42.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o022g03s029338 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 1 Jan 2010 21:42:00 -0500 Original-Received: by furry (Postfix, from userid 1000) id 1885CC05D; Fri, 1 Jan 2010 21:42:00 -0500 (EST) In-Reply-To: (Katsumi Yamaoka's message of "Sat, 02 Jan 2010 10:38:12 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: 0.6 (/) X-Spam-Report: SpamAssassin (3.2.5 2008-06-10) analysis follows Bayesian score: 0.0061 Ham tokens: 0.000-1655--6619h-0s--0d--H*UA:Emacs, 0.000-1108--4430h-0s--0d--H*u:Emacs, 0.000-1062--4245h-0s--0d--H*u:Gnus, 0.000-1062--4245h-0s--0d--H*UA:Gnus, 0.000-849--3394h-0s--0d--H*i:message Spam tokens: 1.000-23--0h-168s--0d--HCc:D*gnus.org, 1.000-9--0h-63s--0d--HCc:U*ding, 0.983-8654--895h-72038s--0d--H*RT:sk:postmas, 0.983-8654--895h-72038s--0d--HX-Spam-Relays-Internal:sk:postmas, 0.981-8634--1033h-72923s--0d--HX-Envelope-From:sk:postmas Autolearn status: no 3.2 FH_DATE_PAST_20XX The date is grossly in the future. -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0061] List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69301 Archived-At: Katsumi Yamaoka writes: > This incompatible change makes Gnus not work with old Emacsen, so > I don't merge it to the Gnus trunk, i.e., No Gnus. Any idea not > to use the argument of `exchange-point-and-mark'? An alternative is to avoid using exchange-point-and-mark entirely, like this: (goto-char (prog1 (mark t) (set-marker (mark-marker) (point) (current-buffer)))) (Please don't replay to emacsbugs.donarmstrong.com/debbugs.gnu.org AND emacs-pretest-bug at the same time; sending to the latter creates a new bug in our database.)