From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: [PATCH] Make footnotes work correctly in message-mode Date: Fri, 22 Oct 2010 14:29:01 +0200 Message-ID: <8762wu76nm.fsf@thinkpad.tsdh.de> References: <87tykgxqbb.fsf@fastmail.fm> <878w1s7zw8.fsf@thinkpad.tsdh.de> <871v7k7ydt.fsf_-_@thinkpad.tsdh.de> <4CC00391.6050608@easy-emacs.de> <87wrpb7unc.fsf@thinkpad.tsdh.de> <15036.1287673547@gamaville.dokosmarshall.org> <87k4lbfu95.fsf@MagnumOpus.khem> <87mxq75zvv.fsf@thinkpad.tsdh.de> <87bp6nicn7.wl%ucecesf@ucl.ac.uk> <80zku63adu.fsf@mundaneum.com> <87lj5q7ebq.fsf@thinkpad.tsdh.de> <87hbge7dv4.fsf_-_@thinkpad.tsdh.de> <80mxq6e8aw.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=39447 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9GkI-0004Jl-7e for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 08:29:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9GkG-0001HP-6B for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 08:29:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:53251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9GkG-0001H6-0X for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 08:29:16 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P9GkE-00046M-09 for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 14:29:14 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Oct 2010 14:29:13 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Oct 2010 14:29:13 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sébastien Vauban writes: Hi Seb, > I tried to use this patch, but failed doing so: > > [sva@MEDIACENTER] ~/src/org-mode>git apply patch > patch:18: trailing whitespace. > (let ((max (if (and (eq major-mode 'message-mode) > patch:19: trailing whitespace. > (re-search-forward message-signature-separator nil t)) > patch:20: trailing whitespace. > (progn (beginning-of-line) (point)) > patch:21: trailing whitespace. > (goto-char (point-max))))) > patch:22: trailing whitespace. > (skip-chars-backward " \t\r\n") > error: patch failed: lisp/org-footnote.el:302 > error: lisp/org-footnote.el: patch does not apply Hm, git apply is correct. So I guess your is bogus. I've just downloaded the patch from http://patchwork.newartisans.com/project/org-mode/list/ by selecting the patch in the summary followed by Download patch. That does apply without problems here. Bye, Tassilo