From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Corey Foote Newsgroups: gmane.emacs.help Subject: RE: doc-view.el under windows Date: Tue, 4 Dec 2007 16:32:41 -0500 Message-ID: References: <87aboqyzrv.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0537504256==" X-Trace: ger.gmane.org 1196804016 31919 80.91.229.12 (4 Dec 2007 21:33:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Dec 2007 21:33:36 +0000 (UTC) To: Tassilo Horn , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 04 22:33:44 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IzfOX-0005Qw-T9 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Dec 2007 22:33:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzfOH-0006Dk-5z for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Dec 2007 16:33:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzfNm-00062c-2G for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 16:32:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzfNi-0005yk-WE for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 16:32:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzfNi-0005yW-Fr for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 16:32:42 -0500 Original-Received: from blu139-omc2-s1.blu139.hotmail.com ([65.55.175.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzfNi-00030H-18 for help-gnu-emacs@gnu.org; Tue, 04 Dec 2007 16:32:42 -0500 Original-Received: from BLU105-W6 ([65.55.162.186]) by blu139-omc2-s1.blu139.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 4 Dec 2007 13:32:40 -0800 X-Originating-IP: [198.232.187.14] Importance: Normal In-Reply-To: <87aboqyzrv.fsf@member.fsf.org> X-OriginalArrivalTime: 04 Dec 2007 21:32:40.0846 (UTC) FILETIME=[32C3A2E0:01C836BD] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:49829 Archived-At: --===============0537504256== Content-Type: multipart/alternative; boundary="_63c3a124-9972-4ff9-be96-de75c5af1c7f_" --_63c3a124-9972-4ff9-be96-de75c5af1c7f_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Tassilo, Thank you! Removing the directory manually solved the problem! :-) > To: help-gnu-emacs@gnu.org > From: tassilo@member.fsf.org > Date: Tue, 4 Dec 2007 21:24:04 +0100 > Subject: Re: doc-view.el under windows >=20 > Corey Foote writes: >=20 > Hi Corey, >=20 > > I'm having trouble getting doc-view.el to work on GNU Emacs 22.1.50.1 > > under Windows XP. The problem I'm having when I try to load a PDF, the > > document is never displayed. The "Welcome to DocView" message is > > displayed in the DocView buffer and "DocView: using cached files!" is > > displayed in the minibuffer, but no PDF file ever appears. The first > > page should be showing up, because I have left > > doc-view-conversion-refresh-interval set to the default of 3. > > > > Any suggestions? >=20 > I'm not sure, but please check the value of `doc-view-current-cache-dir' > in the doc-view buffer. Have a look at this directory. Does it contain > the png files of the document? >=20 > My suspicion is that you tried to open that doc once some time ago, > doc-view created the directory but conversion failed. Now it thinks > that it can load the png files because the directory exists. >=20 > Try `M-x doc-view-clear-cache' or remove the directory manually. >=20 > Bye, > Tassilo >=20 >=20 >=20 > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs _________________________________________________________________ Share life as it happens with the new Windows Live.Download today it's FREE= ! http://www.windowslive.com/share.html?ocid=3DTXT_TAGLM_Wave2_sharelife_1120= 07= --_63c3a124-9972-4ff9-be96-de75c5af1c7f_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Tassilo,

Thank you! Removing the directory manually solved the probl= em! :-)


> To: help-gnu-emacs@gnu.org
> From: tassilo@me= mber.fsf.org
> Date: Tue, 4 Dec 2007 21:24:04 +0100
> Subject: = Re: doc-view.el under windows
>
> Corey Foote <coreyfoote@h= otmail.com> writes:
>
> Hi Corey,
>
> > I'm= having trouble getting doc-view.el to work on GNU Emacs 22.1.50.1
> = > under Windows XP. The problem I'm having when I try to load a PDF, the=
> > document is never displayed. The "Welcome to DocView" message= is
> > displayed in the DocView buffer and "DocView: using cached= files!" is
> > displayed in the minibuffer, but no PDF file ever = appears. The first
> > page should be showing up, because I have l= eft
> > doc-view-conversion-refresh-interval set to the default of= 3.
> >
> > Any suggestions?
>
> I'm not sur= e, but please check the value of `doc-view-current-cache-dir'
> in th= e doc-view buffer. Have a look at this directory. Does it contain
>= the png files of the document?
>
> My suspicion is that you t= ried to open that doc once some time ago,
> doc-view created the dire= ctory but conversion failed. Now it thinks
> that it can load the pn= g files because the directory exists.
>
> Try `M-x doc-view-cl= ear-cache' or remove the directory manually.
>
> Bye,
> = Tassilo
>
>
>
> ________________________________= _______________
> help-gnu-emacs mailing list
> help-gnu-emacs@= gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs


Share life as it happens with the = new Windows Live. Share now! = --_63c3a124-9972-4ff9-be96-de75c5af1c7f_-- --===============0537504256== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs --===============0537504256==--