* bug#5594: 23.1; calling rmail-cease-edit sets rmail-buffer to nil
@ 2010-02-18 1:46 Barak A. Pearlmutter
2010-02-19 8:57 ` Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: Barak A. Pearlmutter @ 2010-02-18 1:46 UTC (permalink / raw)
To: 5594
I use rmail with mailcrypt. After transitioning to Emacs 23,
mc-rmail-decrypt-message would bomb with an error after replacing the
text, and would therefore not set the labels appropriately.
Tracked the problem down to a call to (rmail-cease-edit) just before
some (rmail-*-label) calls. The label manipulation was failing. It
turned out that immediately before the (rmail-cease-edit) call, the
variable rmail-buffer was set correctly, and immediately after it was
not. This caused the label manipulation to bomb:
Wrong type argument: stringp, nil
There is a workaround to the problem in mailcrypt
http://github.com/barak/mailcrypt/commit/d2c046cd100dbdfd427e0f31eec1fd39fc5a0da6
but the underlying issue seems like something that probably broke in
the transition to rmail/mbox from rmail/babyl, so I thought I'd bring
it to your attention.
--Barak.
--
Barak A. Pearlmutter <barak@cs.nuim.ie>
Hamilton Institute & Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
http://www.bcl.hamilton.ie/~barak/
----------------------------------------------------------------
In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.12)
of 2009-10-19 on debian-build.int-office-er.priv, modified by Debian
configured using `configure '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs23:/etc/emacs:/usr/local/share/emacs/23.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.1/leim' '--with-x=yes' '--with-x-toolkit=gtk' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2' 'LDFLAGS=-g' 'CPPFLAGS=''
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_IE@euro
value of $XMODIFIERS: nil
locale-coding-system: iso-latin-9-unix
default-enable-multibyte-characters: t
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#5594: 23.1; calling rmail-cease-edit sets rmail-buffer to nil
2010-02-18 1:46 bug#5594: 23.1; calling rmail-cease-edit sets rmail-buffer to nil Barak A. Pearlmutter
@ 2010-02-19 8:57 ` Glenn Morris
2010-02-22 13:42 ` Barak A. Pearlmutter
0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2010-02-19 8:57 UTC (permalink / raw)
To: Barak A. Pearlmutter; +Cc: 5594
"Barak A. Pearlmutter" wrote:
> turned out that immediately before the (rmail-cease-edit) call, the
> variable rmail-buffer was set correctly, and immediately after it was
> not.
I managed to reproduce this in 23.1 with
M-: (progn (rmail-cease-edit) rmail-buffer)
but I cannot reproduce it with the current trunk, so it looks like it
may have already been fixed.
Can you try the bzr trunk from
http://savannah.gnu.org/projects/emacs/
or the 23.2 pretest from
http://alpha.gnu.org/gnu/emacs/pretest/emacs-23.1.92.tar.gz
> In GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.12.12)
> of 2009-10-19 on debian-build.int-office-er.priv, modified by Debian
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#5594: 23.1; calling rmail-cease-edit sets rmail-buffer to nil
2010-02-19 8:57 ` Glenn Morris
@ 2010-02-22 13:42 ` Barak A. Pearlmutter
0 siblings, 0 replies; 3+ messages in thread
From: Barak A. Pearlmutter @ 2010-02-22 13:42 UTC (permalink / raw)
To: Glenn Morris; +Cc: 5594
Great, thanks for the quick response!
Looks okay in the trunk. But I'll leave the workaround in mailcrypt
anyway, since people may be running 23.1 for a while. But I will set
things up so when the workaround triggers in version>23.1 it will kick
out a warning message with a request to report the problem.
Cheers,
--Barak.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-22 13:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 1:46 bug#5594: 23.1; calling rmail-cease-edit sets rmail-buffer to nil Barak A. Pearlmutter
2010-02-19 8:57 ` Glenn Morris
2010-02-22 13:42 ` Barak A. Pearlmutter
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).