From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ERC tracking broken Date: Mon, 04 Apr 2011 11:54:55 -0400 Message-ID: References: <8739m54zz7.fsf@gmail.com> <87y63xoa56.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301932897 23187 80.91.229.12 (4 Apr 2011 16:01:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Apr 2011 16:01:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Antoine Levitt Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 04 18:01:31 2011 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.69) (envelope-from ) id 1Q6mDZ-0002ut-Jj for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 18:01:29 +0200 Original-Received: from localhost ([127.0.0.1]:43947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6mDW-0007Qm-QM for ged-emacs-devel@m.gmane.org; Mon, 04 Apr 2011 12:01:27 -0400 Original-Received: from [140.186.70.92] (port=50887 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6m7J-0005B1-6f for emacs-devel@gnu.org; Mon, 04 Apr 2011 11:55:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6m7F-0000uS-MJ for emacs-devel@gnu.org; Mon, 04 Apr 2011 11:54:59 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:27559 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6m7F-0000tH-JF for emacs-devel@gnu.org; Mon, 04 Apr 2011 11:54:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAEDpmU1Ld/Y6/2dsb2JhbAClX3iIebcMhWsElj8 X-IronPort-AV: E=Sophos;i="4.63,298,1299474000"; d="scan'208";a="103087213" Original-Received: from 75-119-246-58.dsl.teksavvy.com (HELO ceviche.home) ([75.119.246.58]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 04 Apr 2011 11:54:56 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id F339D660C2; Mon, 4 Apr 2011 11:54:55 -0400 (EDT) In-Reply-To: <87y63xoa56.fsf@gmail.com> (Antoine Levitt's message of "Wed, 30 Mar 2011 00:05:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:138124 Archived-At: > - Get http://pastebin.com/UafFZ9qy and put it in your load path (I got For next time(s), please give a URL to the actual code rather than to an HTML rendition of it, so I don't have to go through a browser. > This started occuring at some point today and the code uses > post-command-hook, so it's probably related. This should now be fixed, Stefan