> Is there a shorter way to concatenate a list of strings than this?

>  (eval (append (list 'concat) list-of-strings))

Rule of thumb: if your solution uses `eval' it's either buggy or clunky.

Other than the best solution using `apply', you may also want to use
`mapconcat', depending on the specific circumstance.


        Stefan
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to