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
123
votes
13 answers

The function to show current file's full path in mini buffer

I need to get the full path of the file that I'm editing with emacs. Is there a function for that? If not, what would be the elisp function for getting that? How can I copy the result (path name) to a clipboard so that I can reuse it? I'm using…
prosseek
  • 182,215
  • 215
  • 566
  • 871
55
votes
3 answers

How can I get Emacs to revert all unchanged buffers when switching branches in git?

Often, when I switch branches in git, if the files are open in emacs, then emacs asks if I want to revert them (as it thinks they've changed on disk) even though the contents are identical. Firstly I'd like to find a way for emacs to not ask me…
Singletoned
  • 5,089
  • 3
  • 30
  • 32
36
votes
2 answers

in Emacs flyspell-mode, how to add new word to dictionary?

In Aquamacs in flyspell-mode, when flyspell flags a word as misspelled, I can right-click to add the word to my dictionary if it is in fact correctly spelled. In GNU Emacs on OSX, when flyspell-mode highlights a word it thinks is misspelled, how can…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
31
votes
6 answers

How do I set up Aquamacs for Clojure development?

I've tried to migrate to Emacs several times for Clojure development, following a variety of blogposts, screencast and tutorials, but somewhere along the way something always went wrong - keybindings that didn't work, incompatible versions, etc, and…
Michiel de Mare
  • 41,982
  • 29
  • 103
  • 134
18
votes
6 answers

What is the best Emacs workspaces plugin?

By workspace, I mean - I need to save the state of my open buffers (possibly in a user specified workspace file) and quickly switch to another set of open buffers, e.g. to continue working on files related to another project. Is there an Emacs…
axel22
  • 32,045
  • 9
  • 125
  • 137
17
votes
1 answer

how to get transparent window in GNU Emacs on OSX?

I'm on GNU Emacs in OSX Mavericks and I'm trying to make my background transparent but not the text. There's an easy way to make the whole frame transparent: (set-frame-parameter (selected-frame) 'alpha '(85 85)) (add-to-list 'default-frame-alist…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
15
votes
6 answers

on Emacs for OSX, how to keep kill ring and clipboard separate?

In GNU Emacs for OSX, how can I keep the kill ring and OSX clipboard separate? (Such that I essentially have two separate kill rings.) With desired behavior, this would work: 1. ⌘C to copy text from the web to OSX clipboard. 2. controlk to kill a…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
12
votes
1 answer

In C/C++ mode in Emacs, change face of code in #if 0...#endif block to comment face

I'm trying to add functionality found in some other code editors to my Emacs configuration, whereby C/C++ code within #if 0...#endif blocks is automatically set to the comment face/font. Based on my testing, cpp-highlight-mode does something like…
pogopop77
  • 123
  • 1
  • 8
12
votes
3 answers

Emacs (Cocoa Emacs) vs Aquamacs for running Clojure on Mac OS X

I used Aquamacs so far, and I need to install and run Clojure using SLIME. I googled to get some way to use Clojure on SLIME of Aquamacs, but without success. Questions Is it possible to install Clojure on Aquamacs? Or, can you guess why Clojure…
prosseek
  • 182,215
  • 215
  • 566
  • 871
12
votes
2 answers

Fast emacs shell-mode?

I am running an interactive program that outputs about 10 MB [edit: probably closer to 100 MB actually] of ASCII text. The performance within emacs shell-mode (Aquamacs) is unacceptably slow, requiring hours to do this. I did execute…
kdog
  • 1,583
  • 16
  • 28
11
votes
5 answers

Changing the font in Aquamacs?

I've recently had a need to do a bit of lisp editing and I found the nifty Ready Lisp package for OS X, which is great, except Aquamacs automatically uses a proportional font (which is idiotic, IMHO) and I want to change it to a monospace font.…
Paul Wicks
  • 62,960
  • 55
  • 119
  • 146
11
votes
2 answers

What's the magic behind the ELPA?

I use Aquamacs, and I use ELPA that installs files in ~/.emacs.d/elpa? What's the magic behind this ELPA? I mean, without ELPA, I should download and install the packages in a specific directory, and add those two lines in .emacs. (add-to-list…
prosseek
  • 182,215
  • 215
  • 566
  • 871
10
votes
3 answers

How to enable `fill-column-indicator` on startup

I am using Aquamacs on OS X 10.9.4. I have the following lines in my Preferences.el file (which is similar to the .emacs init file): (add-to-list 'load-path "~/.emacs.d/") (require 'fill-column-indicator) (setq-default fci-mode t) I use M-x…
user3854447
  • 324
  • 3
  • 15
10
votes
2 answers

Tramp using ssh does not source .bash_profile / .profile

I'm using Aquamacs (graphical emacs for OSX using emacs 24 and tramp version 2.2.3) to edit some files on a remote server. Tramp is set up to use ssh and works fine in terms of editing files. It fails when it comes to compiling because the compiler…
Julian
  • 299
  • 2
  • 15
7
votes
3 answers

Disable the toolbar from aquamacs in my init file

I want to permanently disable the GUI toolbar (the little buttons for "New" "Open", etc.) from aquamacs in my .emacs file. I have seen suggestions that you disable it in the gui and the go to Options >> Appearance >> Adopt Face and Frame as Default…
seans
  • 793
  • 2
  • 7
  • 19
1
2 3
10 11