Gnus development mailing list
 help / color / mirror / Atom feed
From: Maciej Matysiak <phoner.ding@blah.pl>
Subject: Re: 21.5 crash in Gnus
Date: Thu, 20 Jul 2006 20:39:25 +0200	[thread overview]
Message-ID: <8764hsktnm.fsf@blah.pl> (raw)
In-Reply-To: <87vepszcq4.fsf@catnip.gol.com> (Miles Bader's message of "Thu, 20 Jul 2006 21:23:47 +0900")

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

On the 20th of July 2006 at 14:23, Miles Bader <miles#gnu.org> wrote:

>> <#part type="text/plain" disposition=inline charset="iso-8859-1">
> Maybe there should be a key-binding to prompt for the charset and insert
> the tag though?  [At the beginning of the buffer?]

I use the following function to add proper header to messages, which should
be sent as unicode:

(defun mm:add-tags-with-utf ()
  "Insert tags with utf-8 encoding."
  (interactive)
  (save-excursion
    (message-goto-body)
    (insert "

[-- Attachment #2: Type: text/plain, Size: 38 bytes --]

\n")
    (end-of-buffer)
    (insert "

[-- Attachment #3: Type: text/plain, Size: 130 bytes --]

")
    ))

(define-key message-mode-map [(f5)] 'mm:add-tags-with-utf)

Modify to your needs.

hth,
 m.m.
-- 
 use gnus, not guns!

  reply	other threads:[~2006-07-20 18:39 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1142286252.31896.5.camel@jerrypc.cs.usu.edu>
     [not found] ` <87mzftjyd2.fsf@tleepslib.sk.tsukuba.ac.jp>
2006-03-15 15:37   ` Reiner Steib
2006-03-15 17:09     ` Stephen J. Turnbull
2006-07-19 16:47       ` Reiner Steib
2006-07-19 18:06         ` Stephen J. Turnbull
2006-07-19 20:11         ` TSUCHIYA Masatoshi
2006-07-20  3:56           ` Stephen J. Turnbull
2006-07-20  4:30             ` TSUCHIYA Masatoshi
2006-07-20 12:23               ` Miles Bader
2006-07-20 18:39                 ` Maciej Matysiak [this message]
2006-07-20 19:18                 ` Reiner Steib
2006-07-20 23:40                   ` TSUCHIYA Masatoshi
2006-07-27 19:10                     ` Specifying a charset (per group) (was: 21.5 crash in Gnus) Reiner Steib
2006-07-21  1:36                   ` 21.5 crash in Gnus Stephen J. Turnbull
2006-07-27 19:26                     ` Unreadable messages after gnus-mime-save-part-and-strip in XEmacs (was: 21.5 crash in Gnus) Reiner Steib
2006-07-28  3:34                       ` Unreadable messages after gnus-mime-save-part-and-strip in Stephen J. Turnbull

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8764hsktnm.fsf@blah.pl \
    --to=phoner.ding@blah.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).