From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.emacs.devel Subject: utf-7 coding system autoload Date: Sun, 23 Oct 2005 11:41:00 +1000 Message-ID: <87ll0lf1sj.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1130031712 28985 80.91.229.2 (23 Oct 2005 01:41:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Oct 2005 01:41:52 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 23 03:41:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ETUrT-0008D4-03 for ged-emacs-devel@m.gmane.org; Sun, 23 Oct 2005 03:41:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETUrS-0002rr-46 for ged-emacs-devel@m.gmane.org; Sat, 22 Oct 2005 21:41:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ETUrK-0002rc-2X for emacs-devel@gnu.org; Sat, 22 Oct 2005 21:41:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ETUrI-0002rP-Jk for emacs-devel@gnu.org; Sat, 22 Oct 2005 21:41:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ETUrI-0002rM-I5 for emacs-devel@gnu.org; Sat, 22 Oct 2005 21:41:12 -0400 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ETUrI-00059b-8n for emacs-devel@gnu.org; Sat, 22 Oct 2005 21:41:12 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.0.87]) by mailout2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9N1f8G9020087 for ; Sun, 23 Oct 2005 11:41:08 +1000 Original-Received: from localhost (ppp29A7.dyn.pacific.net.au [61.8.41.167]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3) with ESMTP id j9N1f6eJ013726 for ; Sun, 23 Oct 2005 11:41:07 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1ETUr7-0000rW-00; Sun, 23 Oct 2005 11:41:01 +1000 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) 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:44592 Archived-At: Is the utf-7 coding system a candidate for autoload-coding-system? I'm looking at getting the character set in project gutenberg texts automatically, and one of those has utf-7 (8cart10.txt). Do I need to (require 'utf-7) or can just (locale-charset-to-coding-system "UTF-7") drag in what's needed?