unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2000: 23.0.60; Rmail mode totally broken
@ 2009-01-23 15:11 Chong Yidong
       [not found] ` <Pine.LNX.4.64.0901231752190.18671@snout.codemist.co.uk>
  0 siblings, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2009-01-23 15:11 UTC (permalink / raw)
  To: jpff; +Cc: 2000

Ah, I can reproduce it now.  I've checked a fix into CVS.

> I am seeing messages about writing to /tmp/rmailXXX that I have not
> seen before.  This happens on a number of RMAIL files I have, large or
> small.

We just switched rmail to the new rmail-mbox code, which stores RMAIL
files in mbox format, rather than babyl.






^ permalink raw reply	[flat|nested] 4+ messages in thread
* bug#2000: 23.0.60; Rmail mode totally broken
@ 2009-01-23 15:04 Chong Yidong
  0 siblings, 0 replies; 4+ messages in thread
From: Chong Yidong @ 2009-01-23 15:04 UTC (permalink / raw)
  To: jpff; +Cc: 2000

> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   rmail-perm-variables()
>   rmail-convert-babyl-to-mbox()

I haven't been able to reproduce this bug.

Could you visit lisp/mail/rmail.el, evaluate the buffer, then trigger
the Lisp backtrace again?  This will give a more informative backtrace.

Thanks.






^ permalink raw reply	[flat|nested] 4+ messages in thread
* bug#2000: 23.0.60; Rmail mode totally broken
@ 2009-01-23 10:05 jpff
  0 siblings, 0 replies; 4+ messages in thread
From: jpff @ 2009-01-23 10:05 UTC (permalink / raw)
  To: emacs-pretest-bug

This morning after updating from the CVS I cannot read any RMAIL file

File mode specification error: (wrong-type-argument stringp nil)

I am seeing messages about writing to /tmp/rmailXXX that I have not
seen before.  This happens on a number of RMAIL files I have, large or
small.



In GNU Emacs 23.0.60.10 (i686-pc-linux-gnu, GTK+ Version 2.12.0)
 of 2009-01-23 on cardew
Windowing system distributor `The X.Org Foundation', version 11.0.70200000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_GB.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

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

Recent input:
<help-echo> <help-echo> C-x C-f R M A <tab> <return> 
y q C-x C-b <down> <down> <down> <down> <down> <return> 
<down> <down> C-v C-v C-v C-v C-v C-v M-x r m a i l 
- m o d e <return> q C-x 1 <escape> > <down-mouse-1> 
<mouse-1> <prior> <prior> <prior> <prior> <prior> <prior> 
<prior> <prior> <prior> <prior> <prior> <prior> <prior> 
<prior> <prior> <prior> <escape> < C-s d e l e t e 
d C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s C-s 
C-s C-s C-s C-s , C-s C-s C-s C-s C-s <mouse-1> <mouse-1> 
<mouse-1> <mouse-1> <mouse-1> <mouse-1> <mouse-1> <mouse-1> 
<mouse-1> <mouse-1> <mouse-1> <mouse-1> <mouse-1> <mouse-1> 
<mouse-1> <mouse-1> <down-mouse-1> <mouse-1> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <left> <escape> SPC <escape> < C-x C-x 
C-x C-x M-x w r SPC r <return> R R 1 <return> M-x t 
o g g l e <tab> r e <tab> <return> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <right> C-x C-x C-x C-x C-w C-x C-w R 
R 2 <return> C-x k <return> C-x C-f R R 1 <return> 
q C-x C-f R R 2 <return> q M-m C-g C-x k <return> C-x 
C-f J u n k y <return> C-x k <return> M-m C-g C-x k 
<return> M-x e m a c s - b <tab> C-c C-c M-x r e p 
<tab> o <tab> r <tab> <return>

Recent messages:
Parsing /home/jpff/.mailrc... done
Quit
Wrote /tmp/rmail11248XPA
Writing messages to /tmp/rmail11248kZG...done
Replacing BABYL format with mbox format...
Entering debugger...
Quit
call-interactively: Symbol's function definition is void: elisp-compile-defun
Quit
Making completion list... [2 times]

==John ffitch






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

end of thread, other threads:[~2009-01-23 19:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-23 15:11 bug#2000: 23.0.60; Rmail mode totally broken Chong Yidong
     [not found] ` <Pine.LNX.4.64.0901231752190.18671@snout.codemist.co.uk>
2009-01-23 19:25   ` Chong Yidong
  -- strict thread matches above, loose matches on Subject: below --
2009-01-23 15:04 Chong Yidong
2009-01-23 10:05 jpff

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).