From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tim McNamara Newsgroups: gmane.emacs.help Subject: Re: Enhanced Carbon TeX-run-LateX Date: Tue, 06 Jul 2004 21:31:15 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <10em9ug91qmmq15@corp.supernews.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089167596 3578 80.91.224.253 (7 Jul 2004 02:33:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jul 2004 02:33:16 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 07 04:33:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bi2FA-0001k7-00 for ; Wed, 07 Jul 2004 04:33:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bi2HD-0002Jo-Ag for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jul 2004 22:35:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news-out.visi.com!petbe.visi.com!news.octanews.net!gemini.bitstream.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:UGNlXIMIN9vMUpKs/prVaYx1Nn8= Original-Lines: 28 Original-NNTP-Posting-Host: d2429485.news.bitstream.net Original-X-Trace: 1089167476 gemini.bitstream.net 433 216.243.177.155 Original-X-Complaints-To: abuse@bitstream.net Original-Xref: shelby.stanford.edu gnu.emacs.help:124162 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19493 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19493 Tom Dye writes: > Aloha emacs masters, > > I'm setting up the Enhanced Carbon emacs on several new iMacs, > mostly to run LaTeX. When I run the TeX-run-Latex function, tcsh > claims it can't find latex. I use the bash shell for all the user > accounts, and a "which latex" command finds the latex binary just > fine. From the bash prompt I launched tcsh, and a "which latex" > there found the latex binary, too, which leads me to believe that > tcsh can see the latex binary (unless it was retrieving this info > through bash?) > > How can I solve this problem? Do I have to install a .cshrc file to > direct tcsh to the latex binary? Or, is there an easy way to have > emacs send the latex command to the bash shell instead? Can you modify the command that is sent to be the full/path/to/LaTeX? That ought to solve the problem, I'd think. ISTR reading that the Enhanced Carbon Emacs expects absolute pathnames, and your install of LaTeX may not be where it is expected. You ought to be able to modify the e-LISP function TeX-run-LaTeX, I'd think. I use Emacs on my aged iMac Rev B, but under X11 rather than using one of the Carbon based builds due to disk space problems (a 4 GB hard drive...). Some of the Carbon builds are pretty slick and do a good job of appearing OS X-native while retaining normal Emac functionality and keybindings. Thanks to Mr. Choi!