GNU bug report logs - #20429
25.0.50; RMAIL useless

Previous Next

Package: emacs;

Reported by: jpff <jpff <at> codemist.co.uk>

Date: Sun, 26 Apr 2015 16:13:01 UTC

Severity: normal

Found in version 25.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 20429 in the body.
You can then email your comments to 20429 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#20429; Package emacs. (Sun, 26 Apr 2015 16:13:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to jpff <jpff <at> codemist.co.uk>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 26 Apr 2015 16:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jpff <jpff <at> codemist.co.uk>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; RMAIL useless
Date: Sun, 26 Apr 2015 17:11:20 +0100
After the o command failed in RMAIL mode I did a complete "make
bootstrap" and now it is worse.  I cannot even start using rmail
Typical failure is
Debugger entered--Lisp error: (wrong-number-of-arguments point 1)
  point(2)
  rmail-ensure-blank-line()
  rmail-output-as-mbox("/home/jpff/MAIL/spam2015" nil)
  rmail-output("/home/jpff/MAIL/spam2015" 1)
  rmail-summary-output("/home/jpff/MAIL/spam2015" 1)
  funcall-interactively(rmail-summary-output "/home/jpff/MAIL/spam2015" 1)
  call-interactively(rmail-summary-output nil nil)
  command-execute(rmail-summary-output)




In GNU Emacs 25.0.50.1 (x86_64-suse-linux-gnu, GTK+ Version 2.24.27)
 of 2015-04-26 on birtwistle
Windowing system distributor `The X.Org Foundation', version 11.0.11601000
System Description:	openSUSE 13.2 (Harlequin) (x86_64)

Configured features:
XPM JPEG TIFF GIF PNG SOUND GSETTINGS NOTIFY LIBXML2 FREETYPE XFT ZLIB

Important settings:
  value of $LANG: en_GB.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  auto-image-file-mode: t
  show-paren-mode: t
  display-time-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t

Recent messages:
Loading /home/jpff/myemacs.elc...done
Loading delsel...done
Preparing diary...done
For information about GNU Emacs and the GNU system, type C-h C-a.
File RMAIL is large (99.8M), really open? (y or n) y
Loading dired-add...done
Counting messages...done
Showing message 19199...
Entering debugger...
Back to top level

Load-path shadows:
/home/jpff/GNU/local-lisp/xref hides /home/jpff/GNU/emacs/lisp/progmodes/xref

Features:
(shadow flyspell ispell mailalias mailcrypt mail-extr comint
ansi-color ring emacsbug help-mode debug rmailout rmailkwd rmailmm
message sendmail dired format-spec rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mailabbrev gmm-utils mailheader mail-parse rfc2231
rmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr
mail-utils cal-julian delsel cus-start cus-load image-file crypt
crypt++ crypt+pgp-pub paren view cal-china cal-bahai cal-islam
cal-hebrew lunar solar cal-dst appt diary-lib diary-loaddefs holidays
hol-loaddefs cal-menu easymenu calendar cal-loaddefs time mule-util
time-date tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer cl-preloaded nadvice loaddefs button faces cus-face
macroexp files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
gfilenotify dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 138550 6651)
 (symbols 48 22442 0)
 (miscs 40 19382 2664)
 (strings 32 23394 7327)
 (string-bytes 1 759739)
 (vectors 16 14028)
 (vector-slots 8 525712 4418)
 (floats 8 634 610)
 (intervals 56 489 0)
 (buffers 976 15)
 (heap 1024 45514 1367))

==John ffitch




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20429; Package emacs. (Sun, 26 Apr 2015 19:05:03 GMT) Full text and rfc822 format available.

Message #8 received at 20429 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: jpff <jpff <at> codemist.co.uk>
Cc: 20429 <at> debbugs.gnu.org
Subject: Re: bug#20429: 25.0.50; RMAIL useless
Date: Sun, 26 Apr 2015 22:03:33 +0300
> Date: Sun, 26 Apr 2015 17:11:20 +0100
> From: jpff <jpff <at> codemist.co.uk>
> 
> After the o command failed in RMAIL mode I did a complete "make
> bootstrap" and now it is worse.  I cannot even start using rmail
> Typical failure is
> Debugger entered--Lisp error: (wrong-number-of-arguments point 1)
>   point(2)
>   rmail-ensure-blank-line()
>   rmail-output-as-mbox("/home/jpff/MAIL/spam2015" nil)
>   rmail-output("/home/jpff/MAIL/spam2015" 1)
>   rmail-summary-output("/home/jpff/MAIL/spam2015" 1)
>   funcall-interactively(rmail-summary-output "/home/jpff/MAIL/spam2015" 1)
>   call-interactively(rmail-summary-output nil nil)
>   command-execute(rmail-summary-output)

Can you send a minimal mbox file that triggers this?  (You can convert
all characters to "x" if you don't want to show the actual contents.)




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sun, 26 Apr 2015 19:21:02 GMT) Full text and rfc822 format available.

Notification sent to jpff <jpff <at> codemist.co.uk>:
bug acknowledged by developer. (Sun, 26 Apr 2015 19:21:03 GMT) Full text and rfc822 format available.

Message #13 received at 20429-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: jpff <at> codemist.co.uk
Cc: 20429-done <at> debbugs.gnu.org
Subject: Re: bug#20429: 25.0.50; RMAIL useless
Date: Sun, 26 Apr 2015 22:19:54 +0300
> Date: Sun, 26 Apr 2015 22:03:33 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: 20429 <at> debbugs.gnu.org
> 
> > Date: Sun, 26 Apr 2015 17:11:20 +0100
> > From: jpff <jpff <at> codemist.co.uk>
> > 
> > After the o command failed in RMAIL mode I did a complete "make
> > bootstrap" and now it is worse.  I cannot even start using rmail
> > Typical failure is
> > Debugger entered--Lisp error: (wrong-number-of-arguments point 1)
> >   point(2)
> >   rmail-ensure-blank-line()
> >   rmail-output-as-mbox("/home/jpff/MAIL/spam2015" nil)
> >   rmail-output("/home/jpff/MAIL/spam2015" 1)
> >   rmail-summary-output("/home/jpff/MAIL/spam2015" 1)
> >   funcall-interactively(rmail-summary-output "/home/jpff/MAIL/spam2015" 1)
> >   call-interactively(rmail-summary-output nil nil)
> >   command-execute(rmail-summary-output)
> 
> Can you send a minimal mbox file that triggers this?  (You can convert
> all characters to "x" if you don't want to show the actual contents.)

Actually, don't bother: I've fixed the bug already (commit 33cb25b).

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20429; Package emacs. (Sun, 26 Apr 2015 20:19:02 GMT) Full text and rfc822 format available.

Message #16 received at 20429-done <at> debbugs.gnu.org (full text, mbox):

From: jpff <jpff <at> codemist.co.uk>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 20429-done <at> debbugs.gnu.org
Subject: Re: bug#20429: 25.0.50; RMAIL useless
Date: Sun, 26 Apr 2015 21:18:52 +0100 (BST)
Thanks; much apreciated

On Sun, 26 Apr 2015, Eli Zaretskii wrote:

>> Date: Sun, 26 Apr 2015 22:03:33 +0300
>> From: Eli Zaretskii <eliz <at> gnu.org>
>> Cc: 20429 <at> debbugs.gnu.org
>>
>>> Date: Sun, 26 Apr 2015 17:11:20 +0100
>>> From: jpff <jpff <at> codemist.co.uk>
>>>
>>> After the o command failed in RMAIL mode I did a complete "make
>>> bootstrap" and now it is worse.  I cannot even start using rmail
>>> Typical failure is
>>> Debugger entered--Lisp error: (wrong-number-of-arguments point 1)
>>>   point(2)
>>>   rmail-ensure-blank-line()
>>>   rmail-output-as-mbox("/home/jpff/MAIL/spam2015" nil)
>>>   rmail-output("/home/jpff/MAIL/spam2015" 1)
>>>   rmail-summary-output("/home/jpff/MAIL/spam2015" 1)
>>>   funcall-interactively(rmail-summary-output "/home/jpff/MAIL/spam2015" 1)
>>>   call-interactively(rmail-summary-output nil nil)
>>>   command-execute(rmail-summary-output)
>>
>> Can you send a minimal mbox file that triggers this?  (You can convert
>> all characters to "x" if you don't want to show the actual contents.)
>
> Actually, don't bother: I've fixed the bug already (commit 33cb25b).
>
> Thanks.
>




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20429; Package emacs. (Sun, 26 Apr 2015 23:49:02 GMT) Full text and rfc822 format available.

Message #19 received at 20429 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 20429 <at> debbugs.gnu.org
Cc: eliz <at> gnu.org, jpff <at> codemist.co.uk
Subject: Re: bug#20429: 25.0.50; RMAIL useless
Date: Sun, 26 Apr 2015 19:48:41 -0400
FWIW, identical issue in bibtex.el.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#20429; Package emacs. (Mon, 27 Apr 2015 15:23:01 GMT) Full text and rfc822 format available.

Message #22 received at 20429 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 20429 <at> debbugs.gnu.org, jpff <at> codemist.co.uk
Subject: Re: bug#20429: 25.0.50; RMAIL useless
Date: Mon, 27 Apr 2015 18:22:00 +0300
> From: Glenn Morris <rgm <at> gnu.org>
> Cc: eliz <at> gnu.org,  jpff <at> codemist.co.uk
> Date: Sun, 26 Apr 2015 19:48:41 -0400
> 
> 
> FWIW, identical issue in bibtex.el.

Thanks, fixed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 26 May 2015 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 87 days ago.

Previous Next


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