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

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

Cygwin/NTEmacs Printing Problem


From: steven
Subject: Cygwin/NTEmacs Printing Problem
Date: 17 Nov 2003 01:02:50 -0800

in the .emacs, I wrote:

  (setq lpr-command "cat2file")

under cygwin/bash:
  $ cat 
  #!/usr/bin/bash
  TMPFILE=`mktemp -t emacs.print.XXXXX` || exit 1
  cat >$TMPFILE

I dit this because I hope the 'ps-print-xxx' command can generate and
save a ps file for me.

But, when I invoked the 'ps-print-xxx' in NTEmacs, I always got
following error:
  "searching for program: no such file or directory, cat2file"

Please help!


--
Steven Woody
steven@lczmsoft.com


reply via email to

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