auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] ghostscript binary on windows-nt mismatch for 64-bit gs


From: danzl
Subject: [AUCTeX-devel] ghostscript binary on windows-nt mismatch for 64-bit gs
Date: Mon, 16 Jul 2012 01:17:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8

Just a minor issue I just noticed.

I installed 64-bit ghostscript on windows, and auctex is only looking
for gswin32c.exe. You might want to look it make to look for
gswin64c.exe aswell.

preview.el:

(defcustom preview-gs-command (if (eq system-type 'windows-nt)
                                  "GSWIN64C.EXE"
                                "gs")




reply via email to

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