Skip to main content

Questions tagged [shell-mode]

is for the major mode for shell buffers. Use `C-c` prefix for accessing `M-x commands`.

1 vote
1 answer
29 views

I'm running cygwin bash in shell mode in emacs, but I don't get any completions, is there a way to set it up?
Sergey Kitov's user avatar
2 votes
1 answer
80 views

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-...
arvidj's user avatar
  • 87
1 vote
1 answer
301 views

Startup a fresh GTK emacs with no config with emacs -Q. Then run M-x shell. Then at the prompt: $ ps -ef Long commands will be truncated to the frame width, like this: root 526315 2 0 15:...
Joseph Garvin's user avatar
1 vote
1 answer
399 views

(xpost from Unix Stack Exchange) I'm using a local shell via an Emacs shell buffer. Seemingly at random, my shell will start echoing back every command I type before the rest of the output. h ~ $ pwd ...
Eric Auld's user avatar
  • 205
1 vote
1 answer
121 views

I have a python program that uses graphviz to generate an svg image that it prints out. When I run that in a shell buffer I see a textual representation of the svg image. I'd like to see instead the ...
Christopher Clark's user avatar
0 votes
1 answer
384 views

I use shells running under Emacs (via M-x shell) under a variety of settings1. In all these settings, I use the same .emacs file. Nevertheless I observe an inconsistency, as described below. In some ...
kjo's user avatar
  • 3,407
0 votes
0 answers
92 views

If typed in sh-mode the closing brace is not auto-indented: function() { } If typed in c-mode the closing brace is auto-indented when inserted: function() { } The exact keystrokes are: f u n c t ...
mcp's user avatar
  • 626
0 votes
0 answers
124 views

I'm getting unexpected completion suggestions in shell mode using company. For instance: I have no idea why it's suggesting random DLL filenames here. This is in Linux Emacs built from master of 2022-...
GaryO's user avatar
  • 516

15 30 50 per page
1
2 3 4 5 6