From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: add-log.el Date: Fri, 28 Oct 2005 21:28:08 +0900 Message-ID: References: Reply-To: snogglethorpe@gmail.com, miles@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1130505931 5107 80.91.229.2 (28 Oct 2005 13:25:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2005 13:25:31 +0000 (UTC) Cc: Emacs Developement List Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 15:25:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVUCF-0004ZW-Cr for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 15:23:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVUCD-0005ZO-RS for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2005 09:23:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVTLF-0006cX-L6 for emacs-devel@gnu.org; Fri, 28 Oct 2005 08:28:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVTLA-0006b8-Aj for emacs-devel@gnu.org; Fri, 28 Oct 2005 08:28:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVTL9-0006b2-97 for emacs-devel@gnu.org; Fri, 28 Oct 2005 08:28:11 -0400 Original-Received: from [64.233.184.201] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EVTL8-0001O3-Q0 for emacs-devel@gnu.org; Fri, 28 Oct 2005 08:28:11 -0400 Original-Received: by wproxy.gmail.com with SMTP id 36so240477wra for ; Fri, 28 Oct 2005 05:28:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GcJ1en0z9IgMEBzfVeCyAg0qxRPOhyrFLOv6ZLUfoplkBoZ/ebNM1/L49zSVpotpP0UT7jVidMM83zKa/9WSuCqpCIHBlD6w0BhECdmZEQVo+xFRJIDrKNOSjivDwNbSjuzWUjPYuX1fRkRluRE5+OEEVROiKWD38F3gJwaVNy0= Original-Received: by 10.54.130.9 with SMTP id c9mr143152wrd; Fri, 28 Oct 2005 05:28:08 -0700 (PDT) Original-Received: by 10.54.157.10 with HTTP; Fri, 28 Oct 2005 05:28:08 -0700 (PDT) Original-To: Karl Chen In-Reply-To: Content-Disposition: inline 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:45026 Archived-At: 2005/10/28, Karl Chen : > +(defcustom add-log-indent-text 0 > + "*How many spaces to indent subsequent lines in a change entry." It doesn't seem correct to set this sort of parameter using defcustom -- the proper value depends on the _file_ not the user. What about making a derived-mode that derives from change-log-mode and overrides only that one parameter? -miles -- Do not taunt Happy Fun Ball.