Hi David T-G !

On Wed 26 Jul 2000 (10:00), you muttered on the list:

> Nils --
> 
> ...and then Nils Vogels said...
> % 
> %     set print_command="a2ps --footer $subject"
> % 
> % so that the footer would contain the subject line ?
> 
> Have you tried using the normal %-expandos?  I know that you can specify
> arguments on your command line, and it would make sense for %* to be
> supported...
> 
I tried this one (taken from the index_format)

        set print_command="a2ps --footer %s --header %f"

Which gave me these results:

a2ps: cannot open file `%s': No such file or directory
[%s (unprintable): ignored]
a2ps: cannot open file `%f': No such file or directory
[%f (unprintable): ignored]
[No output produced]

Doesn't seem to exactly work :(

Reply via email to