Tagged Questions
0
votes
1answer
16 views
How can I change icicle-search-context-regexp variable in Emacs3 icicles
I'd like to use icicle-comint-search in shell-mode, but it used to be failed with error message like this
byte-code: No search contexts for `\^\[\^#\$%>
]\*\[#\$%>] \*\\S-\.\*'
Of course my ...
0
votes
0answers
18 views
Emacs, Zsh and Ansi-Term — weird chars [migrated]
My issue is illustrated in the follow images:
This is the visual representation I get in my iTerm of my Zsh shell, with the same font as used in Emacs:
This my my Emacs output using ansi-term:
...
1
vote
1answer
86 views
How to make Emacs 's shell mode source my profile file?
I have defined some aliases and function snippets int some of my profile files, say, ~/.zprofile. But Emacs never reads them. There is already a topic about it. However, it's not enough:
It cannot ...
0
votes
0answers
32 views
How can I use the correct rbenv Ruby version with Emacs' shell-command?
Here is my current setup:
MacBook with Mountain Lion
Emacs is http://emacsformacosx.com/
rbenv with global 1.9.3-p374
Login shell is zsh
My ~/.zprofile (I am certain that the file gets executed):
...
2
votes
0answers
145 views
Emacs multi-term not displaying special characters correctly
This is odd. I have defined the following prompt in zsh:
local user_host='%{$terminfo[bold]$fg[green]%}%n @ %m%{$reset_color%}'
local current_dir='%{$terminfo[bold]$fg[blue]%} %~%{$reset_color%}'
...
1
vote
1answer
96 views
Why can't emacs on OSX in iTerm2 not see C-S-<up>?
I have the following keyboard shortcut in my init.el
(global-set-key (kbd "C-S-<up>") 'move-line-up)
This works great in Cocoa Emacs.app, but when running emacs in console mode in iTerm2 it ...
0
votes
0answers
251 views
Any tips on switching from bash to zsh if often using shell inside of emacs? [closed]
Related to this question: Advantages and disadvantages between zsh and emacs' (e)shell, I've read some great things about zsh, when using M-x shell, my familiar emacs shell seemed like it would ...
0
votes
1answer
83 views
start C-x e editor in sh-mode
emacs: 23.3.1, zsh: 4.3.17, gnome-terminal: 3.4.1.1
My default major mode is text-mode.
When invoking C-x e in gnome-terminal I would like to set emacs to use sh-mode because it's very likely the ...
3
votes
2answers
147 views
Emacs: Default binary to run with M-x ansi-term
Is there a way to have Emacs to prompt by default for a binary of my choice when running M-x ansi-term. It always asks me for /bin/zsh but I have a new installation of zsh in a different path.
...
1
vote
1answer
125 views
Fabric local zsh alias
To commit all tracked changes, in my fabfile I have:
local("git commit -a")
and in my .zshenv I have:
alias emacs="emacs -nw"
export EDITOR=emacs
However, when I call the fabfile function, it ...
3
votes
5answers
672 views
How do I source my .zshrc within emacs?
When I launch the emacs GUI, PATH is not set depending on my .zshrc. How do I source my .zshrc to set it correctly?
Edit: I'm trying to use swank-clojure but it can't find lein since it's not on the ...
10
votes
1answer
850 views
Weird character zsh in emacs terminal
When using the terminal in emacs (M-x term) under MacOS for some reason it always posts the characters 4m before every line in zsh and always prints 2 lines containing the user info such as
...
3
votes
2answers
773 views
zsh in Emacs output junk characters
No matter I use term or ansi-term to start zsh in Emacs, I encounter this problem, whenever I input commands, the output will have some junk characters like:
[ruby-1.9.2] ~ pwd
...
3
votes
1answer
235 views
launching emacs-gdb from the command line part 2
I want to launch emacs with gdb running. I'd like to have all of the command line arguments fed in at the same time. This post:
Start emacs-gdb from command line?, already solves 95% of the problem, ...
14
votes
2answers
2k views
Advantages and disadvantages between zsh and emacs' (e)shell
i have currently switched over to emacs (aquamacs) and am in the process of migrating my entire workflow into it one step at a time (org-mode, dired, etc., from pathfinder, notational velocity, etc.).
...
1
vote
2answers
292 views
How can I have term.el (ansi-term) track directories if using anyhting other than bash
When using eshell or ansi-term and bash emacs changes the default-directory variable depending on what directory you are in.
So if I move to /home/user/code/project and then use ido-find-file to open ...
5
votes
1answer
901 views
Kill/Yank (cut/paste) in ZSH
I use zsh and have the Emacs keybindings set up for it. I'd love to have it replicate all my regular Emacs text manipulation commands. One which I miss is the Kill/Yank keys. It would be nice if I ...
8
votes
6answers
4k views
Getting Emacs ansi-term and Zsh to play nicely
I've been trying to use Zsh within my emacs session, without emacs remapping all the Zsh keys. I found ansi-term works pretty well for this but, I'm still having some problems. I was getting lots of ...

