Questions tagged [zsh]
The zsh tag has no summary.
22 questions
2 votes
1 answer
80 views
Zsh running in Emacs shell hides partial lines (those lacking trailing newlines)
When running zsh under Emacs shell (M-x shell) with the stock zsh config (zsh -f), partial lines are hidden from the output. Example: Start emacs without config file: $ emacs -q Set (setq explicit-...
0 votes
1 answer
42 views
sh-zsh not catching any errors
emacs 29.1 flycheck 32 test.sh #!/usr/bin/zsh echo "test" ech boo C-c ! v gives Syntax checkers for buffer test.sh in sh-mode: First checker to run: sh-zsh - may enable: yes -...
1 vote
1 answer
226 views
Run latexmk inside z shell instead of shell
Problem I am using latexkm to compile .tex documents, and recently I got this error while compiling: Running `latexmk' on `AF2021_serie5' with ``latexmk -bibtex-cond -pdf -synctex=1 AF2021_serie5'' Rc ...
0 votes
1 answer
115 views
Indentation of one-line zsh for loops
My EMACS (26.3) thinks the line after for i (`seq 1 10`) echo $i should be indented. Is this a bug?
3 votes
2 answers
226 views
Displaying a second buffer with a shell?
I would like to have a text buffer for writing to a file on the left side and a shell (zsh) on the right side for interacting with a REPL. Is that possible? At the moment I realize that with tmux ...
0 votes
1 answer
1k views
Open file in existing GUI Emacs from shell
I would like to set the shell EDITOR to use the existing running instance of GUI Emacs. On macOS I can type open -a Emacs file to edit file that way. But how would EDITOR look to work that way? What ...
1 vote
1 answer
3k views
Emacs incompatible with oh-my-zsh?
I'm noticing something really odd in my ansi-term windows on my new Mac, see below: I am using: GNU Emacs 27.0.50 (build 1, x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G1036)...
6 votes
1 answer
4k views
Package `exec-path-from-shell` isn't setting PATH variables from `.zshenv` on MacOS
I'm running a GUI Emacs compiled from the master git branch on MacOS El Capitan. I'm using the package exec-path-from-shell to set several environment variables I have configured in my ~/.zshenv file. ...