At Tue, 29 Nov 2005 07:44:21 +0900,
Yoichi NAKAYAMA wrote:
I think the second condition
(not (equal system-type 'darwin))
should be replaced with
(equal (call-process "xargs" nil nil nil "-e") 0)
and I hope it works on MacOS too (not tested).
And xarg's argument "cat" in the first condition
can be removed.
--
Yoichi NAKAYAMA