From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-1?q?R=F6hler?= Newsgroups: gmane.emacs.devel Subject: Re: Let a QA department into the works Date: Sun, 6 Jan 2008 20:52:29 +0100 Message-ID: <200801062052.29962.andreas.roehler@online.de> References: <20080104164454.0A4BD830697@snark.thyrsus.com> <857iinjjc4.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1199648907 18303 80.91.229.12 (6 Jan 2008 19:48:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 19:48:27 +0000 (UTC) Cc: Richard Stallman To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 20:48:48 2008 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 1JBbUA-0002dF-2y for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 20:48:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBbTn-0003xz-By for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 14:48:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBbTj-0003xk-09 for emacs-devel@gnu.org; Sun, 06 Jan 2008 14:48:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBbTh-0003vj-3O for emacs-devel@gnu.org; Sun, 06 Jan 2008 14:48:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBbTg-0003va-Ve for emacs-devel@gnu.org; Sun, 06 Jan 2008 14:48:13 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBbTZ-0007Ax-Gb; Sun, 06 Jan 2008 14:48:05 -0500 Original-Received: from noname (p54BE95AE.dip0.t-ipconnect.de [84.190.149.174]) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis) id 0MKwh2-1JBbTY0yYH-0006AZ; Sun, 06 Jan 2008 20:48:04 +0100 User-Agent: KMail/1.9.5 In-Reply-To: <857iinjjc4.fsf@lola.goethe.zz> Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX19K/OKKeeD33DTNq9wj4KyIWBFIxtpOoLngC6G yfzEZHZXPZxtrk/XgFlJY+Iu0xSAYF2PSWn46iOb3ZUJ3NO9LX U5c99nlmarSPgNt1SiPeg== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:86375 Archived-At: Am Sonntag, 6. Januar 2008 12:15 schrieb David Kastrup: > Richard Stallman writes: > > Entering Emacs from a common > > writers/translaters/publishers life, it took me hours > > if not days of desperate searching to realize: > > text-mode has no foot-note facilities integrated. > > > > Most of the time when people use footnotes they do so in text that is > > marked up (LaTeX, Texinfo, nroff). Would it be useful to add footnote > > commands to the corresponding modes? > > M-x load-library RET footnote RET > > Maybe its keybindings should be preloaded. With text-mode footnote-mode should be present per default IMO. BTW footnote.el says: ,---- | ;; This file provides footnote[1] support for message-mode in emacsen. `---- That's not correct in this context. Too footnote.el is buggy as it doesn't detect already existing footnotes. Had delivered a footnote-init.el already. Andreas R=F6hler