Joe Corneli <[EMAIL PROTECTED]> writes:

> Is there a shorter way to concatenate a list of strings
> than this?
>
>  (eval (append (list 'concat) list-of-strings))
>
> Or more generally, 
>
>  (eval (append (list 'function-that-acts-on-foos) list-of-foos))

(apply #'concat list-of-strings)


-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to