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

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

Re: print command postscript print buffer


From: Fabian Braennstroem
Subject: Re: print command postscript print buffer
Date: Thu, 08 Jan 2004 20:20:15 +0100

Hello,

On Thu, 2004-01-08 at 15:47, Peter Boettcher wrote:

> I use this:  mark 'em in dired first, then run the command
> 
> (defun dired-ps-print-files ()
>   (interactive)
>   (let ((files-to-print (dired-get-marked-files)))
>     (while (setq file (car files-to-print))
>       (setq files-to-print (cdr files-to-print))
>       (find-file file)
>       (ps-print-buffer-with-faces)
>       (kill-buffer nil))))
Works nice. Thanks!
Fabian





reply via email to

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