<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing AUCTex with EmacsW32</title>
	<atom:link href="http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/</link>
	<description>Utterly random, incoherent and disjointed rants and ramblings...</description>
	<lastBuildDate>Fri, 19 Mar 2010 01:27:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jisang Yoo</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-14110</link>
		<dc:creator>Jisang Yoo</dc:creator>
		<pubDate>Sun, 24 Jan 2010 10:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-14110</guid>
		<description>I think I found a way to use the precompiled AUCTeX with EmacsW32. But first, I&#039;ll explain why installation by compilation didn&#039;t work for me.

The cygwin way didn&#039;t work for me. First error was that make was not found, like mks said above. So I installed cygwin&#039;s make. But then another error: autoconf not found. So I installed autoconf. But then yet another error: (X)Emacs not found. At that moment, I gave up cygwin approach and tried with MSYS, as mentioned in the AUXTeX homepage. 

But MSYS compilation gave the same error: autoconf not found.

So I downloaded the precompiled AUCTeX and decompressed the zip, and after reading el files in it and, I decided I had to add the following in my emacs initialization file:

(load &quot;c:/auctex-11.85-e23.1-msw/site-lisp/site-start.el&quot;)
(require &#039;tex-mik)
(eval-after-load &#039;info
       &#039;(add-to-list &#039;Info-directory-list &quot;c:/Program Files/Emacs/share/info&quot;))
(setq TeX-auto-save t)
(setq TeX-parse-self t)

It is the same initialization code in this blog post except for the load part. The path in the (load ...) points to the site-start.el file in the precompiled AUCTEX files.</description>
		<content:encoded><![CDATA[<span id="co_14110"><p>I think I found a way to use the precompiled AUCTeX with EmacsW32. But first, I&#8217;ll explain why installation by compilation didn&#8217;t work for me.</p>
<p>The cygwin way didn&#8217;t work for me. First error was that make was not found, like mks said above. So I installed cygwin&#8217;s make. But then another error: autoconf not found. So I installed autoconf. But then yet another error: (X)Emacs not found. At that moment, I gave up cygwin approach and tried with MSYS, as mentioned in the AUXTeX homepage. </p>
<p>But MSYS compilation gave the same error: autoconf not found.</p>
<p>So I downloaded the precompiled AUCTeX and decompressed the zip, and after reading el files in it and, I decided I had to add the following in my emacs initialization file:</p>
<p>(load &#8220;c:/auctex-11.85-e23.1-msw/site-lisp/site-start.el&#8221;)<br />
(require &#8216;tex-mik)<br />
(eval-after-load &#8216;info<br />
       &#8216;(add-to-list &#8216;Info-directory-list &#8220;c:/Program Files/Emacs/share/info&#8221;))<br />
(setq TeX-auto-save t)<br />
(setq TeX-parse-self t)</p>
<p>It is the same initialization code in this blog post except for the load part. The path in the (load &#8230;) points to the site-start.el file in the precompiled AUCTEX files.</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('14110','Jisang Yoo'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('14110','Jisang Yoo'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: najmi</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-13289</link>
		<dc:creator>najmi</dc:creator>
		<pubDate>Sun, 04 Oct 2009 01:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-13289</guid>
		<description>Hello,

I&#039;ve several tune up apart from your helpful writings.

since using C:\ is rather &quot;Windowish&quot;, we may simply use:

 ./configure --prefix=/cygdrive/c/Program\ Files/Emacs/emacs/ --with-texmf -dir=/cygdrive/c/Program\ Files/MiKTeX\ 2.6/ --with-lispdir=/cygdrive/c/Program\ Files/Emacs/site-lisp/

which will work the same way.

Also, for the GS viewer, the location might as well at ;

 /cygdrive/c/Program\ Files/GPLGS/gswin32c.exe</description>
		<content:encoded><![CDATA[<span id="co_13289"><p>Hello,</p>
<p>I&#8217;ve several tune up apart from your helpful writings.</p>
<p>since using C:\ is rather &#8220;Windowish&#8221;, we may simply use:</p>
<p> ./configure &#8211;prefix=/cygdrive/c/Program\ Files/Emacs/emacs/ &#8211;with-texmf -dir=/cygdrive/c/Program\ Files/MiKTeX\ 2.6/ &#8211;with-lispdir=/cygdrive/c/Program\ Files/Emacs/site-lisp/</p>
<p>which will work the same way.</p>
<p>Also, for the GS viewer, the location might as well at ;</p>
<p> /cygdrive/c/Program\ Files/GPLGS/gswin32c.exe</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('13289','najmi'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('13289','najmi'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: U Avalos</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-11904</link>
		<dc:creator>U Avalos</dc:creator>
		<pubDate>Wed, 01 Apr 2009 19:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-11904</guid>
		<description>Wierd. It seems that &quot;Preview at point&quot; is what doesn&#039;t work. &quot;Preview document&quot; works fine but when I &quot;preview at point&quot;, the images are put everywhere but the right place. Does &quot;preview at point&quot; work for you? 

Again, running the &quot;official&quot; emacs version AucTex recommends and also NTemacs... hoping that perhaps emacsw32 works better...</description>
		<content:encoded><![CDATA[<span id="co_11904"><p>Wierd. It seems that &#8220;Preview at point&#8221; is what doesn&#8217;t work. &#8220;Preview document&#8221; works fine but when I &#8220;preview at point&#8221;, the images are put everywhere but the right place. Does &#8220;preview at point&#8221; work for you? </p>
<p>Again, running the &#8220;official&#8221; emacs version AucTex recommends and also NTemacs&#8230; hoping that perhaps emacsw32 works better&#8230;</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('11904','U Avalos'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('11904','U Avalos'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: U Avalos</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-11903</link>
		<dc:creator>U Avalos</dc:creator>
		<pubDate>Wed, 01 Apr 2009 18:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-11903</guid>
		<description>Hi Luke, I just installed this beast on my windows box too. However, I&#039;m using the version of emacs they recommend and I also tried NTemacs. Unfortunately, the rendered equations are all over the place -- that&#039;s not how it&#039;s supposed to work right? The rendered equations are supposed to replace the LaTex code, right?</description>
		<content:encoded><![CDATA[<span id="co_11903"><p>Hi Luke, I just installed this beast on my windows box too. However, I&#8217;m using the version of emacs they recommend and I also tried NTemacs. Unfortunately, the rendered equations are all over the place &#8212; that&#8217;s not how it&#8217;s supposed to work right? The rendered equations are supposed to replace the LaTex code, right?</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('11903','U Avalos'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('11903','U Avalos'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Installing AUCTex with EmacsW32 [ Terminally Incoherent ]</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-9281</link>
		<dc:creator>Installing AUCTex with EmacsW32 [ Terminally Incoherent ]</dc:creator>
		<pubDate>Sun, 08 Jun 2008 09:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-9281</guid>
		<description>[...] December 18th 2007 4:01pm  [-] From: terminally-incoherent.com  Related? [...]</description>
		<content:encoded><![CDATA[<div style="background-color: #FFFFDC;">
<p>[...] December 18th 2007 4:01pm  [-] From: terminally-incoherent.com  Related? [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-7714</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Mon, 14 Jan 2008 05:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-7714</guid>
		<description>Have you tried pointing it to C:\Program Files\Emacs\emacs instead? I&#039;m guessing it wants the path to the emacs installation folder, not to the bin folder.

Are you using these attributes for running configure?

&lt;pre lang=&quot;bash&quot;&gt;$ ./configure	--prefix=&#039;c:/Program Files/Emacs/emacs/&#039; 
		--with-texmf-dir=&#039;c:/Program Files/MiKTeX 2.5&#039; 
		--with-lispdir=&#039;c:/Program Files/Emacs/site-lisp&#039;&lt;/pre&gt;

Also, make sure that EmacsW32 is indeed installed in C:\Program Files\Emacs. :)</description>
		<content:encoded><![CDATA[<span id="co_7714"><p>Have you tried pointing it to C:\Program Files\Emacs\emacs instead? I&#8217;m guessing it wants the path to the emacs installation folder, not to the bin folder.</p>
<p>Are you using these attributes for running configure?</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ .<span style="color: #000000; font-weight: bold;">/</span>configure	<span style="color: #660033;">--prefix</span>=<span style="color: #ff0000;">'c:/Program Files/Emacs/emacs/'</span> 
		<span style="color: #660033;">--with-texmf-dir</span>=<span style="color: #ff0000;">'c:/Program Files/MiKTeX 2.5'</span> 
		<span style="color: #660033;">--with-lispdir</span>=<span style="color: #ff0000;">'c:/Program Files/Emacs/site-lisp'</span></pre></div></div>

<p>Also, make sure that EmacsW32 is indeed installed in C:\Program Files\Emacs. <img src='http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('7714','Luke Maciak'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('7714','Luke Maciak'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: mks</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-7713</link>
		<dc:creator>mks</dc:creator>
		<pubDate>Mon, 14 Jan 2008 04:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-7713</guid>
		<description>Hi, again

I installed de make package, but now appears this.

&lt;pre lang=&quot;java&quot;&gt;
checking if C:\Programs......\Emacs\emacs\bin is XEmacs... cat ./conftest -1648: No such file or directory
configure:error:Unable to run C:\Programs....\Emacs\emacs\bin, aborting!
&lt;/pre&gt;

I am using cygwin, with ghostscript and Miktex 2.5. Besides, I putted bin&#039;s directions (Miktex, Ghostscript and emacs) in the path of windows.

Thanks a lot.</description>
		<content:encoded><![CDATA[<span id="co_7713"><p>Hi, again</p>
<p>I installed de make package, but now appears this.</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">checking <span style="color: #000000; font-weight: bold;">if</span> C<span style="color: #339933;">:</span>\Programs......\Emacs\emacs\bin is XEmacs... <span style="color: #006633;">cat</span> .<span style="color: #339933;">/</span>conftest <span style="color: #339933;">-</span><span style="color: #cc66cc;">1648</span><span style="color: #339933;">:</span> No such file or directory
configure<span style="color: #339933;">:</span>error<span style="color: #339933;">:</span>Unable to run C<span style="color: #339933;">:</span>\Programs....\Emacs\emacs\bin, aborting<span style="color: #339933;">!</span></pre></div></div>

<p>I am using cygwin, with ghostscript and Miktex 2.5. Besides, I putted bin&#8217;s directions (Miktex, Ghostscript and emacs) in the path of windows.</p>
<p>Thanks a lot.</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('7713','mks'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('7713','mks'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-7704</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Sun, 13 Jan 2008 19:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-7704</guid>
		<description>Oh, wait... Are you using Cygwin? I thought this was the Linux based thread. If you are using Cygwin then you have to use Setup.exe (the same one you used to install it initially - or you can re-download it from the website) and then just pick make from the list of packages.</description>
		<content:encoded><![CDATA[<span id="co_7704"><p>Oh, wait&#8230; Are you using Cygwin? I thought this was the Linux based thread. If you are using Cygwin then you have to use Setup.exe (the same one you used to install it initially &#8211; or you can re-download it from the website) and then just pick make from the list of packages.</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('7704','Luke Maciak'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('7704','Luke Maciak'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-7702</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Sun, 13 Jan 2008 19:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-7702</guid>
		<description>It meeds you need to install the &lt;kbd&gt;make&lt;/kbd&gt; package - you know, the one you use to build software from source. ;)

If you are on Ubuntu/Debian you can just try:

&lt;pre lang=&quot;bash&quot;&gt;aptitude install make&lt;/pre&gt; 

or

&lt;pre lang=&quot;bash&quot;&gt;apg-get install make&lt;/pre&gt;

On Fedora/Red Hat you can do:

&lt;pre lang=&quot;bash&quot;&gt;yum install make&lt;/pre&gt;

On Mandriva you can do:

&lt;pre lang=&quot;bash&quot;&gt;urpmi make&lt;/pre&gt;

I&#039;m pretty sure you are not on Gentoo because then you would have to have make installed by default for emerge to even work properly. :)

These commands will download and install the package and dependencies for you. There might be quite a few. In fact you will likely find more errors like this when running configure - it just means you need to track down the necessary packages and install them prior to compiling. :)</description>
		<content:encoded><![CDATA[<span id="co_7702"><p>It meeds you need to install the <kbd>make</kbd> package &#8211; you know, the one you use to build software from source. <img src='http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>If you are on Ubuntu/Debian you can just try:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">aptitude</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">make</span></pre></div></div>

<p>or</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">apg-get <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">make</span></pre></div></div>

<p>On Fedora/Red Hat you can do:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">make</span></pre></div></div>

<p>On Mandriva you can do:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">urpmi <span style="color: #c20cb9; font-weight: bold;">make</span></pre></div></div>

<p>I&#8217;m pretty sure you are not on Gentoo because then you would have to have make installed by default for emerge to even work properly. <img src='http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>These commands will download and install the package and dependencies for you. There might be quite a few. In fact you will likely find more errors like this when running configure &#8211; it just means you need to track down the necessary packages and install them prior to compiling. <img src='http://www.terminally-incoherent.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('7702','Luke Maciak'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('7702','Luke Maciak'); return false;">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>By: mks</title>
		<link>http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/comment-page-1/#comment-7696</link>
		<dc:creator>mks</dc:creator>
		<pubDate>Sun, 13 Jan 2008 15:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.terminally-incoherent.com/blog/2007/12/18/installing-auctex-with-emacsw32/#comment-7696</guid>
		<description>Hi.

When i try to run the ./configure.... appears this message:

&lt;pre lang=&quot;java&quot;&gt;checking for make... no
configure:error:make not found, aborting!&lt;/pre&gt;

i don&#039;t know what is the problem.

Thanks a lot.

PD: Sorry for my English.</description>
		<content:encoded><![CDATA[<span id="co_7696"><p>Hi.</p>
<p>When i try to run the ./configure&#8230;. appears this message:</p>

<div class="wp_syntax"><div class="code"><pre class="java" style="font-family:monospace;">checking <span style="color: #000000; font-weight: bold;">for</span> make... <span style="color: #006633;">no</span>
configure<span style="color: #339933;">:</span>error<span style="color: #339933;">:</span>make not found, aborting<span style="color: #339933;">!</span></pre></div></div>

<p>i don&#8217;t know what is the problem.</p>
<p>Thanks a lot.</p>
<p>PD: Sorry for my English.</p>
</span><div class="comment-toolbar" style="text-align: right"><a href="#comment" onclick="CF_Reply('7696','mks'); return false;">Reply</a>  |  <a href="#comment" onclick="CF_Quote('7696','mks'); return false;">Quote</a></div>]]></content:encoded>
	</item>
</channel>
</rss>
