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
0
votes
0 answers

Cannot paste lastest clipboard contents from other applications programmatically in Aquamacs

I’m using Aquamacs, a macOS variant of Emacs. I’m writing an ELisp function that needs to paste the OS clipboard’s content. I tried using both (yank) and (cua-paste nil) (I’m not sure about the argument cua-paste expects, though). The problem is…
0
votes
1 answer

ECB context menu in Aquamacs

ECB (Emacs Code Browser) has context menu to add file, delete file etc. The context menu is opened when clicking right mouse button. The problem is Aquamacs intercepts that mouse button event. When we click right mouse button in Aquamacs, it opens…
Ngoc Dao
  • 1,501
  • 3
  • 18
  • 27
0
votes
0 answers

Jump from emacs .tex file to .pdf without pressing enter every time

I am on OSX 12.2 and am using Aquamacs 3.6 GNU Emacs 25.3.50.1, and I edit a .tex file manuscript.tex with Aquamacs Emacs. I press Cmd + shift + left mouse button to jump from the .tex file to the pdf, and I get asked in the lower bar View command:…
Pascal
  • 39
  • 2
0
votes
1 answer

Aquamacs error while loading .emacs : Symbol's function definition is void: register-definition-prefixes

I'm on macOS Monterey and I'm using aquamacs as an IDE to ocaml. Ocaml is install with opam and everything was working well until I delete the wrong switch. Emacs is still working with tuareg in the console but I can't use aquamacs with it…
0
votes
1 answer

NXML Mode C-RET problem in Aquamacs

I have an odd problem in Aquamacs-- when I am editing in nXML mode the key sequence C-return calls a completely different function than it should under nXML mode. It calls something called cua-set-rectangle-mark, instead of nxml-complete. I have no…
rjray
  • 5,525
  • 4
  • 31
  • 37
0
votes
1 answer

how can I use Aqua Emacs's Chinese font in Carbon Emacs?

I love the Chinese font support in AquaEmacs (with core: "GNU Emacs 23.2.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54). Is there anyway I can hack in and use its Chinese font in Carbon Emacs (with core: "GNU Emacs 22.3.1…
lkahtz
  • 4,706
  • 8
  • 46
  • 72
0
votes
1 answer

How do I input M-shift-return in Aquamacs

I'm trying out org-mode and the tutorial says Meta-Shift-Enter is bound to org-insert-todo-heading, and I did a describe-function to verify it is bound to that key in my environment I tried inputting it using escape as meta, so I typed ESC, then…
benhsu
  • 5,346
  • 8
  • 39
  • 47
0
votes
2 answers

How can I invoke aquamacs from command line (OSX iterm) to open a file at a given line number?

I can invoke aquamacs from OSX iterm command line no problem. aquamacs myfile.txt works as expected. However passing it a line number to open at does not work: aquamacs +22 myfile.txt also opens a new file called "+22" !! How do I open a file at a…
Martin
  • 131
  • 1
  • 8
0
votes
1 answer

Emacs (Aquamacs) using wrong mode (sometimes)

I'm using version 2.1 of Aquamacs and django-mode from https://github.com/myfreeweb/django-mode. I installed it (after installing yasnippets) by adding (require 'django-html-mode) (require 'django-mode) (yas/load-directory…
0
votes
1 answer

Emacs shift selection hook?

I've set up activate-mark-hook and deactivate-mark-hook, but they work only when selecting text by dragging mouse, not by using shift-selection. How do I hook into shift selection? I'm using Aquamacs 24 on Mac OS X 10.6.6.
myfreeweb
  • 971
  • 1
  • 13
  • 19
0
votes
1 answer

set path in aquamacs

I recently switched computers and can't figure out how I was able to get auctex to search the correct path to find my template tex files (for use with \input{}). I thought that aquamacs uses the $PATH from bash_profile or bashrc but it doesn't seem…
scottyaz
  • 722
  • 7
  • 18
0
votes
5 answers

Recommended for learning C

What could some of you recommend for using when learning C and programming with C? I have thought of the following options. (On OSX) Aquamacs TextMate and the Terminal XCode I want to learn more than just the IDE so that I grasp the concept as I…
some_id
  • 29,466
  • 62
  • 182
  • 304
0
votes
1 answer

auxtex "problems after {1} page"

Recently, I'm not exactly sure when, AucTeX has started giving me trouble by reporting "Problems after {n} pages." for any document generating n pages. For example, the file \documentclass{article} \begin{document} foobar \end{document} when…
Bob Harper
  • 121
  • 3
0
votes
1 answer

Aquamacs: why does M-p suddenly start entering pi?

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 on 24a02dbf6b34ae061ef4df89f15bfbc5d3ed497e OSX 10.10.5 Typically, when I'm in an erlang shell I can use M-p to cycle through…
7stud
  • 46,922
  • 14
  • 101
  • 127
0
votes
1 answer

Aquamacs Erlang flymake configuration error

OSX 10.10.5 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 on 24a02db I'm trying to get flymake to work with Erlang files. I followed the directions…
7stud
  • 46,922
  • 14
  • 101
  • 127