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
1 answer

Background color of Git output in term mode

I am using Aquamacs on OSX 10.9. I use the terminal mode (M-x term) to use Git. When I type any command, Git outputs with a different fore- and background color from the terminal. I did do a "Adopt Face and Frame parameter as Frame default" to have…
Ben
  • 429
  • 4
  • 11
0
votes
1 answer

emacs 23 and 24 on osx: why does aquamacs-kill-word sometimes delete to end of line?

This doesn't happen if I start aquamacs without any customizations. From stepping through the debugger I first see that transient-mark-mode is true. I set it to nil in my .emacs file, and would prefer if it stayed nil, but other code sets it to a…
Eric
  • 2,115
  • 2
  • 20
  • 29
0
votes
2 answers

define bash aliases for Aquamacs shell

for Emacs you can define your shell-mode aliases in .emacs.d/init_bash.sh, but Aquamacs (2.0 on OS X 10.5) does not seem to use this. Is there another place where these can be defined?
hatmatrix
  • 42,883
  • 45
  • 137
  • 231
0
votes
2 answers

Error with minor-mode in emacs 24 on macbook

This was the function I had found online somewhere and never had problems in linux but when run on a macbook in emacs 24 I get the error below. Any help would be appreciated. ;; (define-minor-mode sensitive-mode ;; "For sensitive files like…
J Spen
  • 2,614
  • 4
  • 26
  • 41
0
votes
1 answer

Match Aquamacs' settings in emacs

How can I match Aquamacs' settings in Mac OS X emacs' AucTeX? Because of some reason I tried to install AucTeX to emacs for Mac OS X. For Aquamacs that has pre-installed AucTeX, everything is pretty cool. It runs SKIM pdf viewer for viewing the…
prosseek
  • 182,215
  • 215
  • 566
  • 871
0
votes
1 answer

Aquamacs File mode specification error

I'm not sure what I did, but all of the sudden, I am getting a bunch of errors when I perform various operations in Aquamacs. For example, when I try to open a C file, I get the error "File mode specification error: (wrong-type-argument…
Matt
  • 4,029
  • 3
  • 20
  • 37
0
votes
1 answer

Menu bar not showing - Aquamacs

Image is self-explanatory. How do I get the OS Menu Bar to show in Aquamacs (3.2 GNU Emacs 24.4.51.2)?
Dan
  • 1,711
  • 2
  • 24
  • 39
0
votes
0 answers

How to set Emacs to use standard LF line breaks, rather than CR

I am very new to Emacs, using Aquamacs on a Mac running OS 10.10. I'm creating and editing files that end up on a BSD system, so they need to conform to *nix standards. Apparently, the files I'm creating have carriage return line feeds, which my…
Gregory
  • 4,147
  • 7
  • 33
  • 44
0
votes
2 answers

web-mode won't start automatically in Aquamacs

I can't seem to get the configuration to work properly, only if I create a new HTML it goes into web-mode, any other way it goes into de default html-mode. I'm using Aquamacs 3.2 GNU Emacs 2.4.4.51.2 Though I have had this same problem with previous…
elabx
  • 31
  • 5
0
votes
1 answer

how can I share a project-specific configuration between Aquamacs and gnu-emacs

I have a .emacs.d directory shared (via git) with branches for various projects and Aquamacs seems to be ignoring it completely. All the other development systems work very well with this system so I would prefer to keep it if it can be made to work…
Arthur Ulfeldt
  • 90,827
  • 27
  • 201
  • 284
0
votes
1 answer

Installing Prolog Mode to Aquamacs on OS X 10.10

Let me start by saying i'm new to Mac OS and this may be a simple question but trying to find the answer is really confusing me. I have recently installed SWI-Prolog and Aquamacs to start learning how to create small prolog programs. I want to…
0
votes
0 answers

Remap key bindings for dired mode

I am using Aquamacs 3.0a GNU Emacs 24.3.50.2 When ever I am in dired mode I find it very hard to navigate using a and ^. Can any one suggest more convenient key bindings so that it does not interfare with existing key bindings, and should only be…
Kaunteya
  • 3,107
  • 1
  • 35
  • 66
0
votes
1 answer

in GNU Emacs on OSX, a key binding to activate Mavericks full-screen mode?

In GNU Emacs on OSX, is it possible to assign key binding stroke to activate Mavericks full-screen mode? I see that there is a function toggle-maxframe, but this merely maximizes the frame, and doesn't activate Mavericks' true full-screen mode. Is…
incandescentman
  • 6,168
  • 3
  • 46
  • 86
0
votes
0 answers

Emacs (Aquamacs) web-mode not automatically activating for HTML files

I've installed web-mode using a package manager. When I open a html file, it does not activate web-mode automatically. However, I can start web-mode manually using M-x web-mode so I'm sure it is installed correctly. I am using the following lines in…
soarjay
  • 641
  • 4
  • 17
0
votes
1 answer

Aquamacs doesn't run python file on C-c C-c

When I run C-c C-c on a .py file, Aquamacs returns Output file descriptor of python3 is closed On the other hand, the Python shell works just fine. How can I fix it such that I can run Python files?
Skuge
  • 1,010
  • 2
  • 11
  • 28
1 2 3
10
11