From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: c-special-indent-hook - when iis it run? Date: 4 Apr 2007 22:55:43 +0200 Message-ID: <20070404221442.GC2717@muc.de> References: <461050AE.5030508@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175720166 27499 80.91.229.12 (4 Apr 2007 20:56:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Apr 2007 20:56:06 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman \(gmail\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 04 22:55:56 2007 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 1HZCWI-0004Vu-PX for ged-emacs-devel@m.gmane.org; Wed, 04 Apr 2007 22:55:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZCZa-00023K-TI for ged-emacs-devel@m.gmane.org; Wed, 04 Apr 2007 16:59:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZCZU-000222-5i for emacs-devel@gnu.org; Wed, 04 Apr 2007 16:59:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZCZR-000212-NV for emacs-devel@gnu.org; Wed, 04 Apr 2007 16:59:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZCZR-00020z-L9 for emacs-devel@gnu.org; Wed, 04 Apr 2007 16:59:09 -0400 Original-Received: from colin.muc.de ([193.149.48.1] helo=mail.muc.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HZCW8-0007H7-QZ for emacs-devel@gnu.org; Wed, 04 Apr 2007 16:55:45 -0400 Original-Received: (qmail 80065 invoked by uid 3782); 4 Apr 2007 20:55:43 -0000 Original-Received: from acm.muc.de (p54A3E5C7.dip.t-dialin.net [84.163.229.199]) by colin2.muc.de (tmda-ofmipd) with ESMTP; Wed, 04 Apr 2007 22:55:41 +0200 Original-Received: (qmail 4534 invoked by uid 1000); 4 Apr 2007 22:14:42 -0000 Original-Date: Wed, 4 Apr 2007 23:14:42 +0100 Content-Disposition: inline In-Reply-To: <461050AE.5030508@gmail.com> User-Agent: Mutt/1.5.9i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) X-Primary-Address: acm@muc.de X-detected-kernel: FreeBSD 4.6-4.9 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:69071 Archived-At: 'Evening, Lennart! On Mon, Apr 02, 2007 at 02:39:10AM +0200, Lennart Borgman (gmail) wrote: > It looks to me like `c-special-indent-hook' is only run in > `c-indent-line' when `c-syntactic-indentation' is non-nil. > Is this intentional? Should not the doc string for the hook mention that? Fixed. -- Alan.