Aquamacs is an Aqua-native build of the powerful Emacs text editor
0
votes
1answer
28 views
Run Mozart/Oz system within GNU Emacs on OSX instead of Aquamacs
Is it possible to make Mozart/Oz system run within GNU Emacs on OSX instead of Aquamacs which I dislike? I tried copying /Applications/Emacs to /Applications/Aquamacs but had no luck.
0
votes
1answer
25 views
how to enable shift-arrow for org-timestamp-up and org-timestamp-down in Emacs org-mode?
In Emacs org-mode, how do I instruct org to enable shift→ and shift← for org-timestamp-up and org-timestamp-down?
I have the value of org-support-shift-select set to Everywhere except timestamps and ...
0
votes
1answer
45 views
GitHub / Aquamacs24 — cloning — separating branch from master
I am having trouble separating the Aquamacs24 nightly build branch from the master on my computer using the GitHub application and also with the terminal.
The master (1.58 GB) is located here:
$ git ...
1
vote
1answer
56 views
ns-toggle-fullscreen on a mac
How does the the ns-toggle fullscreen work on a mac keyboard ie what are the keys corresponding to each of ns, toggle and FS?
I'm sorry that this might be very basic but every post on google that ...
1
vote
2answers
40 views
Aquamacs 2.4 — WordWrap / Visual Line Mode — bug workaround?
Has anyone found a workaround to the inability of Aquamacs 2.4 to correctly WordWrap at the window boundary?
The modes I use most often are text-mode and latex-mode.
I've removed the built-in hooks ...
1
vote
1answer
67 views
Global line numbering is intermittent — conflict with global whitespace
I have (global-linum-mode 1) and (global-whitespace-mode t) defined in my init.el with Aquamacs 2.4. Line numbering is intermittent, and skips displaying a line number following an empty line. ...
0
votes
1answer
61 views
Disable, or, set to always no: “Options have changed — save them? (y or n)”
How, please, can I disable this prompt from appearing on exit: "Options have changed -- save them? (y or n)"
Alternatively, I'd like the answer to this particular question to always be "no" without ...
1
vote
1answer
87 views
Create a key binding for LaTeX Jump to PDF — synctex
Any ideas how to convert this into a global set key for "Jump to PDF"?
(defun aquamacs-latex-viewer-support ()
"Support for Skim as LaTeX viewer if present."
(add-to-list 'TeX-command-list
...
0
votes
0answers
13 views
Aquamacs CMD-left back to indentation instead of beginning-of-line
I'm trying to force Aquamacs to setting cursor at indentation of line instead of at the beginning of this line using CMD-left shortcut. The code below admittedly works:
(global-set-key (kbd ...
0
votes
0answers
30 views
How to remove paragraph marks in Aquamacs - Emacs
My aquamac shows the tags when I create a new paragraph or line break, I want to know how to remove these marks.
0
votes
1answer
60 views
how to install Emacs predictive-mode in Aquamacs?
I'm trying to install Emacs predictive-mode, but when I do predictive-mode, I get Loadingcompletion-ui': old-style backquotes detected!`
Then I get:
Wrong type argument: listp, word
Backtrace:
...
1
vote
1answer
95 views
how to get Emacs org-mode to play sound file on DONE state?
I'd like org-mode to reward me for completing a task by playing a nice sound when I change the state of a TODO item to DONE.
I tried two variations in my .emacs file, neither one worked. I'm on ...
1
vote
1answer
56 views
how to silently “Save All Buffers” in Emacs?
How do I create a command to "Silently Save All Buffers" in Aquamacs Emacs?
I found the command save-some-buffers which is nice, but the problem is that it prompts me, separately, to confirm every ...
3
votes
2answers
369 views
Emacs: Symbol's value as variable is void: custom-theme-load-path
I'm trying to configure Aquamacs to use the solarized theme. I've already configured aquamacs to use erlang and that works fine. After trying to add the custom theme to the load path however, I get ...
0
votes
2answers
58 views
how to back up Emacs customization files?
How do I ask Emacs (Aquamacs, in my case) to make backups not only of the documents I work on, but also of customization files such as customizations.el?
1
vote
2answers
126 views
aquamacs red cursor
The old, reliable (set-cursor-color "#aa88dd") in my .emacs file fails with Aquamacs, unless it is run after Aquamacs has launched. This type of failure is typical of Emacs doing something secretive ...
0
votes
1answer
73 views
Aquamacs web-mode
I am searching a mode for web editing (HTML/JS/PHP, CSS separately) in Aquamacs. Earlier in Cocoa Emacs I've been using web-mode.el, but in Aquamacs I'm getting
Symbol's function definition is void
...
0
votes
0answers
80 views
which auto-complete mode to use for writing English in Emacs [closed]
What's the best Emacs auto-complete mode to use for writing prose in English? My main requirement would be to automatically complete its best guess as to the MOST LIKELY match with a single keystroke, ...
1
vote
0answers
59 views
Emacs Tramp connection fails with “no such directory”
I'm hoping to use Tramp mode to edit files on a remote Linux machine, so I open a file like this:
C-x C-f /ssh:hwolff@<host>:/home/hwolff/temp.txt
But there is no prompt for a password, and ...
1
vote
2answers
113 views
Disable html-helper-mode by default in Aquamacs to edit HTML
Aquamacs has a default html-helper-modeto edit .html files that has weird behaviors. I would like to switch back to regular html-mode by default.
I read that I needed to change the magic-mode-alist ...
0
votes
1answer
74 views
How to make mouse click set the point, not the mark in aquamacs
In Aquamacs 2.2 I could do the following:
1) Set the mark with C-SPACE
2) Click somewhere to set the point
Consequently this would define the region. Since Aquamacs-2.3 this behaviour is gone: A ...
0
votes
0answers
43 views
Latest JDEE with Aquamacs
I would like to install JDEE with aquamacs 2.4 and jdk 7. The official JDEE release version is really old and probably won't work with jdk 7 and maven. Is there a way to build jdee SVN trunk and ...
0
votes
1answer
65 views
Moscow ML in Aquamacs
Does any of you mac-users know how to get Moscow ML (mosml) to work in aquamacs? I have installed mosml through macports and it is working in the terminal. I have also installed Sml-mode in Aquamacs ...
1
vote
2answers
111 views
Navigating headings in emacs markdown-mode
I'm using Aquamacs with markdown-mode. Two questions.
Markdown Mode says you can use the key binding SHIFT-TAB to cycle the global visibility of headings. But when I hit SHIFT-TAB, I get "kill ring ...
0
votes
0answers
47 views
Problems installing slime with Aquamacs
I'm attempting to use slime with Aquamacs and have downloaded and run the slime installer from the Aquamacs site. However if I type M-x slime, Aquamacs comes back with [no Match]. It's as though ...
0
votes
1answer
51 views
Adding buffer type to “New buffer in mode”
When I choose the option "New buffer in mode" I'd like to open a buffer for an obscure programming language called oz. At the moment it is not in the list of buffer modes to choose from.
I have the ...
0
votes
1answer
200 views
Aquamacs+slime: Loading a lisp file at startup
I'm running Aquamacs + Slime and I'm able to start Slime automatically when I start Aquamacs. However, when I try to load a lisp file after that I keep getting various errors depending on how I'm ...
0
votes
1answer
137 views
How do I get aquamacs to show a solid and blinking cursor?
How do I get aquamacs to show a solid and blinking cursor?
http://aquamacs.org/
With a lot of work we managed to get it to show a hollow and blinking box, instead of just a blinking vertical line, ...
1
vote
1answer
206 views
How to debug Aquamacs
I'm trying to debug Aquamacs. With other emacsen, I've just done emacs --debug-init, but when I try it with aquamacs --debug-init, I get
touch: illegal option -- -
usage:
touch [-A [-][[hh]mm]SS] ...
0
votes
0answers
149 views
Aquamacs (on Mac lion): whatever I write i being interpreted as “Enter”
I am editing a python script that I wrote a while ago, using aquamacs on Mac lion.
Whichever letter or number I type is being interpreted as "enter" (that is, I hit "g" for example, my text is ...
0
votes
0answers
85 views
How to install ropemacs in aquamacs
I use aquamacs for my lisp and prolog in my mac. I heard that if i install ropemacs into aquamacs, python development would be much more easier on aquamacs. Can anyone help me on how to do that?
6
votes
3answers
678 views
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 ...
1
vote
2answers
1k views
How to write a tilde (~) character in Emacs on Mac OS X?
I'm used to write a ~ character by pressing Alt+N on Mac OS X. This does not work in Emacs. Alt+N key seems to be bind to the command history. So my question is how to write a ~ character in Emacs on ...
2
votes
1answer
62 views
In emacs, how would one add the same text to multiple lines?
I have an HTML file that contains a bunch of links to an entire database. But the URLs are all written as:
<a href=/bw/examplefile.html>
When I try and use wget to download all of the links, ...
3
votes
3answers
340 views
OSX Option/Alt as Meta: Is there a way to port or use emulate-mac-keyboard-mode in standard Emacs 24?
Emacs 24.1 was just released, and I once again feel inclined to use the "real" Emacs (Cocoa GUI version, from http://emacsformacosx.com) instead of Aquamacs. The only thing keeping me in Aquamacs is ...
1
vote
1answer
345 views
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 ...
1
vote
0answers
101 views
Aquamacs and g-client errors
I have installed the g-client library from the emacspeak google code repository and successfully linked the make to Aquamacs by replacing 'emacs' with the the full path to Aquamacs in the Makefile. ...
0
votes
1answer
342 views
How do I set Aquamacs to use Prolog mode?
I'm new to Emacs/Aquamacs, and want to use it to program in Prolog. My filename ends with ".pl" and Aquamacs automatically assumes it's a Perl file. How do I change it to use Prolog mode instead? I'd ...
4
votes
3answers
504 views
default split window layout
I use aquamacs 90% of the time to edit R files with ESS (Emacs Speaks Statistics). In this mode, I find it indispensable to have a split window, C-x 3 C-x 2, such that I can view simultaneously the ...
1
vote
0answers
55 views
How to copy tabs between frames in Aquamacs?
I spend a lot of time coding in Aquamacs, and I tend to split the window into multiple frames. Each frame develops its own set of tabs at the top based on the history of what I've opened, and ...
1
vote
2answers
244 views
How can I set the default font size in aquamacs emacs?
I am having difficulty setting the default size in aquamacs emacs, under Lion. If I add something like
(set-face-attribute 'default nil :height 180)
To my .emacs file, the default size of the ...
2
votes
1answer
439 views
Configuring Gmail in gnus in Aquamacs
I'm a new emacs user, and I'm trying to get gnus working with mi gmail account with Aquamacs.
So far, I've been able to set it up to receive my mail. The problem is when I try to send an e-mail. I ...
1
vote
2answers
455 views
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 ...
5
votes
1answer
611 views
Emacs color theme that looks like Xcode dark
I really like the Xcode dusk color theme, and I was trying to get something similar for my Aquamacs/Emacs. I can't seem to find any out there. Appreciate any help!
0
votes
1answer
107 views
When I load a shell at startup in my init file, why do I get 26 shell prompts?
When I load a shell at startup - just using (shell) in my .emacs file - there are always 26 shell prompts "bash-3.2$ bash-3.2$ bash-3.2$...". Why is that happening? This is happening the same way in ...
2
votes
1answer
252 views
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 ...
2
votes
1answer
220 views
Emacs: python-shell doesn't respond to RET
When I start python-shell (or even just start python from M-x shell), Emacs gives the expected prompt:
bash-3.2$ python
Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple ...
3
votes
3answers
1k views
Setting relative Tex-Master file in Latex
I use Aquamacs and TeX Live 2009 to edit my LaTeX files. As my publications tend to get quite big, I want to structure the source folder containing all my LaTeX files. Like e.g.
[bib]
[images]
...
0
votes
1answer
269 views
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 ...
2
votes
1answer
165 views
Aquamacs/emacs: focus-follows-mouse not working as expected
I'm working with Aquamacs 2.3a [latest version] on Mac OS X 10.6.8. I would like to switch between frames/buffers by just moving the mouse. As far as I found out by searching for this problem, you can ...
