From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: list of coding systems
Date: Mon, 12 Dec 2005 08:53:53 +0900 [thread overview]
Message-ID: <E1Elb0r-0007Kd-00@etlken> (raw)
In-Reply-To: <20051211.131238.02287822.wl@gnu.org> (message from Werner LEMBERG on Sun, 11 Dec 2005 13:12:38 +0100 (CET))
In article <20051211.131238.02287822.wl@gnu.org>, Werner LEMBERG <wl@gnu.org> 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
handa@m17n.org
next prev parent reply other threads:[~2005-12-11 23:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-11 12:12 list of coding systems Werner LEMBERG
2005-12-11 23:53 ` Kenichi Handa [this message]
2005-12-12 6:43 ` Werner LEMBERG
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1Elb0r-0007Kd-00@etlken \
--to=handa@m17n.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.