GNU bug report logs -
#6010
24.0.50; setting-constant enable-multibyte-characters
Previous Next
Reported by: Katsumi Yamaoka <yamaoka <at> jpl.org>
Date: Fri, 23 Apr 2010 07:52:02 UTC
Severity: normal
Done: Stefan Monnier <monnier <at> IRO.UMontreal.CA>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
I got the following error when sending the bug#6009 report
containing the attachment bt.gz to bug-gnu-emacs <at> gnu.org:
Debugger entered--Lisp error: (setting-constant enable-multibyte-characters)
set-default(enable-multibyte-characters nil)
mm-find-buffer-file-coding-system("~/bt.gz")
mml-generate-mime-1((part (type . "application/octet-stream") (filename . "~/bt.gz") (disposition . "attachment") (tag-location . 320) (contents . "")))
mml-generate-mime-1((multipart (type . "mixed") (part (type . "text/plain") (contents . "test.\n\n")) (part (type . "application/octet-stream") (filename . "~/bt.gz") (disposition . "attachment") (tag-location . 320) (contents . ""))))
mml-generate-mime()
message-encode-message-body()
message-send-mail(nil)
my-message-send-via-mail(nil)
message-send(nil)
message-send-and-exit(nil)
call-interactively(message-send-and-exit nil nil)
(I used the old mm-util.el instead then.)
It seems a matter of course, however I've never encountered such
an error for these months IIRC. You can reproduce the same error
now by evaluating:
(letf (((default-value 'enable-multibyte-characters) nil))
(generate-new-buffer " *temp*"))
The relevant ChangeLog entry is:
2009-09-04 Glenn Morris <rgm <at> gnu.org>
[...]
* mm-util.el (mm-with-unibyte-current-buffer)
(mm-find-buffer-file-coding-system):
* yenc.el (yenc-decode-region): Use default-value rather than
default-enable-multibyte-characters.
Regards,
This bug report was last modified 15 years and 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.