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: Lisp indentation. Date: Sun, 13 Mar 2005 08:51:58 -0500 Message-ID: <87fyyzbqrd.fsf-monnier+emacs@gnu.org> References: <87mztbmk6r.fsf@xs4all.nl> <87psy31xz0.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110722545 20154 80.91.229.2 (13 Mar 2005 14:02:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Mar 2005 14:02:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 13 15:02:24 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DATfZ-0006Ii-C2 for ged-emacs-devel@m.gmane.org; Sun, 13 Mar 2005 15:02:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DATv3-0003BP-Qd for ged-emacs-devel@m.gmane.org; Sun, 13 Mar 2005 09:18:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DATuP-0002xB-KC for emacs-devel@gnu.org; Sun, 13 Mar 2005 09:17:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DATuN-0002vr-7i for emacs-devel@gnu.org; Sun, 13 Mar 2005 09:17:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DATuM-0002un-FD for emacs-devel@gnu.org; Sun, 13 Mar 2005 09:17:30 -0500 Original-Received: from [209.226.175.34] (helo=tomts13-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DATVe-0005NZ-RP for emacs-devel@gnu.org; Sun, 13 Mar 2005 08:51:59 -0500 Original-Received: from alfajor ([65.92.241.52]) by tomts13-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050313135158.TOLX1899.tomts13-srv.bellnexxia.net@alfajor>; Sun, 13 Mar 2005 08:51:58 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id 6003ED74A3; Sun, 13 Mar 2005 08:51:58 -0500 (EST) Original-To: Lute Kamstra In-Reply-To: <87psy31xz0.fsf@xs4all.nl> (Lute Kamstra's message of "Sun, 13 Mar 2005 14:23:15 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34542 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34542 > However, if (declare (indent ...)) is used to specify indentation, then > the macro is defined during startup, but its lisp-indent-property will not > be set. Huh? That's not the behavior I see. > [I guess, this is why there is a (put 'when 'lisp-indent-function 1) > in lisp-mode.el, even though the definition of when in subr.el uses > (declare (indent 1)).] No, it's just that I haven't installed this part of my local changes yet. > This should probably be fixed somehow, or else documented. It'd be a blatant bug that needs urgent fixing. Can you show us some recipe that demonstrates the problem? Stefan