[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: missing bash in /usr/bin seems to cause auctex to break on buffer in
From: |
Tassilo Horn |
Subject: |
Re: missing bash in /usr/bin seems to cause auctex to break on buffer initialization |
Date: |
Tue, 30 Jun 2020 21:28:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
jfbu <jfbu@free.fr> writes:
> Sorry for spurious inserts (no idea where they came from) in my
> previous message. I only wanted to say this:
>
> It does appear I am on a broken system where GNU Emacs 25.2
> Debian was compiled with SHELL being set to /usr/bin/bash
> but in the end I don't have a /usr/bin/bash but only
> /bin/bash
>
> I asked admin to possibly create /usr/bin/bash as a symlink
Either that, or just
(setq shell-file-name "/bin/bash")
in your ~/.emacs on that machine (at least for the time being).
Bye,
Tassilo