# HG changeset patch # User Vinicius Jose Latorre # Date 1081220284 0 # Node ID 1c61b23bf7f9cc74cc2745358ffc1ba81adf26bd # Parent 1fd0476dbc7c61d9462b2e348e666e5084f31ce3 printing doc fix. diff -r 1fd0476dbc7c -r 1c61b23bf7f9 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 05 23:30:44 2004 +0000 +++ b/lisp/ChangeLog Tue Apr 06 02:58:04 2004 +0000 @@ -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 -r 1fd0476dbc7c -r 1c61b23bf7f9 lisp/printing.el --- a/lisp/printing.el Mon Apr 05 23:30:44 2004 +0000 +++ b/lisp/printing.el Tue Apr 06 02:58:04 2004 +0000 @@ -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 @@ ;; 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'