bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4324: marked as done (23.1.50; footenote: Wrong type argument: numbe


From: Emacs bug Tracking System
Subject: bug#4324: marked as done (23.1.50; footenote: Wrong type argument: number-or-marker-p, nil)
Date: Fri, 04 Sep 2009 03:20:06 +0000

Your message dated Thu, 03 Sep 2009 23:10:21 -0400
with message-id <jwvzl9btngl.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#4324: 23.1.50; footenote: Wrong type argument: 
number-or-marker-p, nil
has caused the Emacs bug report #4324,
regarding 23.1.50; footenote: Wrong type argument: number-or-marker-p, nil
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4324: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4324
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.1.50; footenote: Wrong type argument: number-or-marker-p, nil Date: Thu, 03 Sep 2009 05:07:42 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin)
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

To reproduce:

1. C-x m
2. M-x footnote-mode
3. C-c ! g

error:

Wrong type argument: number-or-marker-p, nil

Patch:

diff -c -L a/footnote.el.gz~ -L b/footnote.el.gz
*** a/footnote.el.gz~
--- b/footnote.el.gz
***************
*** 566,571 ****
--- 566,572 ----
                   (Footnote-narrow-to-footnotes)
                   (and (>= old-point (point-min))
                        (<= old-point (point-max))))))
+              footnote-text-marker-alist
             (>= (point) (cdar footnote-text-marker-alist)))
      (let ((i 1)
          alist-txt rc)


Leo


--- End Message ---
--- Begin Message --- Subject: Re: bug#4324: 23.1.50; footenote: Wrong type argument: number-or-marker-p, nil Date: Thu, 03 Sep 2009 23:10:21 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)
> To reproduce:

> 1. C-x m
> 2. M-x footnote-mode
> 3. C-c ! g

> diff -c -L a/footnote.el.gz~ -L b/footnote.el.gz
> *** a/footnote.el.gz~
> --- b/footnote.el.gz
> ***************
> *** 566,571 ****
> --- 566,572 ----
>                    (Footnote-narrow-to-footnotes)
>                    (and (>= old-point (point-min))
>                         (<= old-point (point-max))))))
> +              footnote-text-marker-alist
>              (>= (point) (cdar footnote-text-marker-alist)))
>       (let ((i 1)
>           alist-txt rc)

Thanks, installed,


        Stefan


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]