From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64504 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: Top posting related changes in the cvs Date: Mon, 09 Apr 2007 20:30:33 +0200 Message-ID: <873b39bdti.fsf@ambire.localdomain> References: <873b3hm942.fsf@ambire.localdomain> <87ps6ljc3q.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176144488 14401 80.91.229.12 (9 Apr 2007 18:48:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Apr 2007 18:48:08 +0000 (UTC) Cc: "Gabor Z. Papp" , ding@gnus.org, emacs-devel@gnu.org To: Katsumi Yamaoka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 09 20:47:09 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hayej-0005HC-PE for ged-emacs-devel@m.gmane.org; Mon, 09 Apr 2007 20:31:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HayiZ-00055S-Rv for ged-emacs-devel@m.gmane.org; Mon, 09 Apr 2007 14:35:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HayiV-00052k-JB for emacs-devel@gnu.org; Mon, 09 Apr 2007 14:35:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HayiR-00052Y-21 for emacs-devel@gnu.org; Mon, 09 Apr 2007 14:35:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HayiQ-00052V-VC for emacs-devel@gnu.org; Mon, 09 Apr 2007 14:35:46 -0400 Original-Received: from smtp-out3.libero.it ([212.52.84.43]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HayeZ-0003Cj-NN for emacs-devel@gnu.org; Mon, 09 Apr 2007 14:31:48 -0400 Original-Received: from localhost (172.31.0.54) by smtp-out3.libero.it (7.3.120) id 4611FE5E00609DF9; Mon, 9 Apr 2007 20:30:33 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out3.libero.it ([172.31.0.39]) by localhost (asav-out12.libero.it [192.168.32.40]) (amavisd-new, port 10024) with ESMTP id 3S91iNnNKkMW; Mon, 9 Apr 2007 20:30:33 +0200 (CEST) Original-Received: from ambire.localdomain (151.21.32.188) by smtp-out3.libero.it (7.3.120) id 4611FDB600983634; Mon, 9 Apr 2007 20:30:33 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.50) id 1HaydP-0001HM-F4; Mon, 09 Apr 2007 20:30:35 +0200 In-Reply-To: (Katsumi Yamaoka's message of "Mon\, 09 Apr 2007 15\:40\:40 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:69229 gmane.emacs.gnus.general:64504 Archived-At: () Katsumi Yamaoka () Mon, 09 Apr 2007 15:40:40 +0900 Anyway, I verified that, before this change, there has already been the problem that happens when `message-yank-original' is called interactively. So, I'm not a culprit. ;-) my bad. i apologize for the mis-analysis. i guess the point is that it was a long-standing discrepency masked by a long-standing discrepency workaround. > * gnus-msg.el (gnus-inews-yank-articles): > Fix bug: Make sure point is at eob after yanking. I think the recent change in `message-yank-original' and this fix are the right solutions for Gnus v5.11. However, for No Gnus, it doesn't solve the problem in the case where `message-cite-reply-above' is non-nil and `message-yank-original' is called interactively. How about this one? * message.el (message-yank-original): Don't exchange point and mark. I also removed the `(unless (< (point) (mark-marker)) ...)' test since I think it will never return nil. i have no opinion on No Gnus, just on the Gnus distributed w/ Emacs (that i can play around with (and break, apparently)). thi