Gnus development mailing list
 help / color / mirror / Atom feed
From: Aidan Kehoe <kehoea@parhasard.net>
To: Katsumi Yamaoka <yamaoka@jpl.org>, ding@gnus.org
Subject: Re: nnmail-pathname-coding-system breaks my XEmacs.
Date: Wed, 14 Jan 2009 20:56:08 +0000	[thread overview]
Message-ID: <18798.20840.101866.392610@parhasard.net> (raw)
In-Reply-To: <18796.33500.65305.970938@parhasard.net>


 Ar an triú lá déag de mí Eanair, scríobh Aidan Kehoe: 

 >  > Once I have modified mm-(decode|encode)-coding-(string|region)
 >  > so as to do nothing in XEmacs with the coding system nil.  But I
 >  > overlooked what happens when `file-name-coding-system' is nil.
 >  > I think XEmacs' way, i.e. treating nil as binary, is not a good
 >  > idea.
 > 
 > I agree. I don’t know why that decision was made.

Note this, though: 

(emacs-version)
=> "GNU Emacs 23.0.60.1 (i386-apple-darwin8.11.1, NS apple-appkit-824.48)
 of 2008-12-27 on bonbon"
(coding-system-p nil)
=> t
(coding-system-get nil :name)
=> no-conversion

And this: 

(emacs-version)
=> "GNU Emacs 21.2.1 (powerpc-apple-darwin8.0)
 of 2008-12-22 on bonbon"

(coding-system-p nil)
=> t

(encode-coding-string "a b c ä" nil)
=> "a b c ä"


-- 
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?



      parent reply	other threads:[~2009-01-14 20:56 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <18794.15468.881403.994781@parhasard.net>
2009-01-11 21:54 ` Reiner Steib
2009-01-12  1:08   ` Katsumi Yamaoka
2009-01-12 12:02     ` Aidan Kehoe
2009-01-13  6:46       ` Katsumi Yamaoka
2009-01-13 12:02         ` Aidan Kehoe
2009-01-14  6:36           ` Katsumi Yamaoka
2009-01-14 10:57             ` Katsumi Yamaoka
2009-01-14 11:33             ` Aidan Kehoe
2009-01-14 20:16               ` Reiner Steib
2009-01-14 20:48                 ` Aidan Kehoe
2009-01-15  0:25               ` Katsumi Yamaoka
2009-01-15  0:35                 ` Aidan Kehoe
2009-01-16  8:05                   ` Katsumi Yamaoka
2009-01-16 14:19                     ` Aidan Kehoe
2009-01-14 20:56           ` Aidan Kehoe [this message]

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=18798.20840.101866.392610@parhasard.net \
    --to=kehoea@parhasard.net \
    --cc=ding@gnus.org \
    --cc=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).