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

point moves when switching buffers in emacs (Aquamacs)

Like every emacs user I am constantly switching between buffers, and it's pretty important that the point (cursor) stays where I last edited the file. However, every now and then emacs enters a state where switching between buffers jumps the point…
fairidox
  • 3,358
  • 2
  • 28
  • 29
1
vote
1 answer

rebind org-mode movements to hyper/function key?

On OSX I am accustomed to using shift-arrow to highlight regions, and option-arrow to navigate through my text word-by-word, i.e. by whole words at a time. This works very nicely in Aquamacs Emacs org-mode EXCEPT: 1. when I hold down shift and…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
1
vote
1 answer

Installing Magit in Aquamacs

I have tried with no success to have Magit running under Aquamacs (GNU Emacs 23.4.1). I have followed these steps: 1) I installed Marmelade package manager following these steps (so far so good) 2) M-x package-list-packages (so far so good) 3) I…
CptNemo
  • 6,455
  • 16
  • 58
  • 107
1
vote
2 answers

What's wrong with my lein/nrepl/emacs setup?

Newbie Clojure programmer here. NREPL in Emacs isn't working for me. Aquamacs 2.5 (Emacs 23.4.1) nrepl.el 0.1.8 Leiningen 2.2.0 on Java 1.6.0_51 Java HotSpot(TM) 64-Bit Server VM My project is just the lein-generated Hello World. Running "lein…
user1698584
  • 91
  • 1
  • 7
1
vote
0 answers

Configuring Aquamacs to use MacPorts-installed Python

I'd like to use Aquamacs to edit python files, and change the interpreter to use a version of python I installed via MacPorts, rather than the default version. I saw in a previous question that this may be fixed by "pointing" the preferences file…
sudo make install
  • 5,629
  • 3
  • 36
  • 48
1
vote
1 answer

Nginx + emacs - clearing file results in php errors not logging?

In my nginx/php-fpm configuration, not all php errors are recording when they occur. I've set catch_workers_output = yes in my php-fpm conf (and restarted php-fpm since then). Some php errors are logging, and some either aren't or are buffering -…
Andy Jones
  • 6,205
  • 4
  • 31
  • 47
1
vote
2 answers

Run Mozart/Oz system within GNU Emacs on OSX instead of Aquamacs

Is it possible to make Mozart/Oz system run within GNU Emacs on OSX instead of Aquamacs which I dislike? I tried copying /Applications/Emacs to /Applications/Aquamacs but had no luck.
Tvaroh
  • 6,645
  • 4
  • 51
  • 55
1
vote
1 answer

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 talks about this assumes that I know what keys its…
1
vote
1 answer

Global line numbering is intermittent -- conflict with global whitespace

I have (global-linum-mode 1) and (global-whitespace-mode t) defined in my init.el with Aquamacs 2.4. Line numbering is intermittent, and skips displaying a line number following an empty line. Disabling whitespaces fixes the problem. Is there any…
lawlist
  • 13,099
  • 3
  • 49
  • 158
1
vote
1 answer

how to install Emacs predictive-mode in Aquamacs?

I'm trying to install Emacs predictive-mode, but when I do predictive-mode, I get Loadingcompletion-ui': old-style backquotes detected!` Then I get: Wrong type argument: listp, word Backtrace: http://pastebin.com/42nkiNYP
incandescentman
  • 6,168
  • 3
  • 46
  • 86
1
vote
1 answer

how to get Emacs org-mode to play sound file on DONE state?

I'd like org-mode to reward me for completing a task by playing a nice sound when I change the state of a TODO item to DONE. I tried two variations in my .emacs file, neither one worked. I'm on Aquamacs on OSX. Neither of these…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
1
vote
0 answers

Emacs Tramp connection fails with "no such directory"

I'm hoping to use Tramp mode to edit files on a remote Linux machine, so I open a file like this: C-x C-f /ssh:hwolff@:/home/hwolff/temp.txt But there is no prompt for a password, and saving the file brings the error "no such directory". …
Hew Wolff
  • 1,489
  • 8
  • 17
1
vote
2 answers

Spell-check in Aquamacs Emacs won't work: "Wrong endian order."

This is aquamacs 1.5 on a macbook. Exact error when I try to spell-check: Error: The file "/Library/Application Support/cocoAspell/aspell6-en-6.0-0//en-common.rws" is not in the proper format. Wrong endian order. ADDED: I indeed had the wrong…
dreeves
  • 26,430
  • 45
  • 154
  • 229
0
votes
1 answer

How do I set Aquamacs to use Prolog mode?

I'm new to Emacs/Aquamacs, and want to use it to program in Prolog. My filename ends with ".pl" and Aquamacs automatically assumes it's a Perl file. How do I change it to use Prolog mode instead? I'd prefer an answer that doesn't assume I know how…
Joakim
  • 11,468
  • 9
  • 44
  • 50
0
votes
1 answer

When I load a shell at startup in my init file, why do I get 26 shell prompts?

When I load a shell at startup - just using (shell) in my .emacs file - there are always 26 shell prompts "bash-3.2$ bash-3.2$ bash-3.2$...". Why is that happening? This is happening the same way in emacs on a terminal and aquamacs.
seans
  • 793
  • 2
  • 7
  • 19