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: footnote-style latin doesn't renumber Date: Thu, 12 Apr 2007 21:41:54 -0400 Message-ID: References: <461C8F10.3090009@easy-emacs.de> <461CD911.7070000@gmx.at> <461DD6B6.3070403@easy-emacs.de> <461DEAE7.4090209@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1176428752 19107 80.91.229.12 (13 Apr 2007 01:45:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2007 01:45:52 +0000 (UTC) Cc: andreas.roehler@easy-emacs.de, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 13 03:45:51 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 1HcArG-00038v-N0 for ged-emacs-devel@m.gmane.org; Fri, 13 Apr 2007 03:45:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcAvU-0000kH-07 for ged-emacs-devel@m.gmane.org; Thu, 12 Apr 2007 21:50:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HcAu5-0007rv-31 for emacs-devel@gnu.org; Thu, 12 Apr 2007 21:48:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HcAu3-0007rP-Oz for emacs-devel@gnu.org; Thu, 12 Apr 2007 21:48:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HcAu3-0007rJ-Jv for emacs-devel@gnu.org; Thu, 12 Apr 2007 21:48:43 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HcApp-0007Hx-K4 for emacs-devel@gnu.org; Thu, 12 Apr 2007 21:44:21 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HcAnS-0001kH-Bs; Thu, 12 Apr 2007 21:41:54 -0400 In-reply-to: <461DEAE7.4090209@gmx.at> (message from martin rudalics on Thu, 12 Apr 2007 10:16:39 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:69364 Archived-At: Does this change make it easier to customize the variable? (You will need rebuild Emacs after doing `cd lisp; make autoloads'.) *** footnote.el 21 Jan 2007 01:36:13 -0500 1.15 --- footnote.el 12 Apr 2007 17:50:50 -0400 *************** *** 277,282 **** --- 277,283 ---- (mod (1- n) (length footnote-latin-regexp))))) ;;; list of all footnote styles + ;;;###autoload (defvar footnote-style-alist `((numeric Footnote-numeric ,footnote-numeric-regexp) (english-lower Footnote-english-lower ,footnote-english-lower-regexp) *************** *** 290,295 **** --- 291,297 ---- See footnote-han.el, footnote-greek.el and footnote-hebrew.el for more exciting styles.") + ;;;###autoload (defcustom footnote-style 'numeric "*Style used for footnoting. numeric == 1, 2, 3, ...