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

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

Re: Bug report on ps-print-region in ps-print.el


From: Vinicius Jose Latorre
Subject: Re: Bug report on ps-print-region in ps-print.el
Date: Fri, 9 Mar 2001 20:46:32 -0300

Hi Dan,


> I would like to use the function ps-print-region from one of my
> own functions by calling (ps-print-region from to).  My function
> is the one that will define from and to.  However,
> ps-print-region will fail if mark is not set.  You can see this
> by evaluating (ps-print-region (point-min) (point-max)) in a
> buffer where the mark has not been set.
> 
> For example, I tried
>     % emacs -q
>     C-x C-r .login
> and then
>     ESC : (ps-print-region (point-min) (point-max))
> and received this error message:
>     There is no region now
> 
> I believe the problem is with the function ps-printing-region:
>     ps-print-region        calls ps-print-without-faces
>     ps-print-without-faces calls ps-spool-without-faces
>     ps-spool-without-faces calls ps-printing-region

Your guess is right, but this problem is already fixed.  Probably you're using
ps-print version 4.1.4.

The latest ps-print version is 6.4.  You can download it from:

   http://www.cpqd.com.br/~vinicius/emacs/

Please, see README file for installation instructions.


Thanks for your report,


Vinicius



reply via email to

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