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: add-change-log-entry Date: Fri, 20 Jul 2007 12:07:34 -0400 Message-ID: References: <200707162209.30895.pogonyshev@gmx.net> <469DD72C.1080909@gmx.at> <469E1BAA.8090407@gnu.org> <469E248F.1050604@gmx.at> <469E8702.5000204@gmx.at> <46A07200.6010103@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184947714 3840 80.91.229.12 (20 Jul 2007 16:08:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jul 2007 16:08:34 +0000 (UTC) Cc: sds@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 20 18:08:32 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 1IBv1r-0006yT-K0 for ged-emacs-devel@m.gmane.org; Fri, 20 Jul 2007 18:08:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBv1r-00066c-4A for ged-emacs-devel@m.gmane.org; Fri, 20 Jul 2007 12:08:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBv12-0005Rp-3o for emacs-devel@gnu.org; Fri, 20 Jul 2007 12:07:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBv10-0005Pz-Ed for emacs-devel@gnu.org; Fri, 20 Jul 2007 12:07:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBv10-0005Pf-Ab for emacs-devel@gnu.org; Fri, 20 Jul 2007 12:07:38 -0400 Original-Received: from tomts5.bellnexxia.net ([209.226.175.25] helo=tomts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IBv0y-0001hd-3a; Fri, 20 Jul 2007 12:07:36 -0400 Original-Received: from pastel.home ([74.12.208.65]) by tomts5-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070720160735.UJMI1592.tomts5-srv.bellnexxia.net@pastel.home>; Fri, 20 Jul 2007 12:07:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B0C258012; Fri, 20 Jul 2007 12:07:34 -0400 (EDT) In-Reply-To: <46A07200.6010103@gmx.at> (martin rudalics's message of "Fri\, 20 Jul 2007 10\:27\:44 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Solaris 8 (1) 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:75185 Archived-At: > (defun change-log-indent () > + ;; The following form is an attempt to split parenthesized lists [...] > + (error nil)))) Please move it into its own function and then call it from there. That function is big enough already and your code has already been called from some other place in a previous life, so there's indication that it might be useful to call it from elsewhere. Stefan