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
7
votes
1 answer

common lisp auto completion on aquamacs

When I start aquamacs with the autocompletion program installed, http://cx4a.org/software/auto-complete/, with a lisp file that has el as an extension (example.el) Then all lisp features are loaded into aquamacs including autocompletion. But when I…
7
votes
1 answer

How to debug Aquamacs

I'm trying to debug Aquamacs. With other emacsen, I've just done emacs --debug-init, but when I try it with aquamacs --debug-init, I get touch: illegal option -- - usage: touch [-A [-][[hh]mm]SS] [-acfhm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file…
beardc
  • 20,283
  • 17
  • 76
  • 94
7
votes
5 answers

How to write a tilde (~) character in Emacs on Mac OS X?

I'm used to write a ~ character by pressing Alt+N on Mac OS X. This does not work in Emacs. Alt+N key seems to be bind to the command history. So my question is how to write a ~ character in Emacs on Mac OS X? EDIT: I'm using Aquamacs.
Jan Deinhard
  • 19,645
  • 24
  • 81
  • 137
6
votes
3 answers

Setting relative Tex-Master file in Latex

I use Aquamacs and TeX Live 2009 to edit my LaTeX files. As my publications tend to get quite big, I want to structure the source folder containing all my LaTeX files. Like e.g. [bib] [images] [chapters] chapter1.tex chapter2.tex main.tex One…
Eric
  • 1,594
  • 1
  • 15
  • 29
6
votes
3 answers

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 of GNU Emacs). Using: GNU Emacs 23.3.1…
christopherbalz
  • 722
  • 1
  • 8
  • 22
6
votes
2 answers

"re-replace-region: Match data clobbered by buffer modification hooks"

After upgrading to Aquamacs Version 3.3 (emacs 25.1.1), I'm getting the error mentioned in the title when running re-replace-region (as defined below), trying to change a string of 9s in a region (e.g. "99" or "999") to 0s. I've never had this…
peak
  • 105,803
  • 17
  • 152
  • 177
6
votes
1 answer

How to get Aquamacs to run code in ipython

I am using Aquamacs on OS X lion and trying to use the latest python-mode.el to edit and run my python code. I can get the ipython shell to open by typing C-!, but if I run either C-c C-c or C-c | the python code runs in a new Python buffer without…
Craig
  • 901
  • 7
  • 18
6
votes
2 answers

Disable html-helper-mode by default in Aquamacs to edit HTML

Aquamacs has a default html-helper-modeto edit .html files that has weird behaviors. I would like to switch back to regular html-mode by default. I read that I needed to change the magic-mode-alist to do so. From what I understand from the…
Mad Echet
  • 3,723
  • 7
  • 28
  • 44
5
votes
2 answers

Emacs color theme that looks like Xcode dark

I really like the Xcode dusk color theme, and I was trying to get something similar for my Aquamacs/Emacs. I can't seem to find any out there. Appreciate any help!
KartMan
  • 369
  • 3
  • 19
5
votes
0 answers

Using Aquamacs as EDITOR (dont return untill the file is closed)

I want to use Aquamacs to edit git rebase -i or similar things. I install the command line tool and set EDITOR to aquamacs but the problem is that the command returns immediately and I don't get the chance to edit the git rebase message. Is there a…
Milan
  • 272
  • 2
  • 12
5
votes
0 answers

Alt/Option key after C-c in Aquamacs

I'm working with Aquamacs on a Macbook with a German keyboard. I've set the "Meta & German" option to make the alt/option key work as Alt when needed, but as Meta otherwise. So far so good. Now I want to invoke a function that is bound to C-c […
bozo
  • 59
  • 1
5
votes
3 answers

How do I connect a clojure source file to a running clojure repl on Emacs?

I'm currently in the process of adding functionality to an existing J2EE webapp, in a Tomcat container, and I'm writing my additions using Clojure. My setup is simple: I just add calls to static methods generated by clojure, and code all the hard…
Edgar Gonçalves
  • 378
  • 1
  • 10
5
votes
3 answers

Execute AquaMacs buffer that has "from __future__ import ..."

Running AquaEmacs, I want to execute a buffer (C-c C-c) in Python. The buffer starts with: from __future__ import print_function The execution in AquaEmacs starts with: import sys,imp if'test_one_liners' in sys.modules: …
Charles Merriam
  • 19,908
  • 6
  • 73
  • 83
5
votes
3 answers

How do I get aquamacs to show a solid and blinking cursor?

How do I get aquamacs to show a solid and blinking cursor? http://aquamacs.org/ With a lot of work we managed to get it to show a hollow and blinking box, instead of just a blinking vertical line, but that is often just too hard to see.
Daniel
  • 1,861
  • 1
  • 16
  • 24
4
votes
3 answers

default split window layout

I use aquamacs 90% of the time to edit R files with ESS (Emacs Speaks Statistics). In this mode, I find it indispensable to have a split window, C-x 3 C-x 2, such that I can view simultaneously the source code and the R buffer (terminal window).…
baptiste
  • 75,767
  • 19
  • 198
  • 294
1
2
3
10 11