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

[debian-users:21440] Re: from plist to alist on emacs



> (hogehoge '(a b c d e f)) の戻り値が、
> ( (a) (b) (c) (d) (e) (f))
> になるような関数。

ごくスタンダードに、

(defun hogehoge (args)
	(mapcar 'list args))

で、どうでしょうか。

---
Hiroshi KIMURA
mailto:hkim@xxxxxxxxxxxxxxxxxx
http://www.melt.kyutech.ac.jp/~hkim/