GNU bug report logs - #4324
23.1.50; footenote: Wrong type argument: number-or-marker-p, nil

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Thu, 3 Sep 2009 04:15:04 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Leo <sdl.web <at> gmail.com>
Subject: bug#4324 closed by Stefan Monnier <monnier <at> iro.umontreal.ca> (Re:
 bug#4324: 23.1.50; footenote: Wrong type argument: number-or-marker-p,
 nil)
Date: Fri, 04 Sep 2009 03:20:06 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#4324: 23.1.50; footenote: Wrong type argument: number-or-marker-p, nil

It has been closed by Stefan Monnier <monnier <at> iro.umontreal.ca>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Stefan Monnier <monnier <at> iro.umontreal.ca> by
replying to this email.


-- 
4324: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4324
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Leo <sdl.web <at> gmail.com>
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
> 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

[Message part 3 (message/rfc822, inline)]
From: Leo <sdl.web <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.1.50; footenote: Wrong type argument: number-or-marker-p, nil
Date: Thu, 03 Sep 2009 05:07:42 +0100
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


This bug report was last modified 15 years and 327 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.