Re: query about tex mode functions
"Stephen J. Turnbull" <[email protected]>
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Organization | The XEmacs Project |
| Message-ID | <[email protected]> |
>>>>> "Michael" == Michael Frishkopf <[email protected]> writes: Michael> A naive query about tex mode from a new user of xemacs Michael> (on Windows XP): This is not AUCTeX, but the old tex-mode, right? Michael> When I run the command tex-buffer I get an error: Michael> "searching for program: no such file or directory, /bin/sh". `tex-buffer' expects to find information about the shell to use in `tex-shell-file-name', the environment variables "ESHELL" or "SHELL", or the hard-coded value "/bin/sh", in that order of precedence. I don't know about Windows, but you may need to put the full path to the executable in. You may need to have a POSIX shell, but possibly CMD.EXE will do. If that fails, try installing Cygwin and use bash or maybe zsh (Cygwin's ash was deficient last I checked). -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Ask not how you can "do" free software business; ask what your business can "do for" free software.