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

Using two emacs (Cocoa emacs and Aquamacs) at the same time

I happen to have two emacs on my Mac because of clojure setup. The problem is that Cocoa emacs and Aquamacs uses the same ~/.emacs.d, but the ELPA of Cocoa emacs and that of Aquamacs are not compatible so that some files are overwritten and not…
prosseek
  • 182,215
  • 215
  • 566
  • 871
1
vote
0 answers

Python crashes when I try to run code in Aquamacs

I'm fairly new to Aquamacs, so I apologize if this is a dumb question, but I haven't found any posts relevant to my problem so far. I have a short python program that I want to run in Aquamacs. I opened the file in a new buffer and it recognized it…
FakeName
  • 11
  • 2
1
vote
0 answers

org-babel not concatenating strings before sending to code block variable.

I have just started using org-mode and org-babel as a lab notebook. I am trying to use a code block to fill in two columns of a table. The code block seems to work for the first column because those are the right numbers. However, when trying to…
Darwin
  • 519
  • 2
  • 11
1
vote
0 answers

How to make Aquamacs open target of alias

When opening a file with C-x C-f in Aquamacs, if I enter the pathname of an alias, the new buffer that appears is filled with gibberish (I guess this is the contents of the alias itself). What can I do to open the target of the alias instead? To put…
1
vote
2 answers

Aquamacs error code 127; LaTeX: problems after [0] pages error

I have a new macbook pro (OSX 10.10) and I installed Aquamacs 3.2 GNU Emacs 24.4.51.2 I have used aquamacs on an old machine for over a year with few problems. The installation seemed simple and straightforward, basically double click the dmg file…
1
vote
0 answers

Emacs/auctex not asking for prompting label anymore

I know that the default mode of Auctex is that prompting c-c c-e equation RET is supposed to ask me to prompt a label, unless I modify purposely the reftex-plug-into-AUCTeX value. I find myself in a situation where, after installing the last…
picop
  • 111
  • 2
1
vote
3 answers

a question on common lisp

I'm getting crazy with a small problem here, I keep getting an error and I cant seem to figure out why, the code is supposed to change the range of a list, so if we give it a list with values (1 2 3 4) and we want to change the range in 11 to…
rabidmachine9
  • 7,775
  • 11
  • 46
  • 59
1
vote
2 answers

how to define key bindings for both GNU Emacs and Aquamacs?

I use both GNU Emacs for OSX and Aquamacs. I like to define key bindings that utilize the Mac command key ⌘. Unfortunately, the syntax for specifying the ⌘ key is different for each. In Aquamacs, it looks like this: (define-key osx-key-mode-map…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
1
vote
1 answer

Aquamacs initialization for CIDER

I've tried putting the following in my Preferences.el file: (add-hook 'clojure-mode-hook 'paredit-mode) (add-hook 'cider-mode-hook 'cider-turn-on-eldoc-mode) (setq cider-prompt-save-file-on-load nil) Unfortunately, this has no effect. Is there…
pickwick
  • 3,134
  • 22
  • 30
1
vote
1 answer

Eval region ipython interpreter in aquamacs

I'm trying to make Aquamacs 3.0a GNU Emacs 24.3.50.2 work with iPython 1.2.0 as the interpreter. I was able to get iPython basically working using the instructions in python.el. In particular, I added the settings given in the top answer here to my…
Mike McCoy
  • 263
  • 1
  • 11
1
vote
1 answer

EIN on Aquamacs 3.0 not working

After starting my iPython Notebook server in Terminal, I try: M-x ein:notebooklist-open RET this gives following error: defvar: Symbol's value as variable is void: c-mode-syntax-table (source: ein documentation ) I'm at a loss how to debug/fix…
Paul
  • 3,920
  • 31
  • 29
1
vote
1 answer

aquamacs: opening files in a new tab instead of splitting the current tab

When I click a file in a directory buffer, I would like it to open in a new tab instead of splitting the current tab. Note that Options->Show Tabs is selected. Using version Aquamacs 3.0preview4 GNU Emacs 24.3.50.2 (x86_64-apple-darwin13.0.0, NS…
dima_b
  • 133
  • 5
1
vote
1 answer

How to disable tab bar in aquamacs

I've been trying for a bit to disable the tabbar mode in aquamacs: when I open a new file from one buffer, I'd like the file to open in the current buffer instead of opening the file in a new tab. I've tried turning tabbar-mode off in my init.el…
Behram Mistree
  • 4,088
  • 3
  • 19
  • 21
1
vote
1 answer

How can I set indent 2 in Aquamacs?

The default indentation is 4 for tabs. How can I set it to 2 in Aquamacs? I see a configuration file .emacs.d in my home directory, but it doesn't look like the right file: "…
Pippi
  • 2,451
  • 8
  • 39
  • 59
1
vote
1 answer

Aquamacs Highlighting when Selecting Text

I've sadly been struggling with this for a while, but whenever I select text with my mouse in Aquamacs, it automatically highlights the end of the region and will continue to highlight anything typed after it, until I select somewhere else. Kinda…
Roger Hampton
  • 71
  • 1
  • 5