emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: list of coding systems


From: Kenichi Handa
Subject: Re: list of coding systems
Date: Mon, 12 Dec 2005 08:53:53 +0900
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)

In article <address@hidden>, Werner LEMBERG <address@hidden> writes:

> How can I generate a (human readable) list of coding system which
> shows *all* properties of the coding system?  Is there a function in
> Emacs which can do that?

No.  I don't know exactly what you means by "human
readable", but how about this?

(dolist (elt (coding-system-list t))
  (pp (cons elt (coding-system-plist elt))))

---
Kenichi Handa
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]