From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: AW: font-locking and open parens in column 0 Date: Fri, 10 Nov 2006 21:11:20 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1163211146 18406 80.91.229.2 (11 Nov 2006 02:12:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Nov 2006 02:12:26 +0000 (UTC) Cc: AMackenzie@harmanbecker.com, emacs-devel@gnu.org, rudalics@gmx.at Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 11 03:12:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GiiM3-0000DU-Pg for ged-emacs-devel@m.gmane.org; Sat, 11 Nov 2006 03:12:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GiiM2-0006mZ-JZ for ged-emacs-devel@m.gmane.org; Fri, 10 Nov 2006 21:12:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GiiLB-0006E0-CG for emacs-devel@gnu.org; Fri, 10 Nov 2006 21:11:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GiiLA-0006D5-Ka for emacs-devel@gnu.org; Fri, 10 Nov 2006 21:11:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GiiLA-0006Co-Av for emacs-devel@gnu.org; Fri, 10 Nov 2006 21:11:28 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GiiL9-0002Lw-LX for emacs-devel@gnu.org; Fri, 10 Nov 2006 21:11:27 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GiiL2-0006E1-LT; Fri, 10 Nov 2006 21:11:21 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Fri, 10 Nov 2006 12:49:40 -0500) 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:62056 Archived-At: > The purpose of open-paren-in-column-0-is-defun-start is to enable to > disable this heuristic. Setting it to nil disables the heuristic. > So I think his change is correct. Huh? What do you mean by "heuristic". Emacs is looking for an open-paren at top level in list structure. The heuristic is to take an open-paren at column zero and assume it is at top level. I am having trouble relating the rest of your message to this issue. This is just a matter of implementing open-paren-in-column-0-is-defun-start = nil to do what it says it will do.