>> How can I tell which charset (per, e.g., "Content-Type: text/plain; >> charset=...") Will be chosen by GNUS to byte-encode the message I am >> about to send, but without *actually* sending that message out? > > Does ‘C-u C-c RET P’ (the ‘mml-preview’ command with a prefix argument) > work for you?
Yes, it works great! It does what I asked for and much more. One follow up question, though. Would it be possible to, somehow, find the charset for a *region* rather than for the buffer as a whole? I am asking this because of the following definition I found (which I mentioned previously): mm-find-mime-charset-region (b e &optional hack-charsets) "Return the MIME charsets needed to encode the region between B and E. nil means ASCII, a single-element list represents an appropriate MIME charset, and a longer list means no appropriate charset."
