Questions tagged [path]
The path tag has no summary.
61 questions
0 votes
0 answers
122 views
Why doesn't Emacs read my .profile?
I was having trouble launching cargo with M-x compile, and IIUC this meant the compile didn't had cargo in its path. This meant process-environment didn't contain cargo, and this in turn meant it didn'...
0 votes
0 answers
586 views
Set path to gcc for native compilation
Is there a way to tell emacs to use a specific path to GCC for native compilation, overriding any GCC found by searching the PATH environment variable? I've been trying to set up Emacs 29.1 on Windows ...
0 votes
0 answers
82 views
Export to Latex error
I’m working on a new computer (MacBook Pro) and I copied my old .emacs file to the new computer. It all looked fine, but export to Latex C-c C-e lo gives the error below: (it works fine on the old ...
0 votes
1 answer
653 views
How to add miktex pdflatex to PATH
On my windows company machine I would like to setup LaTeX with Emacs. When I try to compile a .tex file I get the following error: Running `LaTeX' on `report' with ``pdflatex -file-line-error -...
0 votes
1 answer
308 views
How to disable LSP-bridge's path-completion on certain directories?
Goal: Disable LSP-Bridge's path-completion on /bin/ directory. But let it be work on other directories. (I really like it) Why: When I edit some small shell scripts, path-completion feature hangs ...
1 vote
2 answers
794 views
cannot find binary even though it's in my exec-path
when I do C-h v and look up exec-path, I get the following: ("/usr/local/bin" "/usr/bin" "/bin" "/usr/local/games" "/usr/games" "/usr/lib/...
0 votes
1 answer
282 views
How to tell emacs how to find TeX compiler?
I am trying to compile a .tex file using AUCTeX on Emacs 27.2. When I run the LaTeX command (via the menu bar) I get the following message: TeX-command: ERROR: AUCTeX cannot find a working TeX ...
1 vote
2 answers
244 views
updated exec-path and path, binaries still not executable
I have several binaries I would like to call from eshell; I'm running into not-found-in-path errors. They are callable from a normal shell. Following the advice from the emacs wiki: ~/.emacs.d/config $...