Denis Bueno <[EMAIL PROTECTED]> writes: > (while args > (setq prog (concat prog " " (car args)) > args (cdr args))))
You could use `dolist' instead of `while'. In this case using `mapconcat' is even simpler though (use `identity' for FUNCTION). -- Johan Bockgård _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs