system call, passing multiple files to an app

2014-12-28 Thread marmorine
starting point is simply a word, I can construct a list of file names of the individual letters like this, say with W as "dog": (mapcar '((X) (pack "fz-" X ".gif")) (chop W)) which gives me this: ("fz-d.gif" "fz-o.gif" "fz-g.gif") I can also get feh to show the slideshow directly like this: (

Re: system call, passing multiple files to an app

2014-12-28 Thread Alexander Burger
On Sun, Dec 28, 2014 at 11:07:06PM +0100, marmorine wrote: > ... > I can also get feh to show the slideshow directly like this: > (call 'feh "fz-d.gif" "fz-o.gif" "fz-g.gif" "-D" 2 "--cycle-once") > ... > but I would like to be able to just insert them on the fly. ? Yes, you can do that with 'appl