0
votes
1answer
26 views

Windows, Emacs, Git Bash, and shell-command

Windows 7. Emacs 24.3.1. Git 1.8.1.msysgit.1. I have the following in my equivalent .emacs file: (if (equal system-type 'windows-nt) (progn (setq explicit-shell-file-name ...
1
vote
2answers
46 views

dired-mode: M-! does not recognize aliases from .bashrc

I have an alias alias lpr2='lpr -o sides=one-sided -o number-up=2' defined in .bashrc for easy printing. I can use it in the (emacs) shell, but when I use M-! on a pdf file in dired-mode and type in ...
0
votes
0answers
33 views

How to make emacs recognize special system environment variables?

I am writing a simple executable that depends on libclang.so, but I hope it can be invoked inside Emacs. The problem is that Emacs always tells me that error while loading shared libraries: ...
1
vote
1answer
69 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
60 views

How do I make emacs aware of $PATH

I have a fancy $PATH, but can't make emacs read it, so when I call some script from elisp -- I had to give the full path to the script. Is there a way I can make emacs search the $PATH? Edit Found ...
1
vote
1answer
49 views

Changing the default Eshell Directory

Since I've started using git to manage my .emacs file, I've found it useful to keep everything in my ~/.emacs.d direcory. I would like to have eshell, therefore, read ~/.emacs/eshell.el on startup ...
1
vote
1answer
172 views

In Emacs nodejs mode get garbage prompt [duplicate]

I use nodejs-mode on Emacs 24, But when i type: M-x nodejs it prompt garbage prompts like [0J>, now even though i have added below (setq ansi-color-for-comint-mode t) in emacs file. It still ...
3
votes
2answers
87 views

Run emacs lisp command from inferior shell

How do I call an emacs lisp function programmatically from an inferior shell? For instance, I'm in a shell that uses some characters that emacs recognizes and attempts to autoexpand, so I want to ...
-1
votes
1answer
41 views

How to prevent emacs from hard-wrapping lines [closed]

I am working on emacs from UNIX shell, and emacs is always hard-wrapping lines instead of soft-wrapping. How can I change that behavior?
0
votes
0answers
170 views

Problems with pdflatex in emacs org-export-as-pdf

I have some problems with the emacs org-mode. When I use the command org-export-as-pdf in org-mode, I got an error below: /bin/bash: pdflatex: command not found [3 times] I am a Mac OS X(10.7) user ...
1
vote
1answer
64 views

calling shell from emacs

I have an executable file that can be used from the terminal command line. $ foo "bar" which returns a single line of text I would like to be able to call this function while editing files. I can ...
0
votes
0answers
57 views

Don't allow the Backspace key kill the prompt string in the cygwin shell [closed]

In the Windows + emacs + cygwin, start the 'shell'. The backspace key always kills the prompt string. The prompe string looks like this. [James@my-PC packages]$ How can I avoid this?
1
vote
2answers
152 views

Way of opening shell within vim like emacs?

I want to know always enjoy the ability to open a Bash instance within Emacs. Does vim have this functionality besides the ability to run commands with :!command?
2
votes
1answer
60 views

Why emacs comint mode doesn't process string as shell?

For example I have following command to run my project: java -cp "lib/*:src:resources" clojure.main -m etl-proxy.proxy.core So I try to create comint buffer with following command: (progn ...
3
votes
2answers
78 views

How to search backwards in emacs shell?

I love emacs shells, but there is a confusing thing for people used to use the gnome shell (like me). The backwards search does not work the same way. C-r searches in the buffer, not in the command ...
0
votes
1answer
97 views

How to open remote shell in Emacs

I was wondering if one can open shell of machines accessible by ssh. If I do M-x remote shell, I am taken to the shell on the current machine. In my case, I run emacs over windows XP and therefore it ...
2
votes
1answer
117 views

ANSI Coloring in Compilation Mode

Have anyone added support for ansi-color in compilation-mode Emacs? If so what property/attribute does the color-writing program have to check for in order to make sure its active terminal supports ...
0
votes
2answers
60 views

Character Classes for find command using emacs regex style

For example, I want to find a file ends with numbers+.bed, it works if used this: find . -regex ".*/[0-9]+\.bed" As I know, find uses emacs regex style by default, so I found this page: ...
1
vote
3answers
183 views

On W32 Emacs why does Ctrl-D in Cygwin or MinGW bash issues repeated EOFs?

I'm using W32 GNU Emacs 24.1.50.1 with Cygwin bash 3.2.51. I know that this combination is very troublesome (see EmacsWiki and Cygwin list). However the problem I want to solve now is not confined to ...
2
votes
2answers
302 views

Running python inside emacs on Windows

I've just installed Python 2.7 on windows along with ipython I'm used to running ipython form within emacs on Linux, e.g. M-x shell then type 'ipython' at the prompt. This works fine under linux ...
0
votes
1answer
61 views

Why isn't this specific monkey-patching override work in my Python shell (CJSH)

I have an experimental shell at http://JonathansCorner.com/cjsh, intended among other things to reduce time finding files buried in heirarchies, and to [imperfectly] allow limitless Python ...
6
votes
1answer
185 views

Resizing terminal in Emacs

Say I have an Emacs window (i.e. a subdivision of what Emacs calls a frame) running an M-x ansi-term buffer (e.g. running zsh) with that is ~500 pixels wide. I then run several shell commands and the ...
1
vote
2answers
235 views

Keyboard shortcuts in char run mode (ansi-term) in Emacs

I use WindMove in Emacs 24.1 to move around multiple windows using keyboard shortcuts: (global-set-key (kbd "M-J") 'windmove-left) ; move to window on the left (global-set-key (kbd "M-L") ...
1
vote
2answers
202 views

Emacs: some programs only work in ansi-term, some programs only work in shell

Relative Emacs newbie here, just trying to adapt my programming workflow to fit with emacs. So far I've discovered shell-pop and I'm quite enjoying on-demand terminals that pop up when needed for ...
3
votes
4answers
507 views

Emacs: Terminal vs shell?

I have been reading how to use a shell inside EMACS, along the way I found the concept of Terminal, which is an abstraction for the old physical devices which interacted with the shell. But, nowadays, ...
0
votes
3answers
233 views

Is there a way to get my emacs to recognize my bash aliases and custom functions when I run a shell command?

In my shell environment I have aliases and custom functions. When I am in an instance of emacs (I always use emacs -nw) and I execute a shell command (M-x !) I cannot use them. This makes sense since ...
13
votes
2answers
257 views

How do I speed up emacs output from an asynchronous shell-command?

I'm running the output of an application in an emacs buffer using shell-command. (shell-command "verbose-app &" "*verbose-app*") The problem is this command is extremely verbose. So much so, ...
1
vote
0answers
62 views

In emacs shell and eshell, \r erases the entire current line

In an emacs shell terminal window, running bash, an input of \r moves the insertion point to the start of the line, as expected, but it also erases all data which was on the line. This isn't what I ...
1
vote
3answers
207 views

Run multi-string bash script from Emacs

I want to run the following bash script, that is stored in an Elisp string, not in a .sh file, then store the shell output in a variable. #!/bin/bash IFS=: read -ra _dirs_in_path <<< "$PATH" ...
3
votes
2answers
184 views

Emacs equivalent to VIM's `%`?

In VIM, One can use % to indicate the current filename when invoking a shell command. Can Anyone point Me in the direction of documentation showing what the equivalent is in emacs?
0
votes
1answer
295 views

ipython under Emacs for WIndows hangs shell

Hi I recently downloaded ipython 0.12.1 – April 2012 and got it to work under Windows' terminal. i.e. I open a command prompt and type ipython and then the ipython prompt appears. All good and dandy ...
2
votes
1answer
71 views

Emacs silently appends -i to shell command

And it breaks the shell I'm trying to run because it doesn't know the -i option. I've searched all variables that start with shell- but none of them has value of -i Setting explicit-shell-file-name ...
1
vote
3answers
109 views

Emacs Key Binding Error

When I try to set the following binding: (global-set-key "\C-M-v" 'scroll-other-window-up) I get a "Key Sequence RET - v starts with a non-prefix key RET" What is that?
4
votes
1answer
141 views

Emacs shell: outlining input, output, error

I am searching for a way to distinguish visually in a shell/comint what the user typed, what was output and what was output by stderr. Is there a mode for this? (Just to be sure, I am not interested ...
0
votes
1answer
158 views

Shell in emacs displays names of variables by preceding them \200\230

When i run a compile instruction from the shell/eshell/term in emacs , the names of the variables appear weird in the shell . Here is a sample code (with some random error) and the output when I ...
4
votes
3answers
990 views

Use emacsclient -t when committing in Git

In my .bash_profile, I use this: export EDITOR=emacsclient alias e='emacsclient -t' When I commit changes with Git, it will open a new emacs window, but with emacs --daemon. How can I set my ...
1
vote
1answer
227 views

Why my emacs does not display shell's output?

I use emacs23.4 on window xp. So the shell-mode use windows cmd.exe. I encountered such a problem that If I use the commands which ask for user input(.e.g email, password), my emacs does not display ...
0
votes
1answer
82 views

Emacs doesn't output the results into the python shell

#!usr/bin/env python while True: s=raw_input('Enter something: ') if s=='quit': break This is my program, when I run it, emacs just puts the "Enter something"-dialog in a read-only ...
2
votes
1answer
76 views

Current folder on remote folder in Emacs shell is gibberish

When I connect to remote machine with Emacs (using tramp) and then open shell, Emacs opens the shell on the remote machine and I instead of pwd I get a bunch of numbers and strings. How can I fix ...
2
votes
1answer
279 views

What is difference between shell and eshell in emacs?

What is the difference between eshell (M-x eshell) and shell (M-x shell) in emacs. Both seems to work same but when i try to run su command or sudo command in eshell then it create a buffer named ...
2
votes
2answers
1k views

Emacs shell script mode hook

For some reason my shell script mode hooks do not get executed. Example in my .emacs: (add-hook 'shell-script-mode-hook '(lambda () (rainbow-delimiters-mode 1))) causes ...
3
votes
2answers
401 views

emacs --eval '(ediff “$1” “$2”)' how to put this line in to shell-script?

I want to put the following line: emacs --eval '(ediff "$1" "$2")' into a shell script, so I dont need to write this long and complicated line everytime. However, when I put it into my shell script ...
4
votes
4answers
878 views

Pipe emacs shell output to a new buffer

For example, I want to be able to type something like: $ git diff | tempbuffer and have the diff opened in a new, unsaved buffer.
10
votes
2answers
1k views

Command to clear shell while using emacs shell

Does there exists an inbuilt command to clear shell while using shell in emacs? please let me know. If not, does anyone has a elisp function to achieve the same, I am not good at elisp. Thanks.
-2
votes
3answers
191 views

emacs process in background without `&` [closed]

Hi I use emacs as my default editor. I would like emacs to run a process in the background from the shell without typing the& at the end How do I customize that? gaurish108 ~: emacs hello.cpp ...
5
votes
1answer
589 views

Emacs switching out of terminal

When running terminal mode in Emacs using M-x term using C-x C-o I cannot switch to another buffer to continue working on things. I know that this is possible with M-x shell but with this command ...
0
votes
1answer
176 views

Garbage characters in my Windows Emacs shell. . . not sure what's wrong

I'm running GNU Emacs (23.1.1) on Windows and when I run a cygwin shell inside emacs I get garbage like the following, after each command: ^[]0;/cygdrive/c/emacs-23.1/bin ^[[32user@HOST ...
0
votes
1answer
58 views

Emacs: shell commands on multiple files - how to refer to the actual file in the script?

Lets say I have a group of (text) files in Emacs, either by marking them in Dired or by making a fileset Then I want to call a shell script on all the files in the group. Easy enough. But in the ...
2
votes
3answers
536 views

Multiple asynchronous shell-commands in Emacs-Dired?

Emacs obviously can handle multiple asynchronous sub-processes, otherwise a multi-language programming environment like org-babel, to give an example, wouldn't be possible. However, when I'm in Dired ...
5
votes
3answers
231 views

How to get support for '✖' and the like in the Emacs shell buffer?

I'm running a process that, on failing error, outputs the character '✖'(as defined in Unicode). However, I don't see the error at all if running the process in an Emacs shell buffer (Aquamacs distro ...

1 2