Questions tagged [aquamacs]

Aquamacs is an Aqua-native build of the powerful Emacs text editor

Aquamacs is an Aqua-native build of the powerful Emacs text editor. By "Aqua-native," we mean more than just the fact that this version of Emacs runs as a standard OS X application. Aquamacs features extensive customization: it will feel and behave mostly like an Aqua program - while still being a real GNU Emacs with all the ergonomy and extensibility you've come to expect from this world-class editor. http://aquamacs.org/about.shtml

162 questions
3
votes
2 answers

how to save frame position in Emacs?

When I'm using Emacs, I sometimes connect my MacBook to an external monitor. I then create a new, second frame, which I drag to the external monitor and then maximize. The result is that within Emacs, I have two maximized frames, one on my laptop…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
3
votes
1 answer

How do I open a file for edit as root with Aquamacs?

I'm using Aquamacs to do most of my text editing, and would like to, selectively, open some files as root when editing them. Is there a way for me to open some files as root with Aquamacs (and not the rest)? I know that I can just start Aquamacs…
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
2
votes
3 answers

How can I set the default font size in aquamacs emacs?

I am having difficulty setting the default size in aquamacs emacs, under Lion. If I add something like (set-face-attribute 'default nil :height 180) To my .emacs file, the default size of the minibuffer will be 18pt, but the other buffers will…
David Zureick-Brown
  • 695
  • 1
  • 7
  • 13
2
votes
1 answer

Configuring Gmail in gnus in Aquamacs

I'm a new emacs user, and I'm trying to get gnus working with mi gmail account with Aquamacs. So far, I've been able to set it up to receive my mail. The problem is when I try to send an e-mail. I get this error: No Gnus is good news No more unread…
Fackelmann
  • 43
  • 6
2
votes
1 answer

Emacs: python-shell doesn't respond to RET

When I start python-shell (or even just start python from M-x shell), Emacs gives the expected prompt: bash-3.2$ python Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05) [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on…
ine
  • 14,014
  • 8
  • 55
  • 80
2
votes
2 answers

Aquamacs/emacs: focus-follows-mouse not working as expected

I'm working with Aquamacs 2.3a [latest version] on Mac OS X 10.6.8. I would like to switch between frames/buffers by just moving the mouse. As far as I found out by searching for this problem, you can put the following code in Preferences.el to make…
Marius Hofert
  • 6,546
  • 10
  • 48
  • 102
2
votes
3 answers

aquamacs: windows swapping on C-c C-c (python mode)

I apologize if I use the incorrect terminology here, I've only been using emacs for a few months. I just reinstalled Aquamacs on a macbook that I reformatted and am having the oddest problem. I open a .py file, and use C-c ! to open a python shell.…
Josh
  • 23
  • 2
2
votes
1 answer

How to modify aquamacs keyboard shortcuts

I'd like to redefine some of the default aquamacs shortcuts. I've tried putting this in my preferences.el file: (global-unset-key (kbd "A-l")) (global-set-key (kbd "A-l") 'forward char) but it doesn't change the behavior of CMD-l
mksuth
  • 1,999
  • 4
  • 17
  • 24
2
votes
3 answers

Emacs server file path

I'm using Aquamacs and started the emacs server with M-x server-start. My emacsclient connects just fine. However, when I start another ssh session (on the same pc) it cannot locate my socket-name / server file. It's not in ~/.emacs.d/server/server…
Ward Bekker
  • 6,316
  • 9
  • 38
  • 61
2
votes
2 answers

Some tweaks to enable Clojure development on Aquamacs

I'm trying to enable Clojure development on Aquamacs. I followed this article: http://mischneider.net/?p=171 When I tried to run (alt+x) slime, Aquamacs asked me if I want to download Clojure and then it tried to download Clojure 1.1.0 , but it…
Chiron
  • 20,081
  • 17
  • 81
  • 133
2
votes
2 answers

Aquamacs failed to download melpa archive

I am using Aquamacs 3.3 based on Emacs GNU Emacs 25.1.1 My ~/Library/../Preferences.el file includes the instructions for melpa. (require 'package) ;; Marmalade ;;(add-to-list 'package-archives '("melpa-stable" .…
2
votes
1 answer

Why does my *scratch* buffer save data in aquamacs emacs?

In regular emacs my understanding was that if you killed the scratch buffer, when you switched back to it it would be empty, or when you closed and restarted emacs, it would be empty. With Aquamacs, it seems to preserve the buffer contents. Why…
Jonathan Adelson
  • 3,275
  • 5
  • 29
  • 39
2
votes
2 answers

Type Error when compiling SBCL defun in Aquamacs with SLIME

This is the function I'm trying to compile. It's the only thing in the lisp file as well. (defun hello-world () (format t "hello world.")) I'm trying to compile function with "^C ^C". Here is the stack trace. The value NIL is not of type…
Colin McDonnell
  • 897
  • 1
  • 11
  • 17
2
votes
1 answer

Combining the kill-ring and clipboard in Aquamacs on OSX

@lawlist asked for more details so I am re-writing the question: My goal is to treat ^X and ^K as two different ways to cut text into a SINGLE logical clipboard that can be pasted using ^V in emacs or in any other app. Suppose there are two lines in…
Dan Oblinger
  • 489
  • 3
  • 15
2
votes
1 answer

how to get GNU Emacs spellcheck to find user's personal dictionary on OSX?

I switched from Aquamacs to GNU Emacs. Before, when Aquamacs thought a word was misspelled, I could right-click to "Learn Spelling." (I also had an option to Ignore Spelling to get it to unflag the word for that buffer only.) In GNU Emacs, I'm…
incandescentman
  • 6,168
  • 3
  • 46
  • 86