From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77570 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Killing text from article buffers goes weird Date: Mon, 07 Mar 2011 12:08:03 +0100 Message-ID: <87bp1njii4.fsf@member.fsf.org> References: <87ei7jk5nb.fsf@member.fsf.org> <87lj1itg66.fsf@gnus.org> <87aahxu4k0.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299496134 20439 80.91.229.12 (7 Mar 2011 11:08:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2011 11:08:54 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25893@lists.math.uh.edu Mon Mar 07 12:08:49 2011 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.69) (envelope-from ) id 1PwYIy-0007DA-8x for ding-account@gmane.org; Mon, 07 Mar 2011 12:08:48 +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 1PwYIP-0002oP-L1; Mon, 07 Mar 2011 05:08:13 -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 1PwYIK-0002mt-M7 for ding@lists.math.uh.edu; Mon, 07 Mar 2011 05:08:08 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PwYIJ-0001rO-B1 for ding@lists.math.uh.edu; Mon, 07 Mar 2011 05:08:08 -0600 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PwYII-00064E-9S for ding@gnus.org; Mon, 07 Mar 2011 12:08:06 +0100 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 5D5AC20355 for ; Mon, 7 Mar 2011 06:08:05 -0500 (EST) Original-Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Mon, 07 Mar 2011 06:08:05 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=kYXZTWQXHMIvxrTRbNvPIDrjD7s=; b=Z9Eh6j7va3PHWzsDl8cs930cG11ev5VdeY9SsNRzl3Jj1/Rcxyxn7dyb/szxS00vvXGjoMv25UiwHbNlbKsQgBULcjT7qDTCkw4s+tYc/+mnIYZae/VxdfzmcOhJDxHc8imxJRMYF2FpfSpQsHlmyb7pCatSvdYX+HcVDEFVMH0= X-Sasl-enc: HNQ1e4ITYlB3c6LpmF0a1f4OqBaXYdX8A+mh+bbNFjm6 1299496085 Original-Received: from thinkpad (88-134-173-46-dynip.superkabel.de [88.134.173.46]) by mail.messagingengine.com (Postfix) with ESMTPA id B9DDC403A2D for ; Mon, 7 Mar 2011 06:08:04 -0500 (EST) In-Reply-To: (Julien Danjou's message of "Mon, 07 Mar 2011 11:36:03 +0100") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77570 Archived-At: Julien Danjou writes: Hi Julien, > It seems some code is doing a kill just after I did a kill-save, > somehow. If this is done from a timer this can be a race condition so > not always happen. Ah, right. And since the wrong kill is always bounded to Date:, chances are high that the timer-triggered code that updates the funky date string is the culprit. In fact, I got that issue the first time when the funky date header was introduced. Bye, Tassilo -- Sent from my Emacs