| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <46AF5145.8080100@math.cornell.edu> |
| Date: | Tue, 31 Jul 2007 11:12:05 -0400 |
| From: | Ken Brown <kbrown AT math DOT cornell DOT edu> |
| User-Agent: | Thunderbird 2.0.0.5 (Windows/20070716) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCEMENT] [test-version] emacs-22.1-3/emacs-el-22.1-3/emacs-X11-22.1-3 |
| References: | <Pine DOT OSF DOT 4 DOT 58 DOT 0707311529380 DOT 18634 AT ax0rm1 DOT roma1 DOT infn DOT it> |
| In-Reply-To: | <Pine.OSF.4.58.0707311529380.18634@ax0rm1.roma1.infn.it> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 7/31/2007 9:37 AM, Angelo Graziosi wrote:
>
> Ken Brown wrote:
>
>> I have a tex file that you can use for testing. It reliably produces a
>> crash on my system when I compile it using auctex after starting
>> emacs-22.1-3 from an xterm window. (I use auctex 11.84 and miktex 2.6,
>> but I doubt if that matters.) Here are the detailed steps.
>
> May you describe :
>
> 1) how you build auctex-11.84;
> 2) how you install auctex 11.84;
> 3) how you configure emacs/auctex to use MiKTeX-2.6.
>
> Have you the Cygwin teTeX packages installed ? Or only MiKTeX ?
I downloaded the "unix-style" version of auctex from
http://ftp.gnu.org/pub/gnu/auctex/auctex-11.84.tar.gz
and followed the installation instructions (configure, make, make
install). I did this as a user with administrator privileges. No
special configuration was needed to make auctex use miktex, since miktex
is the only version of tex I have installed. So auctex simply finds
miktex's executables in my path. I did have to do a little fiddling to
make previewing work right. Here are the relevant lines from my .emacs:
(load "auctex.el" nil t t)
(require 'tex-mik)
(setq TeX-output-view-style (quote (("^dvi$"
"^pstricks$\\|^pst-\\|^psfrag$" "dvips %d -o && cygstart %f") ("^dvi$"
"." "yap -1 %dS %d") ("^pdf$" "." "cygstart %o") ("^html?$" "."
"cygstart %o"))))
(setq TeX-view-style (quote (("^epsf$" "cygstart %f") ("." "yap -1
%dS %d"))))
If I remember correctly, the main thing was to take the default settings
and replace "start" by "cygstart" in a few places.
Ken
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |