emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing the default for `send-mail-function'


From: Lars Magne Ingebrigtsen
Subject: Re: Changing the default for `send-mail-function'
Date: Mon, 27 Jun 2011 11:39:13 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

>>        (with-current-buffer process-buffer
>> +        (set-buffer-multibyte nil)
>>          (setq buffer-undo-list t)
>>          (erase-buffer))
>
> Why?  What purpose would or could making the buffer unibyte possible
> serve in this case?

Pure cargo-culting.  :-)  I looked at what nnimap did differently with
encoding/charsets, and it was `coding-system-for-*', and
`set-buffer-multibyte'.

If somebody on Windows could try removing the `set-buffer-multibyte'
again and post via Gmail, that would be nice...

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]