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

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

Re: DocView: process ps->pdf changed status to killed.


From: Pierre Lorenzon
Subject: Re: DocView: process ps->pdf changed status to killed.
Date: Fri, 03 Oct 2014 17:17:19 +0200 (CEST)

Hi Stefan,

You are certainly right but I never used this emacs feature
trace-function and not able to understand the output in trace
buffer : Here it is. If you can get something from that please
tell me :

======================================================================
1 -> doc-view-start-process: name="ps->pdf" program="ps2pdf" args=("-dSAFER" 
"/home/devel/test.ps" 
"/tmp/docview1001/test.ps-932911a0f86866e1b95b1aaf506a818b/doc.pdf") 
callback=#[0 "\303\302\300\301#\207" 
["/tmp/docview1001/test.ps-932911a0f86866e1b95b1aaf506a818b/doc.txt" 
doc-view-open-text 
"/tmp/docview1001/test.ps-932911a0f86866e1b95b1aaf506a818b/doc.pdf" 
doc-view-pdf->txt] 4 "

(fn)"]
1 <- doc-view-start-process: (buffer #<buffer test.ps> callback #[0 
"\303\302\300\301#\207" 
["/tmp/docview1001/test.ps-932911a0f86866e1b95b1aaf506a818b/doc.txt" 
doc-view-open-text 
"/tmp/docview1001/test.ps-932911a0f86866e1b95b1aaf506a818b/doc.pdf" 
doc-view-pdf->txt] 4 "

(fn)"])



Regards

Pierre


From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: DocView: process ps->pdf changed status to killed.
Date: Thu, 02 Oct 2014 08:36:58 -0400

>> Hm, you could try to evaluate the following piece of advice:
> 
>>   (defadvice doc-view-start-process (before doc-view-show-cmd-line activate)
>>     (message "doc-view-start-process:\n  %s %s"
>>               program (mapconcat #'concat args " ")))
> 
> I think
> 
>    M-x trace-function RET doc-view-start-process RET
> 
> is a better version of the above.
> 
> 
>         Stefan
> 
> 



reply via email to

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