
(define-key global-map " \C-z" #'iconify-or-deiconify-frame-fullscreen-even)

( if (eq (cdr (assq 'visibility (frame-parameters))) t) I get the error message “Cannot notify window manager of iconification” when pressing C-z in the new fullscreen mode, so I made my own that first checks for fullscreen mode and if so, exits (I guess this is a bug): ( defun iconify-or-deiconify-frame-fullscreen-even () (aquamacs-toggle-full-frame))) Iconify from Aquamacs' fullscreen-mode "Switches to a WriteRoom-like fullscreen style"
Change aquamacs theme free#
With a few lines of lisp, you can define a function which uses this feature to reproduce the large font, black background style of WriteRoom, the free application which first popularized this feature: ( defun writeroom () This is great for writing without distractions. (growl-chat (format "%s mentioned a Keyword" nick) message))))))Īs of version 1.4, Aquamacs includes a fullscreen mode which fills the screen concealing the dock, the menubar, and other applications. (growl-chat-sticky (format "%s said %s" nick (erc-current-nick)) message)) ( lambda (match-type nickuserhost message) ERC notifications Growl nicknames and highlight words when they are mentioned in IRC. ( defun growl-chat-sticky (title message) (format "/usr/local/bin/growlnotify %s -m '%s' -appIcon 'Aquamacs Emacs' %s" title message ( if sticky "-sticky" "")))) ( defun growl-chat (title message &optional sticky) Growl support Requires growlnotify, source for which is included in the Growl disk image Note that the growlnotify -image option is not reliable on OSX 10.5 see &t=17526 &p=114069 Wrapper for growlnotify Frequently Asked Questions: AquamacsFAQ (check this first!) Growl Support in AquamacsĪside from ToDoChiKu, there seems to be very little information available on getting Growl to work with ERC Here is one way of enabling Growl notifications in Aquamacs 1.7 on OS X.
