From: Vinicius Jose Latorre Date: Tue, 6 Apr 2004 02:58:04 +0000 (+0000) Subject: printing doc fix. X-Git-Tag: ttn-vms-21-2-B4~6946 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f88aa6e56ebf806501bf99c4d6cfd5fffa2d79b1;p=emacs.git printing doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9378fc84e57..eec6e9e832f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,6 +9,10 @@ instead of sera-being-called-by-w3. (ethio-write-file): Likewise. +2004-04-05 Vinicius Jose Latorre + + * printing.el: Dox fix. + 2004-04-05 Nick Roberts * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option. diff --git a/lisp/printing.el b/lisp/printing.el index 1e65fdba4ea..57dd0691f99 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -5,7 +5,7 @@ ;; Author: Vinicius Jose Latorre ;; Maintainer: Vinicius Jose Latorre -;; Time-stamp: <2004/03/31 23:14:47 vinicius> +;; Time-stamp: <2004/04/05 23:41:49 vinicius> ;; Keywords: wp, print, PostScript ;; Version: 6.7.4 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ @@ -190,6 +190,13 @@ Please send all bug fixes and enhancements to ;; 4. When running Emacs on Windows with cygwin, check if the ;; `pr-shell-file-name' variable is set to the proper shell. This shell ;; will execute the commands to preview/print the buffer, file or directory. +;; Also check the setting of `pr-path-style' variable. +;; Probably, you should use: +;; +;; (setq pr-shell-file-name "bash") +;; (setq pr-path-style 'unix) +;; +;; And use / instead of \ when specifying a directory. ;; ;; ;; Using `printing'