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: end-of-defun is fubsr. [Was: end-of-defun acts weirdly in c-mode] Date: Tue, 3 Feb 2009 16:56:05 +0100 Message-ID: References: <20090202202703.GB11077@muc.de> <20090203105035.GB1396@muc.de> <20090203122906.GC1396@muc.de> <20090203130028.GD1396@muc.de> <20090203160941.GE1396@muc.de> 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 1233676644 10259 80.91.229.12 (3 Feb 2009 15:57:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2009 15:57:24 +0000 (UTC) Cc: emacs-devel@gnu.org, Stefan Monnier , Miles Bader To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 03 16:58:38 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 1LUNfF-0000xJ-Jr for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 16:58:17 +0100 Original-Received: from localhost ([127.0.0.1]:48134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUNdw-00045y-Sm for ged-emacs-devel@m.gmane.org; Tue, 03 Feb 2009 10:56:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUNdE-0003pK-Kx for emacs-devel@gnu.org; Tue, 03 Feb 2009 10:56:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUNdC-0003nc-Qb for emacs-devel@gnu.org; Tue, 03 Feb 2009 10:56:12 -0500 Original-Received: from [199.232.76.173] (port=50310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUNdC-0003nN-IZ for emacs-devel@gnu.org; Tue, 03 Feb 2009 10:56:10 -0500 Original-Received: from mail-ew0-f20.google.com ([209.85.219.20]:35122) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUNdA-0001fA-Uw; Tue, 03 Feb 2009 10:56:09 -0500 Original-Received: by ewy13 with SMTP id 13so2702631ewy.18 for ; Tue, 03 Feb 2009 07:56:06 -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=T4zfzNllUu0kkOmEWyoER+IXsS1f1k6wbz/Qf/9ETsA=; b=QkXwGafLrTMMT1VRaeLdIbq6VWsqBq2z+0VTLfM4Rq/QHL3BuNhEy1hhhqUPRwRwDm jQ+8smrmYXWEUjxZOXFnCrM9NxDyJCNwlPqhZBwKIswPLTPrLYOWi4nYIHQ4vPfCfqKg VvMZdpo9upqKuYnM18uFklMyIQ9IivVWeyMYs= 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=rjpnHTcn56syBN0gPiH1jS0y56cu5dzv28A4UnjbedzUkOkIog3lRiBg6ZpxdBMe4A hDZSBsU9kSdG7LRhmKi+GII2IvXndluYDSRjS3QGtimhNqAl7xQ3idyAcaZb0FjFZFYX 4hLWSP3V+yHZkllu4ZMbu+yrSVDknTG35it7Q= Original-Received: by 10.210.37.16 with SMTP id k16mr3081848ebk.97.1233676565301; Tue, 03 Feb 2009 07:56:05 -0800 (PST) In-Reply-To: <20090203160941.GE1396@muc.de> 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:108686 Archived-At: On Tue, Feb 3, 2009 at 17:09, Alan Mackenzie wrote: > end-of-defun (in .../lisp/emacs-lisp/lisp.el) is buggy, at least when an > end-of-defun-function has been defined: Is this related to bug#2106? (The title talks about Python, but according to Chong it was a bug in end-of-defun.) Juanma