[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: printing from windows XP
From: |
Eli Zaretskii |
Subject: |
Re: printing from windows XP |
Date: |
Fri, 21 Jul 2006 18:23:07 +0300 |
> Date: Fri, 21 Jul 2006 04:38:40 -0700 (PDT)
> From: minesh varmas <mineshvarmas@yahoo.com>
>
> ;;printer
> (setq printer-name "//alex/HPLaserJ"
>
> it prints the java file, but without the font used in
> emacs. there are no margins left, no page numbers,
> etc.
> how can i specify these options?
What command(s) did you use? If you used lpr-buffer and print-buffer,
then these are not supposed to preserve the fonts. What you want is
ps-print-buffer instead. You can access those via the File menu (see
the "Postscript Print Buffer" item).