all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* utf-7 coding system autoload
@ 2005-10-23  1:41 Kevin Ryde
  2005-10-24 11:36 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Ryde @ 2005-10-23  1:41 UTC (permalink / raw)


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?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: utf-7 coding system autoload
  2005-10-23  1:41 utf-7 coding system autoload Kevin Ryde
@ 2005-10-24 11:36 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2005-10-24 11:36 UTC (permalink / raw)
  Cc: emacs-devel

In article <87ll0lf1sj.fsf@zip.com.au>, Kevin Ryde <user42@zip.com.au> 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)"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-24 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-23  1:41 utf-7 coding system autoload Kevin Ryde
2005-10-24 11:36 ` Kenichi Handa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.