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
4
votes
2 answers

How can you have a Vim-like-Taglist in Emacs?

I use AquaEmacs. I would like to have Emacs which has a vertical hierarchy (at the left-hand-side) about items in the document, similar to Vim's plugin Taglist.
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
4
votes
1 answer

What causes `M-S-t` (meta + shift + t) key binding not to take?

By default, C-S-t and M-S-t are both unbound in my Emacs. Hence, when I press them, they are translated into C-t and M-t. Fine, but I want to use them for a tweak on the original function, and therefore put these lines in my .emacs: (global-set-key…
njlarsson
  • 2,128
  • 1
  • 18
  • 27
4
votes
1 answer

How to define shortcuts using the mac 'command' key in aquamacs (or emacs)

How can I define an aquamacs keyboard shortcut using the mac command key. I'd like 'command'-k to act like ctrl-k (kill line). Thanks in advance!
mksuth
  • 1,999
  • 4
  • 17
  • 24
4
votes
2 answers

Emacs: After Aquamacs update, Auto-Fill-Mode's Alt-q breaks lines at maths delimiter in LaTeX

After I updated Aquamacs, using Alt-q (in the Auto-Fill minor mode) to fill paragraphs when editing a LaTeX document results in each line being broken at the first occurrence of the LaTeX maths closing delimiter, \). (Well, almost! See the example…
G Philip
  • 565
  • 4
  • 9
4
votes
1 answer

emacs/aquamacs - send current line or selection to active terminal

I've been struggling to make a simple task working on my aquamacs. I have an R session running on a remote server via ssh. my Aquamacs is running locally on my machine. What I want is to be able to send the current line or current selection to the…
klebsiella
  • 53
  • 2
4
votes
2 answers

Emacs: Symbol's value as variable is void: custom-theme-load-path

I'm trying to configure Aquamacs to use the solarized theme. I've already configured aquamacs to use erlang and that works fine. After trying to add the custom theme to the load path however, I get the following error when launching…
span
  • 5,405
  • 9
  • 57
  • 115
4
votes
3 answers

OSX Option/Alt as Meta: Is there a way to port or use emulate-mac-keyboard-mode in standard Emacs 24?

Emacs 24.1 was just released, and I once again feel inclined to use the "real" Emacs (Cocoa GUI version, from http://emacsformacosx.com) instead of Aquamacs. The only thing keeping me in Aquamacs is this: In AquamacsEmacs, Option (Alt) is mapped to…
auramo
  • 13,167
  • 13
  • 66
  • 88
3
votes
3 answers

How to setup cscope with aquamacs on MacOS?

Can you please tell me how can I setup cscope with aquamacs on MacOS? I have followed a link from Google saying how to build a cscope database for my source code. But how can I invoke cscope with aquamacs? Thank you.
yinglcs
  • 2,891
  • 6
  • 26
  • 20
3
votes
2 answers

Making Aquamacs scrolling more like Emacs

When I used emacs, I used to be able to set the mark and highlight full pages for yanking using C-v, or scroll-up. However, in Aquamacs if I set the mark then hit C-v it loses the mark and stops highlighting. I noticed that in Aquamacs C-v is…
giogadi
  • 951
  • 1
  • 7
  • 20
3
votes
2 answers

How do I find/set the scratch buffer location?

In my Aquamacs the scratch buffer has a file location where I can save random notes, and it's located in USERNAME/Library/Application Support/Aquamacs Emacs/scratch buffer I'd like to sync this with my other emacsen, but I can't find where (or if)…
beardc
  • 20,283
  • 17
  • 76
  • 94
3
votes
3 answers

Running Clojure with 'lein swank' on Aquamacs problem

I installed leiningen and ran lein swank, sudo lein deps lein swank Aquamacs has everything about SLIME, so it's OK. Solution to this problem David helped me to be out of trouble. As Aquamacs has built-in SLIME, I didn't need anything complex…
prosseek
  • 182,215
  • 215
  • 566
  • 871
3
votes
1 answer

Aquamacs and IDLWAVE

I've just installed the new Aquamacs 2.0 in my Mac Os X 10.6.3 and I'm an happy user of IDLWAVE on Aquamacs for programming in IDL. Unfortunately I run into a problem which I can't understand. I used in my configuration file to put the following…
Nicola Vianello
  • 1,916
  • 6
  • 21
  • 26
3
votes
1 answer

Aquamacs error code 139

I'm getting a "Process Oz Emulator exited abnormally with code 139" whilst trying to test a program using Mozart/Aquamacs. From looking at some of the other posts it looks as though the "139" error is a general error code. Code someone point me in…
joesh
  • 171
  • 3
  • 9
3
votes
1 answer

'Failed to download `marmalade' archive', but I see the list in Wireshark

I've got 129 packets from marmalade-repo.org , many of which list Marmalade package entries, in my Wireshark log. I'm not behind a proxy and HTTP_PROXY is unset. And ELPA (at 'http://tromey.com/elpa/') works fine. But I get: Failed to download…
christopherbalz
  • 722
  • 1
  • 8
  • 22
3
votes
1 answer

in org-mode, how to protect stars from deletion?

I use org-mode in org-indent-mode, meaning all the stars but one are hidden, but the levels retain their indentation, creating an outline-type effect. When I'm editing, I always seem to accidentally delete the space between the star and the text.…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
1 2
3
10 11