0
votes
2answers
53 views

Making the PATH and other environment variables available in emacs

Working with emacs in OSX can some times be troubling. I interchange with using the Terminal.app application and the emace shell both of these use bash, and both seem to work, I do however have the ...
0
votes
1answer
56 views

How to define ESS key bindings correctly in Aquamacs?

I made a switch to Mac and had to ditch my favorite R Editor (Notepad++). Now I am trying to learn Emacs. The learning curve is steep, but this seems like the editor for R once I learn to use it. I am ...
-1
votes
0answers
30 views

How do I get a # symbol in Terminal on a Macbook [duplicate]

On my Macbook (OS X 10.6.8) I type the symbol # with alt + 3. Since I use Emacs a lot in Terminal, I have set the 'use option as meta key' within Terminal->Preferences->Keyboard for all the emacs M-x ...
1
vote
1answer
57 views

ns-toggle-fullscreen on a mac

How does the the ns-toggle fullscreen work on a mac keyboard ie what are the keys corresponding to each of ns, toggle and FS? I'm sorry that this might be very basic but every post on google that ...
0
votes
0answers
20 views
+50

Emacs SplitScreen and GnuScreen Causing Line Wrap Problems

I have gnuscreen on with multiple "tabs" open. Emacs is on tab 0. When I tab to a different screen and return to Emacs, the lines do not wrap properly anymore. They blend into each other. If I have a ...
0
votes
2answers
68 views

How do I delete this '# … #' Emacs File? [closed]

There is a file in my home directory that is called #snake#. I want to remove it but none of the regular remove commands will work. How can this "file" be removed without causing any damage, and what ...
0
votes
0answers
24 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): ...
1
vote
2answers
121 views

JDEE cannot find JDK's tools jar file on OS X

I am trying to configure JDEE for emacs 24 on OS X. When I create a .java file, the environment seems to be loaded automatically (please see picture), so it seems to be installed correctly. However, ...
0
votes
1answer
96 views

How to remap the Caps Lock key to Control in OS X 10.8? [duplicate]

I want to use Emacs and need remap the Caps key to Ctrl (switch them). How can I do it?
0
votes
1answer
167 views

How to config gnu emacs on Mac OS X

I use gnu emacs on Mac OS X, but I can't find the .emacs. And I create ~\.emacs, but it doesn't work. How can I config my emacs?
1
vote
0answers
90 views

How to recover a file from a crashed emacs session

I'm running haskell-mode in emacs on OSX in iTerm2. Every so often emacs will freeze and I'll have to shutdown iTerm2. Since I often have ghci running inside of emacs (inside of iTerm2) it will crash ...
0
votes
0answers
34 views

How to turn off column selection on Mac?

When using emacs on terminal.app, M-* never works for me. When I press option key(alt key), it turns into a little cross and you can only drag a rectangular area of text with it. I have no idea how ...
0
votes
0answers
103 views

Scroll wheel in Emacs in Mac Terminal [closed]

How would I get the scroll wheel on my mouse (or two-finger scrolling on my trackpad) to work in Emacs in the mac terminal? An older answer suggests SIMBL - http://stackoverflow.com/a/6451138/121646 ...
0
votes
1answer
57 views

Swapping Option and Command keys (emacs-style) in Eclipse

Choosing the emacs key bindings in Eclipse on OS X is nice, but the Option and Command keys need to be swapped to be convenient. This is a problem in emacs itself under OS X. The solution under emacs ...
0
votes
0answers
58 views

Key-combination on Emacs + nRepl + ClojureMode [duplicate]

I'm new to the Emacs + Lein + nRepl + ClojureMode combination and seem to be at a loss as to why I cannot run the C-c C-, key combination in a clojure program buffer. It simply does not take the C-,. ...
2
votes
0answers
209 views

Showing proper solarized colors in emacs + iterm2

I see the following instead of the solarized theme on Ethan's site: I tried many different ways (xterm-256colors, recompiling the different solarized themes), but none of them seem to show the ...
1
vote
2answers
127 views

aquamacs red cursor

The old, reliable (set-cursor-color "#aa88dd") in my .emacs file fails with Aquamacs, unless it is run after Aquamacs has launched. This type of failure is typical of Emacs doing something secretive ...
2
votes
2answers
216 views

How to set CMD key-binding in Emacs?

I'm using Emacs in Mac OS X terminal, installed with homebrew. My CTRL key is my C key, and the ALT key is Meta. How would I define key-bindings for CMD key combinations? For instance, I want to ...
0
votes
2answers
48 views

Why is 'edit' not finding emacs?

I'm trying to make the 'edit' command use emacs (homebrew-installed)in the OS X terminal. Whenever I try it, I get: > edit -bash: edit: command not found I've tried, in my .bashrc file export ...
1
vote
1answer
93 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
85 views

Installing Emacs in custom directory (on OS X)

Fed up with emacs22 that came with Xcode, I set out to upgrade to emacs24. I do not want to overwrite the system defaults, and do not want to mess up with it either, so I tried to install emacs in a ...
0
votes
2answers
58 views

how can I bind an OSX key binding locally in org-mode?

How can I bind an OSX key binding locally in org-mode (but not globally in Emacs)? I added this to my .emacs but it didn't work: (add-hook 'org-mode-hook (lambda () ...
0
votes
0answers
58 views

Emacs in Gentoo Prefix not receiving input

I have Emacs installed in a Gentoo Prefix installation on OS-X (10.8.2). Emacs works when started in a terminal (-nw). However, when started without options, although it creates a window, it does ...
4
votes
1answer
267 views

Change Meta to option key when using XQuartz on mac to open emacs installed on remote sever

My problem is like this: Firstly, I login into a remote server through ssh -Y using the Terminal.app on Mac. Then open the emacs installed on that remote server by typing emacs Because of I add ...
0
votes
1answer
91 views

emacs24 on mac cursor movement is quite slow

Recently I began to use Emacs on Mac OS instead of Ubuntu, but one thing annoys me so much is that cursor movement is much slower than that in Ubuntu. Specifically, when I use c-n, c-b, c-f, c-p, the ...
0
votes
0answers
172 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 ...
0
votes
0answers
64 views

Make emacs scroll line by line when using mouse/disable smooth scroll?

I'm using emacs for mac and have found that when I use the mouse wheel to scroll the scroll often stops half-way through a line. When this happens and then use the cursor there's a little jump while ...
2
votes
1answer
133 views

Emacs startup warning

I am using Emacs for Mac OS X 24.2. Once the emacs was stuck and then I kill the process, but when I reopened it, some warnings were showed below: warning: desktop file appears to be in use by PID ...
2
votes
0answers
90 views

(blink-cursor-mode 0) in Eclipse on OSX

As someone who has been editting on emacs using finger reflexes rather than by conscious intent, I was pleasantly surprised by what can be done with Eclipse but not emacs. Using C-m to switch to full ...
1
vote
2answers
1k views

How to use a symbolic link to use emacs in Mac OS

I want to create a command line executable which will spawn an emacs window/application. I searched on the internet and found that the emacs shipped with Mac is not supported in X11 window So, I ...
3
votes
2answers
189 views

Setting up SLIME on MacOSX

I've been dancing around LISP for decades, but now have decided to get serious. I'm going through the online version of Practical Common LISP. This is my setup: MacOSX 10.7.8 Xcode 4.5.2 SBCL ...
0
votes
5answers
85 views

Undo external paste when using Terminal.app

I'm pasting a multiline text into Emacs and it gets inserted atomically. However, to undo it, you have to press C-/ (or M-x undo⏎) repeatedly, undoing one line at a time. Is it normal? How to undo a ...
4
votes
2answers
99 views

.emacs code to identify OS?

I'm using emacs on both Mac OS X and Ubuntu. My .emacs is mostly the same for both platforms, with a couple of lines concerning local fonts and other OS-related stuff. As I usually do additions to my ...
2
votes
2answers
470 views

conf emacs mac mountain lion

I'm struggling to adapt my emacs conf file for my mac... What I'm trying to do is being able to scroll up/down by block by using ctrl + arrows. The problem is that when I try to do it, mac intercepts ...
0
votes
1answer
158 views

AUCTeX Info Files in OS X

I have Emacs installed from http://emacsformacosx.com/ and AUCTeX installed from homebrew. I used the option --with-emacs=/Applications/Emacs.app/Contents/MacOS/Emacs while installing AUCTeX. I am ...
0
votes
1answer
60 views

get emacs 23 buffer-list behavior in emacs 24.2

I just upgraded emacs from 23.4 to 24.2 (on OS X). I use emacs-starter-kit, but it doesn't appear to affect this behavior in 24.2 (I have it disabled at the moment), and I'm pretty sure I got my ...
0
votes
1answer
170 views

Emacs on Mac - how to enter brackets, pipes, @, etc?

I'm quite new to Emacs on my Mac and I have trouble entering signs like: []|{}@ etc. Instead the minibuffer shows M-5, M-6 or jumps a word forward (M-l). I think I got my Emacs here: ...
0
votes
0answers
121 views

Why does Mac OS X crash when I quit Emacs 24? [closed]

My current emacs version is GNU Emacs 24.2.2 (x86_64-apple-darwin12.2.0). I have tried too install version 24: From macport From source code The result is same, and OS X crashes. The strange this ...
0
votes
2answers
650 views

Fullscreen mode in emacs24

I've recently updated my emacs from version 22 to 24. Lots of things changed, but the most annoying is that fullscreen support disapeared. I used to use this function: (defun toggle-fullscreen ...
0
votes
1answer
94 views

updating emacs on OSX [closed]

I tried updating my emacs (22.1) to a newer version with this command: $ sudo port -u upgrade emacs Warning: port definitions are more than two weeks old, consider using selfupdate ---> Scanning ...
0
votes
0answers
285 views

cut, copy, and paste in xquartz under mountain lion [closed]

I have just installed xquartz and macports emacs +gtk on mountain lion and want to use cut/copy and paste in both (xterm and, in particular, emacs), but cannot find a way to do that. Any help ...
2
votes
0answers
65 views

In IntelliJ 11.1 on os x using emacs mode M-B inputs unicode integral

Using the default emacs keybinding for IntelliJ 11.1 on os x I attempt go back a word using M-B (or literally option-B) instead of moving back a word the unicode integral symbol is entered. M-B ...
1
vote
2answers
174 views

magit : cant find git

Im using emacs 24 on OS X 10.6.8. Doing 'magit-status' says "searching for program: no such file or directory, git" However, the emacs shell is able to find git, so this does not seem to be a $PATH ...
0
votes
1answer
157 views

Slime-repl isn't here

I have installed Emacs + SBCL + slime but I have a problem with slime. I'm on a Mac OS X 10.7.4 When I do M-x slime I have two screen scratch on the top and inferior-lisp on the bottom. But I don't ...
2
votes
1answer
1k views

using x11 emacs in mountain lion

I have been trying to use macport's installation by using sudo port install emacs +x11 on my laptop with mountain lion, but every time I open emacs in terminal, it opens in the terminal without any ...
1
vote
3answers
1k views

How to open a window from mac terminal

this is the first time I ask on stackoverflow because I can't find the answer anywhere. I use emacs to write all my code and I just switched from ubuntu to mac os. One problem has been bothering me: ...
4
votes
4answers
698 views

How can I debug emacs' slow startup time?

I recently got a new Retina MacBook Pro, with Mountain Lion. Unfortunately, emacs is taking forever to startup (around 5s) on my new computer. I tried installing the latest homebrew version of emacs, ...
-1
votes
1answer
85 views

C-x k does not kill a buffer in mac emacs [closed]

I have been using emacs in mac from this repo https://github.com/technomancy/emacs-starter-kit it helped me get started easily. But the problem, is whenever i try to kill a buffer using C-x k it ...
1
vote
1answer
181 views

Making Command-key the Emacs Meta-key under VMware/Windows

I can configure emacs under OS X so that the key nearest the space bar (the key labeled Command ⌘) is my Meta key by running (setq mac-command-key-is-meta t) How can I configure the same key to be ...
0
votes
1answer
152 views

Cocoa Emacs: Glitch in vertical border using linum mode

Using Cocoa Emacs on OS X 10.7, I get an irritating graphical glitch in the vertical border with linum mode enabled. With a vertically-split frame, enable linum mode and try scrolling up and down in ...

1 2 3 4 5