help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: List evaluation problems


From: Mario Domgörgen
Subject: Re: List evaluation problems
Date: Fri, 11 Jul 2003 22:36:36 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

Barry Margolin <barry.margolin@level3.com> writes:

> (mapcar 'eval oggel-ripping-switches)
>
> will evaluate each of the elements of the list and return a list of the
> results.  So change:
> (append oggel-ripping-switches
>         (list (oggel-create-trackname)))
> with:
> (nconc (mapcar 'eval oggel-ripping-switches)
>        (list (oggel-create-trackname)))

Thank you! All what i want in the moment! :)

Mario

-- 
ABORTED effort:
Close all that you have.
You ask way too much.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]