swarm-support
[Top][All Lists]
Advanced

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

Re: Not exactly swarm support. More like windows bash/emacs from swarm


From: Paul Johnson
Subject: Re: Not exactly swarm support. More like windows bash/emacs from swarm question
Date: Fri, 13 Oct 2000 09:28:05 -0500

> PJ> Can I have instruction how to add c:\texmf\miktex\bin and
> PJ> c:\usr\local\bin to my path so the Emacs package auctex will work?
> 
> Put:
> 
> #!/bin/sh
> PATH=/usr/local/bin:$PATH
> 
> in ~/.bash_custom.
> 
I'd tried that already, and while it does get BASH's path to do what I
need, Emacs does not find the tex programs.  I've traced the problem
back to these lines from .emacs:

(let ((path (concat *swarmdir* "\\bin")))
  (setq exec-path (list path))
  (setenv "PATH" path)
  (setenv "KAFFELIBRARYPATH"
          (concat path ";" *swarmdir* "\\lib\\kaffe")))

If I comment those out, then Emacs finds the programs in the path.

Should I tailor the above piece?
 
-- 
Paul E. Johnson                       email: address@hidden
Dept. of Political Science            http://lark.cc.ukans.edu/~pauljohn
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66045                FAX: (785) 864-5700

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

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