[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:21435] from plist to alist on emacs
- From: Ryuichi Arafune <arafune@debian.org>
- Subject: [debian-users:21435] from plist to alist on emacs
- Date: Fri, 17 Mar 2000 00:39:20 +0900
- Organization: Research Institute of Electrical Communication, Tohoku University
- X-ml-info: If you have a question, send a mail with the body "# help" (without quotes) to the address debian-users-ctl@debian.or.jp; help=<mailto:debian-users-ctl@debian.or.jp?body=help>
- X-ml-name: debian-users
- X-mlserver: fml [fml 2.2]; post only (only members can post)
- Message-id: <87aejygc0q.wl@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- X-mail-count: 21435
- User-agent: Wanderlust/1.1.0 (Overjoyed-pre4) EMY/1.13.4 (Nothing comes of nothing) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (Bryce Canyon) (i386-debian-linux)
またもや Debian specific な話じゃないです。すいません。
# 先日の、 GNOME のパネルの件で御回答いただいた方々ありがとうございまし
# た。
emacs に詳しい方御教授下さい。
現在, AUC-TeX 用のスタイルファイル用パッケージ(具体的にいえば、
graphicsx 用: なぜかないんだもん。)を(自分用に)書いているのですが、こう
いった関数ってのは無いのか? と思い調べたんですが、よくわからなかったの
で。
おこないたいこと : list から、キーのみからなる alist を作る。
plist-to-alist を用いると、
例えば、 (plist-to-alist '(a b c d e f))
の戻り値は、
((a .b) (c .d) (e . f)) になりますが、そうではなくて、
(hogehoge '(a b c d e f)) の戻り値が、
( (a) (b) (c) (d) (e) (f))
になるような関数。
実際は、殆どそうなる関数を書いてしまったので、もういらないと言えばいらんので
すが、Emacs の中にそのような関数があれば、これからはそれを使いたいと思っ
ています。
どなたか御存知の方いらっしゃいませんか?