GNU bug report logs -
#7517
24.0.50; repeated crash under Mac OS X
Previous Next
Reported by: emacs user <user.emacs <at> gmail.com>
Date: Mon, 29 Nov 2010 14:30:03 UTC
Severity: normal
Found in version 24.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
I am copying Uday in case he is interested in all this... E
On Fri, Dec 31, 2010 at 6:07 PM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>> Date: Fri, 31 Dec 2010 15:22:56 +0100
>> From: Jan Djärv <jan.h.d <at> swipnet.se>
>> CC: user.emacs <at> gmail.com, 7517 <at> debbugs.gnu.org, cyd <at> stupidchicken.com,
>> monnier <at> iro.umontreal.ca, emacs-devel <at> gnu.org
>>
>> (generate-new-buffer
>> (format "edit of %s's note re: %s"
>> (vm-su-full-name (car vm-message-pointer))
>> (vm-su-subject (car vm-message-pointer)))))
>
> So I guess VM holds the message in its undecoded (external) format?
> If so, it should do this:
>
> (format "edit of %s's note re: %s"
> (decode-coding-string
> (vm-su-full-name (car vm-message-pointer))
> SOMETHING)
> (decode-coding-string
> (vm-su-subject (car vm-message-pointer))
> SOMETHING))
>
> Quite what to use for SOMETHING depends on whether VM knows the
> encoding of the message. If it does, it should use that; otherwise
> using `undecided' should DTRT in most cases.
>
This bug report was last modified 14 years and 143 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.