Questions tagged [aquamacs]

An extensively-customized spin of Emacs for use on Apple's macOS.

From the EmacsWiki page: 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 that enables it to conform better with Apple’s standard Human Interface Guidelines (HIG) than standard versions of the editor do.

See the Aquamacs project page for more information.

51 questions
109
votes
5 answers

What is the difference between Aquamacs and other Mac versions of Emacs?

Macintosh users have several choices of pre-built Emacs. I am aware of the following versions: YAMAMOTO Mitsuharu's Emacs Mac Port David Caldwell's Emacs for Mac OS X Vincent Goulet's Emacs Modified for macOS David Reitter's Aquamacs Some…
Eric Brown
  • 3,212
  • 4
  • 16
  • 20
13
votes
1 answer

org-mode: how can i point to python3.5 in my org-mode doc?

On: Aquamacs 3.3 GNU Emacs 25.1.1 (x86_64-apple-darwin14.1.0, NS appkit-1344.72 Version 10.10.2 (Build 14C109)) of 2016-09-19 in mac osx sierra I changed my ~/Library/Preferences/Aquamacs Emacs/Preferences.el with the below: (setq…
Cy Bu
  • 481
  • 4
  • 14
10
votes
3 answers

Why aquamacs does not read ~/.emacs.d/init.el?

I have some customisation in my ~/.emacs.d/init.el. My command line emacs can pick up the init.el as expected. However Aquamacs does not seem to read the file at all. Here is the buffer of the *message* Loading prestart plugin files ... ...…
Anthony Kong
  • 485
  • 3
  • 17
6
votes
2 answers

how to install Aquamacs' OSX spellchecker (NSSpellChecker) in GNU Emacs?

Spellcheck in Aquamacs works much better than either the default aspell or the improved hunspell. Example typo: whtehr Here are the suggestions provided by the various engines when I do flyspell-auto-correct-word. Aspell: Corrections: whiter water…
incandescentman
  • 4,111
  • 16
  • 53
4
votes
1 answer

How can I type simple underline "_" in Auctex

I am using Auctex in Aquamacs. Everytime I type underline "_", it will show as $_{}$ automatically which is very annoying. I am wondering how could I turn off this function. Thanks.
Raymond
  • 93
  • 7
3
votes
0 answers

How can I tell align-current to align multicolumn cells properly?

Can align-current also handle multicolumn cells properly? IT does not in my case, you can see in the following example, that the 2 columns called "Col" are placed above cell "c" in the editor after align-current, but they would have to be placed…
MostlyHarmless
  • 1,395
  • 2
  • 13
  • 14
3
votes
3 answers

How to change the font face of the current buffer?

I am using tex-mode in Aquamacs and would like to temporarily change the font for the current buffer. What is the way to do it? I tried: (set-face-attribute "American Typewriter" nil :height 150) which gives the error: eval: Wrong type argument:…
3
votes
1 answer

Symbol’s value as variable is void: last-command-char when trying to insert bracket

I am using aquamacs and latex mode, 'Symbol’s value as variable is void: last-command-char when trying to insert bracket' occurs when I am trying to insert a bracket. How could I do, thank you
Raymond
  • 93
  • 7
3
votes
1 answer

Unset key "C-;" in Aquamacs, bound to toggle-mac-option-modifier

I use Aquamacs. C-; is bound to toggle-mac-option-modifier. When I use C-h k C-;, I get ^; runs the command toggle-mac-option-modifier, which is an interactive Lisp function in `emulate-mac-keyboard-mode.el'. I want to remove this keybinding so…
Vivi
  • 361
  • 2
  • 10
2
votes
1 answer

Error (use-package) : failed to install packages

I'm using Aquamacs Emacs 3.6 for Mac (I've got Ventura 13.4) I am setting up an emacs file for my developing environment, with the following contents : ;;; .emacs --- Emacs conf file -*- coding: utf-8 -*- ;;…
Tariot
  • 23
  • 3
2
votes
2 answers

What can I use instead of `diff-buffers` in Aquamacs?

According to the Emacs manual, “the command M-x diff-buffers compares the contents of two specified buffers”. But Aquamacs (Aquamacs 3.2 GNU Emacs 24.4.51.2, macOS 10.14.4) gives me no match for this command. What can I use instead?
2
votes
0 answers

Aquamacs banner for Latex got ugly — how to get the default back?

I was setting up Aquamacs as my LaTeX editor on a new laptop (been using it for 4 years on prior machine). My one problem is that the beautiful header I was expecting: Was replaced by this ugly mess: Any thoughts on how to fix this? I've…
2
votes
1 answer

How to run tmux in Aquamacs

I quite like tmux and Aquamacs. I've recently been interested in how to integrate the two together. As far as I know, one cannot run Aquamacs within a terminal even with the Aquamacs CLI tool, so the next natural option is to run tmux in Aquamacs…
GDP2
  • 1,340
  • 9
  • 25
2
votes
0 answers

How to bind a keycode to hyper key in Aquamacs

I am using Aquamacs. I have used Seil to change my caps lock key to emit key code 110. I would like to bind that code to super/hyper/another modifier so that I can create more key combinations. How can I do that?
Marcin
  • 191
  • 7
2
votes
1 answer

When using keybindings a capital letter is assumed by Aquamacs

I have an issue with Aquamacs. When press something like C-c a t (= org-todo-list in org-mode) the minibuffer shows an error message that there is no keybinding for ^C A, despite Shift is neither pressed nor locked. I tried this with various other…
1
2 3 4