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

Emacs/Aquamacs php-mode and tabs indent

I can't get my Aquamacs 2.4 (Emacs) to follow the Kohana style: Emacs in php-mode replaces tabs with spaces. I want to disable this and use tab-characters for the indention. I tried many solutions like this, but none works for me: (require…
david8401
  • 379
  • 1
  • 3
  • 11
1
vote
1 answer

How to use Aquamacs for SBCL development?

I'm new to Lisp. Working on a Mac, SBCL was installed with brew. I have done Lisp exercises in the terminal, writing files with BBEdit and running from terminal. Time to take advantage of a better Lisp environment, so I installed Aquamacs. I have…
kd4ttc
  • 1,075
  • 1
  • 10
  • 28
1
vote
1 answer

Trying to figure out Aquamacs and Terminal on my MacBook

I'm taking this Computer Programming class, and I'm confused with the instructions my professor gave me because I have a Mac and I didn't even have an Emacs, so I ended up downloading Aquamacs. I know how to "find" a file and give it a name and save…
Andrea
  • 11
  • 2
1
vote
1 answer

aquamacs require-final-newline

I'm using aquatics for rails development and thanks to some inline-block issues I have a situation where I need to render partials without a newline at the end. The problem is when I save aquamacs always adds a newline to the end of the file. I have…
Joel Jackson
  • 1,060
  • 1
  • 10
  • 24
1
vote
2 answers

How can you have folds for a LaTeX file in XEmacs?

I would like to have automatic folds for comments in my AquaEmacs.
Léo Léopold Hertz 준영
  • 134,464
  • 179
  • 445
  • 697
1
vote
1 answer

Agda mode in Aquamacs

I can't get agda mode to work on Aquamacs. I am running macOS Sierra. Agda version 2.5.4 and Aquamacs 3.3 Here is what I get when I run the agda-mode commands agda-mode setup It seems as if setup has already been performed. agda-mode locate…
Yasmine Shaorda
  • 383
  • 1
  • 7
1
vote
1 answer

class results in org mode with python

I am having difficulties in using python classes in org-mode. Here is a simple illustration of an org mode file: First let's define a class #+BEGIN_SRC python :session :exports code class The_class(): def __init__(self, a): self.a = a …
Cy Bu
  • 1,401
  • 2
  • 22
  • 33
1
vote
0 answers

How to get customizations added to ess-mode-hook to run in Aquamacs ESS

In Aquamacs 3.3, ESS 16.04, I can't get customizations added to ess-mode-hook to run. Here's a simple example. (defun my-ess-hook () (setq ess-default-style 'DEFAULT) (setq ess-indent-level 2)) (add-hook 'ess-mode-hook 'my-ess-hook) I put this…
Nat Goodman
  • 111
  • 1
  • 6
1
vote
2 answers

Aquamacs/Emacs Pane Auto-disposition

I'm using Aquamacs since few weeks and I'm trying to find good customizations. First, I just wanted my aquamacs to look like this on starting : I mean on the left, my source code. and on the right a shell pane (started with C-X 3 + M-X shell). I've…
1
vote
2 answers

How do I get Aquamacs/Emacs to show a right margin indicator?

After living with Java IDE's for quite some time now, I'm back into the world of C++ development. And I've returned to my editor of choice: Emacs (actually, most of the time I'm in Aquamacs on the Mac, but I do occasionally use Emacs when I'm on a…
leedm777
  • 23,444
  • 10
  • 58
  • 87
1
vote
0 answers

Erlang mode indenting

When I type a period after an end, this is the indenting I get: a() -> receive {abc, Val} -> io:format("Val: ~w~n", [Val]) end. On the other hand, if I type a comma after an end, the end slides to the…
7stud
  • 46,922
  • 14
  • 101
  • 127
1
vote
0 answers

Aquamacs on OS X spawns too many GTAGS process whenever I do a findtags

Aquamacs on mac spawns too many GTAGS process whenever I do a find tags, like 5 or 6 more, I have to kill them manually. I tried the nightly build Aquamacs 3.3, same. Any idea how to fix this? the normal emacs build doesn't have this problem, it…
patrick z
  • 11
  • 2
1
vote
1 answer

auctex master loads whole master?

I am using auctex with aquamacs and I have added the following lines at the ned of my latex file: %% Local Variables: %% mode: latex %% TeX-master: "book" %% End: However, when I latex the current file it processes the whole masterfile and not just…
1
vote
2 answers

Why clojure starts with 'M-x slime' for my Aquamacs without any setup?

I have Aquamacs running on my Mac. I installed the ESK for Aquamacs and it installs ELPA at ~/.emacs.d/elpa. With ELPA, I installed clojure-mode/clojure-est-mode/slime/slime-repl/swank-clojure. The thing is that when I run 'M-x slime', clojure is…
prosseek
  • 182,215
  • 215
  • 566
  • 871
1
vote
0 answers

Preparing for Aquamacs install after running Spacemacs

Hi there and season's greetings, As a total non-programmer I need help on how to prepare my Macbook Air OS X 10.10.5 for installation of Aquamacs. I have been running Spacemacs, which uses its own .spacemacs initialization file but I am concerned…