Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: Re: coding-system for drafts
Date: Thu, 31 Oct 2002 13:44:25 +0900	[thread overview]
Message-ID: <yotlznsvfc9i.fsf@jpl.org> (raw)
In-Reply-To: <84znsv52f5.fsf@crybaby.uni-duisburg.de>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=iso-2022-jp-2, Size: 2504 bytes --]

>>>>> In <84znsv52f5.fsf@crybaby.uni-duisburg.de>
>>>>>	kai.grossjohann@uni-duisburg.de (Kai Gro^[.A^[N_johann) wrote:

> Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> I see.  That's a good idea.  Perhaps we can abolish the variable
>> mm-auto-save-coding-system and set the default value for
>> message-draft-coding-system to frumple (or iso-2022-7bit).

> Yes, maybe.  Hm.  Oh, yes, new auto-saves will always have the
> cookie.  So no problem.

> (But what happens for XEmacsen which do not interpret the cookie?
> Are there such versions?)

It works from the early stage of XEmacs 20 with Mule.  However,
I don't know about the recent XEmacs 21.5 beta (I'm discouraged,
it is something broken in the coding-system handling).

>> Since not to bind the value for coding-system-for-read is
>> required to utilize that function, what should we do if there is
>> no such header?  Or isn't there nothing to do?

> Binding coding-system-for-read is not good because it takes
> precedence over everything else.  But if we could find a way to
> specify the coding system that has LOWER precedence than the coding
> cookie, then we can do that.

> Maybe it works via auto-coding-alist?  No, that takes precedence.  So
> we should use file-coding-system-alist.  Do you think that might work?

I've confirmed that the following example works:

(let ((file-coding-system-alist
       (cons
	(cons (concat "\\`"
		      (regexp-quote (expand-file-name FILE))
		      "\\'")
	      'frumple)
	file-coding-system-alist))
      (nnmail-file-coding-system nil))
  (nnmail-find-file (expand-file-name FILE)))

We can also set the value for file-coding-system-alist rigidly.
However, I get confused.  Isn't there any difference in this and
the next example?

(let ((nnmail-file-coding-system 'frumple))
  (nnmail-find-file (expand-file-name FILE)))

>> In addition, it is required that the coding header should be
>> untouchable by a user.  In order to ensure it, we will add the
>> header using write-contents-hooks and remove it before starting
>> edit of a draft.  Haven't I made a mistake in my idea?

> That would work.

> Another idea is to narrow the buffer so that point-min is after the
> header.  But that might be more fragile.

Hm, each is hard to be called good idea.  The hidden area might
be exposed in the future like message-strip-forbidden-properties
does.

> Does auto-saving run write-contents-hooks?

I've confirmed no.  We have to use auto-save-hook together.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2002-10-31  4:44 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-25 12:25 sending delayed articles bug Katsumi Yamaoka
2002-10-25 13:01 ` Kai Großjohann
2002-10-29  9:58   ` coding-system for drafts (was Re: sending delayed articles bug) Katsumi Yamaoka
2002-10-29 14:27     ` coding-system for drafts Kai Großjohann
2002-10-30  1:36       ` Katsumi Yamaoka
2002-10-30 10:15         ` Kai Großjohann
2002-10-30 12:28           ` Katsumi Yamaoka
2002-10-30 16:14             ` Kai Großjohann
2002-10-31  4:44               ` Katsumi Yamaoka [this message]
2002-10-31  7:35                 ` Katsumi Yamaoka
2002-10-31 17:35                   ` Kai Großjohann
2002-11-01  4:32                     ` Katsumi Yamaoka
2002-11-05 12:36                       ` Kai Großjohann
2002-10-31 17:30                 ` Kai Großjohann
2002-11-01 17:49                   ` Kai Großjohann
2002-11-05  9:23                     ` Katsumi Yamaoka
2002-11-05 12:38                       ` Kai Großjohann
2002-11-08  7:25                         ` Katsumi Yamaoka
2002-11-13 16:14                           ` Reiner Steib
2002-11-02 15:34       ` TSUCHIYA Masatoshi
2002-11-05 12:23         ` Kai Großjohann

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=yotlznsvfc9i.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    /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).