all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#20429: 25.0.50; RMAIL useless
@ 2015-04-26 16:11 jpff
  2015-04-26 19:03 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: jpff @ 2015-04-26 16:11 UTC (permalink / raw)
  To: 20429


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





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#20429: 25.0.50; RMAIL useless
  2015-04-26 16:11 bug#20429: 25.0.50; RMAIL useless jpff
@ 2015-04-26 19:03 ` Eli Zaretskii
  2015-04-26 19:19   ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2015-04-26 19:03 UTC (permalink / raw)
  To: jpff; +Cc: 20429

> Date: Sun, 26 Apr 2015 17:11:20 +0100
> From: jpff <jpff@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.)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#20429: 25.0.50; RMAIL useless
  2015-04-26 19:03 ` Eli Zaretskii
@ 2015-04-26 19:19   ` Eli Zaretskii
  2015-04-26 20:18     ` jpff
  2015-04-26 23:48     ` Glenn Morris
  0 siblings, 2 replies; 6+ messages in thread
From: Eli Zaretskii @ 2015-04-26 19:19 UTC (permalink / raw)
  To: jpff; +Cc: 20429-done

> Date: Sun, 26 Apr 2015 22:03:33 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: 20429@debbugs.gnu.org
> 
> > Date: Sun, 26 Apr 2015 17:11:20 +0100
> > From: jpff <jpff@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.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#20429: 25.0.50; RMAIL useless
  2015-04-26 19:19   ` Eli Zaretskii
@ 2015-04-26 20:18     ` jpff
  2015-04-26 23:48     ` Glenn Morris
  1 sibling, 0 replies; 6+ messages in thread
From: jpff @ 2015-04-26 20:18 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 20429-done

Thanks; much apreciated

On Sun, 26 Apr 2015, Eli Zaretskii wrote:

>> Date: Sun, 26 Apr 2015 22:03:33 +0300
>> From: Eli Zaretskii <eliz@gnu.org>
>> Cc: 20429@debbugs.gnu.org
>>
>>> Date: Sun, 26 Apr 2015 17:11:20 +0100
>>> From: jpff <jpff@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.
>





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#20429: 25.0.50; RMAIL useless
  2015-04-26 19:19   ` Eli Zaretskii
  2015-04-26 20:18     ` jpff
@ 2015-04-26 23:48     ` Glenn Morris
  2015-04-27 15:22       ` Eli Zaretskii
  1 sibling, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2015-04-26 23:48 UTC (permalink / raw)
  To: 20429; +Cc: jpff


FWIW, identical issue in bibtex.el.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#20429: 25.0.50; RMAIL useless
  2015-04-26 23:48     ` Glenn Morris
@ 2015-04-27 15:22       ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2015-04-27 15:22 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 20429, jpff

> From: Glenn Morris <rgm@gnu.org>
> Cc: eliz@gnu.org,  jpff@codemist.co.uk
> Date: Sun, 26 Apr 2015 19:48:41 -0400
> 
> 
> FWIW, identical issue in bibtex.el.

Thanks, fixed.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-27 15:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26 16:11 bug#20429: 25.0.50; RMAIL useless jpff
2015-04-26 19:03 ` Eli Zaretskii
2015-04-26 19:19   ` Eli Zaretskii
2015-04-26 20:18     ` jpff
2015-04-26 23:48     ` Glenn Morris
2015-04-27 15:22       ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.