From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68809 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: rfc2047.el dependencies on mm-util.el (was: Sending attachments) Date: Thu, 23 Jul 2009 07:57:28 +1000 Organization: Bah Humbug Message-ID: <87vdlke5yv.fsf@blah.blah> References: <87eisjjrsc.fsf@uwakimon.sk.tsukuba.ac.jp> <87iqhsr8jm.fsf@lifelogs.com> <87my73kwxc.fsf@lifelogs.com> <87eisdol9i.fsf_-_@marauder.physik.uni-ulm.de> <838wikpmrr.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1248299899 26625 80.91.229.12 (22 Jul 2009 21:58:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jul 2009 21:58:19 +0000 (UTC) Cc: ding@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 22 23:58:12 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MTjpD-0002GU-Nz for ged-emacs-devel@m.gmane.org; Wed, 22 Jul 2009 23:58:12 +0200 Original-Received: from localhost ([127.0.0.1]:37211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTjpC-0008Tb-Q1 for ged-emacs-devel@m.gmane.org; Wed, 22 Jul 2009 17:58:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTjp7-0008R6-Nq for emacs-devel@gnu.org; Wed, 22 Jul 2009 17:58:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTjp2-0008Pl-GZ for emacs-devel@gnu.org; Wed, 22 Jul 2009 17:58:05 -0400 Original-Received: from [199.232.76.173] (port=45668 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTjp2-0008Pi-CO for emacs-devel@gnu.org; Wed, 22 Jul 2009 17:58:00 -0400 Original-Received: from mailout2-10.pacific.net.au ([125.255.80.137]:48656 helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTjp1-0005Pw-Ph for emacs-devel@gnu.org; Wed, 22 Jul 2009 17:58:00 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.2.162]) by mailout2.pacific.net.au (Postfix) with ESMTP id D2078176972; Thu, 23 Jul 2009 07:57:53 +1000 (EST) Original-Received: from blah.blah (ppp23BA.dyn.pacific.net.au [61.8.35.186]) by mailproxy1.pacific.net.au (Postfix) with ESMTP id DD3938C0C; Thu, 23 Jul 2009 07:57:52 +1000 (EST) Original-Received: from gg by blah.blah with local (Exim 4.69) (envelope-from ) id 1MTjoY-0002IV-1q; Thu, 23 Jul 2009 07:57:30 +1000 In-Reply-To: <838wikpmrr.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 19 Jul 2009 21:10:00 +0300") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113022 gmane.emacs.gnus.general:68809 Archived-At: Eli Zaretskii writes: > > necessary infrastructure in Emacs: And of course locale-charset-to-coding-system. I've had some joy with that on mime-ish names, doing the job of mm-charset-to-coding-system. In bits of my code I've called locale- when available (emacs 22 up), then try the mm-. The mm- one has more variables to setup synonyms and aliasing, but locale- might cover much of that already (and not need the `codepage-setup' stuff for msdos any more at all).