From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Is this fallout from the end-of-defun changes? Date: Thu, 19 Feb 2009 19:44:54 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1235069178 19750 80.91.229.12 (19 Feb 2009 18:46:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Feb 2009 18:46:18 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 19 19:47:33 2009 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 1LaDvo-0007l5-Ve for ged-emacs-devel@m.gmane.org; Thu, 19 Feb 2009 19:47:33 +0100 Original-Received: from localhost ([127.0.0.1]:60780 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaDuU-0000yw-N8 for ged-emacs-devel@m.gmane.org; Thu, 19 Feb 2009 13:46:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaDtJ-0000Nv-GC for emacs-devel@gnu.org; Thu, 19 Feb 2009 13:44:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaDtH-0000Ms-NC for emacs-devel@gnu.org; Thu, 19 Feb 2009 13:44:57 -0500 Original-Received: from [199.232.76.173] (port=33756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaDtH-0000Mn-HK for emacs-devel@gnu.org; Thu, 19 Feb 2009 13:44:55 -0500 Original-Received: from mail-ew0-f20.google.com ([209.85.219.20]:54915) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaDtH-00060D-6I for emacs-devel@gnu.org; Thu, 19 Feb 2009 13:44:55 -0500 Original-Received: by ewy13 with SMTP id 13so550199ewy.18 for ; Thu, 19 Feb 2009 10:44:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=f/surdrs2izmugrW06LzadxOcdPUwCGsdZqR06eo3Z4=; b=E4zfhFcxnkbOr0GA3CCTt2gdi0CU591JNsg31xtfAZ82NXOHnct3sl4NZidI8DUkk5 6Wg/dFKMpiRG04ljiipQyODLrMtdkh0dtFqd5hsoWpp5VzSSyLPTV0x39L/L6HWXyr1X r20yBuS9yUdi0ZNHP+FmET9ueurWAqmhBtM88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=vmArttWVp+8gj9OEatAcCBhU5V8a4B01VZNCbksiphhthRf2PD0JIi0JXfB1Z1loLm mnJwN4m6mIzmYTNCyAKXLWcnl8mdYE4Jrk11U4n9Q5whhA9GgU5DicxBsqVOA+QRbVys i1eAq5KgdmFxUVLKe6BPuDTQFF5hpgx0e7xCs= Original-Received: by 10.210.87.14 with SMTP id k14mr6629325ebb.159.1235069094356; Thu, 19 Feb 2009 10:44:54 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:109224 Archived-At: On Thu, Feb 19, 2009 at 17:55, Stefan Monnier wrote: > I believe I've fixed it, Yes, thanks. Juanma