From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: utf-7 coding system autoload Date: Mon, 24 Oct 2005 20:36:16 +0900 Message-ID: References: <87ll0lf1sj.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1130158620 8243 80.91.229.2 (24 Oct 2005 12:57:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Oct 2005 12:57:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 24 14:56:59 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EU1rm-0005ah-Oi for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2005 14:55:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU1rl-0001US-Uw for ged-emacs-devel@m.gmane.org; Mon, 24 Oct 2005 08:55:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EU0cr-0003ce-5Y for emacs-devel@gnu.org; Mon, 24 Oct 2005 07:36:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EU0cp-0003cA-TU for emacs-devel@gnu.org; Mon, 24 Oct 2005 07:36:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EU0cp-0003bn-Ex for emacs-devel@gnu.org; Mon, 24 Oct 2005 07:36:23 -0400 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EU0cp-0005DJ-7v for emacs-devel@gnu.org; Mon, 24 Oct 2005 07:36:23 -0400 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id j9OBaJOc001254; Mon, 24 Oct 2005 20:36:19 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id j9OBaIBH000666; Mon, 24 Oct 2005 20:36:19 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1EU0ci-0004f7-00; Mon, 24 Oct 2005 20:36:16 +0900 Original-To: Kevin Ryde In-reply-to: <87ll0lf1sj.fsf@zip.com.au> (message from Kevin Ryde on Sun, 23 Oct 2005 11:41:00 +1000) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:44703 Archived-At: In article <87ll0lf1sj.fsf@zip.com.au>, Kevin Ryde writes: > Is the utf-7 coding system a candidate for autoload-coding-system? I agree that it's a good change. I've just installed the attached change. --- Kenichi Handa handa@m17n.org *** utf-7.el 07 Jul 2005 11:07:50 +0900 1.4 --- utf-7.el 24 Oct 2005 20:33:47 +0900 *************** *** 36,41 **** --- 36,42 ---- ;;; Code: + ;;;###autoload(autoload-coding-system 'utf-7 '(require 'utf-7)) (make-coding-system 'utf-7 0 ?U "UTF-7 encoding of Unicode (RFC 2152)"