Johannes Brauer | 13 Jun 2013 15:00
Picon

aquamacs skim sync

Hi,

cmd-shift-click in a latex doc in aquamacs (2.4) opens skim (1.4.3) at the corresponding position in the
pdf, fine. But doing it in skim nothing happens, the focus remains in skim.

What can I do?

Johannes

________________________________


Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682


_____________________________________________________________
MacOSX-Emacs mailing list
(Continue reading)

Roland Whitehead | 7 Jun 2013 18:12
Picon

Re: Installing newer version of org-mode

Way back in 2009, Stefan Vollmar very kindly gave a recipe for updating org mode with Aquamacs (Thanks,
Stefan). Today I found that the Aquamacs install of org mode is 6.33 when the current version is 8.0.3.
Unfortunately, Stefan's recipe needed some updating.

So this is what I did (in case someone else is looking to do the same).

I created a directory, let's call it src. Into src I cloned the git repository:

    git clone git://orgmode.org/org-mode.git

In the new directory ~/src/org-mode I created a file "local.mk" (in Aquamacs of course) whose contents were:

    up2::   # default target
    EMACS   = /Applications/Aquamacs.app/Contents/MacOS/Aquamacs
    prefix  = ~/Library/Application\ Support/Aquamacs\ Emacs

    lispdir = $(prefix)/org
    datadir = $(prefix)/org/data
    infodir = $(prefix)/org/info

And at the bottom of my .emacs file added:

    ;; org mode settings
    (defvar org-sys-directory "~/devel/org-mode/lisp"
       "The directory containing the org distribution.")
    (setq load-path (cons org-sys-directory load-path))

I created three directories in my Library via the terminal

    mkdir -pv ~/Library/Application\ Support/Aquamacs\ Emacs/org/data
(Continue reading)

David Reitter | 29 May 2013 00:58
Picon
Gravatar

Aquamacs 2.5 release candidate available

I am making Aquamacs 2.5 release candidate 1 available here:

http://braeburn.aquamacs.org/Aquamacs-Emacs-2.5rc1.dmg

Please send me bug reports and other feedback via the official channels.

The changes are as follows.

- Aquamacs is now signed and will now execute with the default GateKeeper settings in OS X 10.8.
- Full-screen now supports the standard Mac OS X 10.7 ``Lion'' full-screen mode:  The frame takes up the full
(main) display and uses its own screen.  Users may switch between screens as usual (mouse swipe or
C-left/right, for instance).  The old-style fullscreen mode is still available, however.  To maximize a
frame on the current space, allowing other frames on this space, type C-u A-S-Return, or prepend any of the
commands that enter fullscreen mode with C-u.
Thanks for research: Sandy Patterson and Daisuke Murase.
- Retina displays are now supported (high-resolution artwork is included in most cases).  LaTeX Preview
mode (AUCTeX) has been modified to show high-resolution previews.  (Technical note: other packages can
be updated by providing TIFFs with multiple resolutions, or by generating high-DPI images, setting
their DPI meta information correctly, and setting the new `ns-true-dpi-images-filename-string'
variable while loading images.)
- S-tab no longer mapped to C-y (ASCII 25, end of medium). Now properly handled as backtab.  Patch by Gracjan Polak.
- Aquamacs now provides experimental session persistency:  you can load and save sessions.  Use the new Load
Session, Save Session As menu entries in the File menu to use these new functions.  Note: Unlike the
formerly available functions from the `desktop' package, all frames, windows, tabs, buffers and some
customizations are saved.  Buffers not linked to a file, such as those showing processes, will not be
restored, and frames may not end up on the same space at this time.  Aquamacs now includes an adapted version
of the revive.el package by Hirose Yuuji.  We recommend that you do not load a different version of this
package yourself.
- Colors are now displayed in the ``color space'' that is set by the user for the specific display.  A slight
change in color shades may be noticed.
(Continue reading)

Daniel Marcelino | 13 May 2013 01:36

Put flyspell to work

Dear all,
I've an issue with flyspell, the error message I receive is the following: 

Starting new Ispell process [/usr/local/bin/aspell::default] ...
ispell-init-process: Error: No word lists can be found for the language "en_US".

I'm not using Aquamacs, which seems to provide this facility by default. Does anyone already solved something like this?
 

In my emacs file, flyspell is supposedly fine. 

;; Spelling ---------------------------------------------
(setq-default ispell-program-name "aspell")
 (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
 (dolist (hook '(text-mode-hook))
       (add-hook hook (lambda () (flyspell-mode 1))))
  (add-hook 'tex-mode-hook (lambda ()  (flyspell-mode 1)))
   (add-hook 'LaTeX-mode-hook (lambda () (flyspell-mode 1))) 
     (dolist (hook '(change-log-mode-hook log-edit-mode-hook))
       (add-hook hook (lambda () (flyspell-mode -1))))   
 (add-hook 'c++-mode-hook (lambda () (flyspell-prog-mode)))

\begin{signature}
Daniel Marcelino
☁ dm.silva <at> umontreal.ca 
☎ (514) 343 6111 #3799
Skype: d.marcelino 
✎ 3200 Jean Brillant,  Office C5071
Montreal, QC; H3T 1N8
Canada
\end{signature}

"Small steps toward a much better world"

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Ryan Brown | 25 Mar 2013 21:06
Picon
Gravatar

Re: MacOSX-Emacs Digest, Vol 65, Issue 4

That seems to fix it but my erlang-mode is gone.


On Mon, Mar 25, 2013 at 1:00 PM, <macosx-emacs-request <at> email.esm.psu.edu> wrote:
Send MacOSX-Emacs mailing list submissions to
        macosx-emacs <at> email.esm.psu.edu

To subscribe or unsubscribe via the World Wide Web, visit
        http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
or, via email, send a message with subject or body 'help' to
        macosx-emacs-request <at> email.esm.psu.edu

You can reach the person managing the list at
        macosx-emacs-owner <at> email.esm.psu.edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MacOSX-Emacs digest..."


Today's Topics:

   1. Question about keyboard shortcuts in Aquamacs (Ryan Brown)
   2. Re: Question about keyboard shortcuts in Aquamacs (David Reitter)


----------------------------------------------------------------------

Message: 1
Date: Mon, 25 Mar 2013 09:33:31 -0600
From: Ryan Brown <ryankbrown <at> gmail.com>
Subject: [OS X Emacs] Question about keyboard shortcuts in Aquamacs
To: macosx-emacs <at> email.esm.psu.edu
Message-ID:
        <CAChGYf8qPiyudCavwib46qqx4nZ+axkHZED9aoB_j2H3oVE+Cw <at> mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello all,

I am new to this group and to Aquamacs so excuse me if this is a simplistic
question. I have recently installed Aquamacs on my macbook and included my
required erlang-mode tools as well. Erlang mode seems to work great.
However, I am having an issue wit6h some of the keyboard shortcuts I'm used
to. Could someone tell me what it means when the shortcut from the menu
starts with question marks?

For example, my "New buffer in new tab" shortcut displays as ???T. If I
could map this to Command-T it would be perfectly intuitive to me. Or
really, just understanding what this means I can probably work with the
defaults.

Thanks in advance.

--
-rb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20130325/10281aba/attachment-0001.html

------------------------------

Message: 2
Date: Mon, 25 Mar 2013 12:44:11 -0400
From: David Reitter <david.reitter <at> gmail.com>
Subject: Re: [OS X Emacs] Question about keyboard shortcuts in
        Aquamacs
To: Emacs on Mac OS X Mailing List <macosx-emacs <at> email.esm.psu.edu>
Message-ID: <42B0E005-188C-4267-9B50-C3B71F700032 <at> gmail.com>
Content-Type: text/plain; charset=iso-8859-1

On Mar 25, 2013, at 11:33 AM, Ryan Brown <ryankbrown <at> gmail.com> wrote:
> For example, my "New buffer in new tab" shortcut displays as ???T. If I could map this to Command-T it would be perfectly intuitive to me. Or really, just understanding what this means I can probably work with the defaults.

This should not be, and I have never seen it.
I have insufficient information to give advice.

Could you please give us a list of step-by-step instructions, starting with "Start Aquamacs without customizations" from the "Help/Diagnose and Report Bug" menu?

Thanks
- David


--
http://aquamacs.org -- Aquamacs: Emacs on Mac OS X
http://aquamacs.org/donate -- Could we help you? Return the favor and support the Aquamacs Project!

------------------------------

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

End of MacOSX-Emacs Digest, Vol 65, Issue 4
*******************************************



--
-rb

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Ryan Brown | 25 Mar 2013 16:33
Picon
Gravatar

Question about keyboard shortcuts in Aquamacs

Hello all,

I am new to this group and to Aquamacs so excuse me if this is a simplistic question. I have recently installed Aquamacs on my macbook and included my required erlang-mode tools as well. Erlang mode seems to work great. However, I am having an issue wit6h some of the keyboard shortcuts I'm used to. Could someone tell me what it means when the shortcut from the menu starts with question marks?

For example, my "New buffer in new tab" shortcut displays as ???T. If I could map this to Command-T it would be perfectly intuitive to me. Or really, just understanding what this means I can probably work with the defaults.

Thanks in advance.

--
-rb

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Peter Salazar | 12 Mar 2013 11:17
Picon

Cannot open load file "tramp-loaddefs"

I'm getting this error when I try to open anything in tramp-mode. Any ideas?


Debugger entered--Lisp error: (file-error "Cannot open load file" "tramp-loaddefs")
  require(tramp-loaddefs)
  (progn (when (featurep ...) (require ...) (require ...) (require ...) (require ...) (require ...) (require ...) (require ...)) (require (quote advice)) (require (quote custom)) (require (quote format-spec)) (require (quote shell)) (require (quote trampver)) (require (quote tramp-loaddefs)) (if (featurep ...) (load "password" ...) (or ... ...)) (if (featurep ...) (load "auth-source" ...) (require ... nil ...)) (if (featurep ...) (require ...) (require ...)) (when (featurep ...) (unless ... ...) (delq ... byte-compile-default-warnings)) (unless (boundp ...) (defvar last-coding-system-used nil)) (when (boundp ...) (defvar byte-compile-not-obsolete-var nil) (setq byte-compile-not-obsolete-var ...) (defvar byte-compile-not-obsolete-vars nil) (setq byte-compile-not-obsolete-vars ...)) (unless (boundp ...) (defvar remote-file-name-inhibit-cache nil)) (defmacro tramp-compat-funcall (function &rest arguments) (if ... ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (or ... ...) (defadvice file-expand-wildcards ... ...) (add-hook ... ...)))
  (eval-and-compile (when (featurep ...) (require ...) (require ...) (require ...) (require ...) (require ...) (require ...) (require ...)) (require (quote advice)) (require (quote custom)) (require (quote format-spec)) (require (quote shell)) (require (quote trampver)) (require (quote tramp-loaddefs)) (if (featurep ...) (load "password" ...) (or ... ...)) (if (featurep ...) (load "auth-source" ...) (require ... nil ...)) (if (featurep ...) (require ...) (require ...)) (when (featurep ...) (unless ... ...) (delq ... byte-compile-default-warnings)) (unless (boundp ...) (defvar last-coding-system-used nil)) (when (boundp ...) (defvar byte-compile-not-obsolete-var nil) (setq byte-compile-not-obsolete-var ...) (defvar byte-compile-not-obsolete-vars nil) (setq byte-compile-not-obsolete-vars ...)) (unless (boundp ...) (defvar remote-file-name-inhibit-cache nil)) (defmacro tramp-compat-funcall (function &rest arguments) (if ... ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (fboundp ...) (defalias ... ...)) (unless (or ... ...) (defadvice file-expand-wildcards ... ...) (add-hook ... ...)))
  eval-buffer(#<buffer  *load*<2>> nil "/Users/peter/Library/Preferences/Aquamacs Emacs/tramp/lisp/tramp-compat.el" nil t)  ; Reading at buffer position 6641
  load-with-code-conversion("/Users/peter/Library/Preferences/Aquamacs Emacs/tramp/lisp/tramp-compat.el" "/Users/peter/Library/Preferences/Aquamacs Emacs/tramp/lisp/tramp-compat.el" nil t)
  require(tramp-compat)
  eval-buffer(#<buffer  *load*> nil "/Users/peter/Library/Preferences/Aquamacs Emacs/tramp/lisp/tramp.el" nil t)  ; Reading at buffer position 2293
  load-with-code-conversion("/Users/peter/Library/Preferences/Aquamacs Emacs/tramp/lisp/tramp.el" "/Users/peter/Library/Preferences/Aquamacs Emacs/tramp/lisp/tramp.el" t t)
  require(tramp nil t)
  ido-file-name-all-completions-1("/Users/peter/Dropbox/writing/notationaldata/")
  ido-file-name-all-completions("/Users/peter/Dropbox/writing/notationaldata/")
  ido-make-file-list-1("/Users/peter/Dropbox/writing/notationaldata/")
  ido-make-file-list(nil)
  ido-read-internal(file "Find file: " ido-file-history nil nil nil)
  ido-file-internal(raise-frame)
  ido-find-file()
  call-interactively(ido-find-file nil nil)


_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Peter Salazar | 12 Mar 2013 05:11
Picon

playing sounds in Aquamacs

Anyone know about playing system sounds in Aquamacs? 


I'm trying to implement the below, but I get "This Emacs binary lacks sound support."

(add-hook 'org-after-todo-state-change-hook 'my-org-after-todo)
(defun my-org-after-todo ()
  (org-clock-out-if-current)
  (play-sound-file "~/Library/Sounds/InkSoundStroke3.aif"))

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Peter Salazar | 8 Mar 2013 03:12
Picon

I somehow broke color-theme-select

I'm on Aquamacs 2.4 and I'm trying to run color-theme-select and I get command does not exist:


Debugger entered--Lisp error: (wrong-type-argument commandp color-theme-select)
  call-interactively(color-theme-select)
  (lambda nil (interactive) (call-interactively (intern ...)))()
  call-interactively((lambda nil (interactive) (call-interactively (intern ...))) nil nil)

I tried adding 

 (require 'color-theme)

and then I got the error below. Any thoughts? Thanks!


Debugger entered--Lisp error: (wrong-type-argument symbolp (link-visited info-xref))
  internal-get-lisp-face-attribute((link-visited info-xref) :family #<frame  *Minibuf-1* 0x2dbfd00>)
  face-attribute((link-visited info-xref) :family #<frame  *Minibuf-1* 0x2dbfd00>)
  color-theme-face-attr-construct((link-visited info-xref) #<frame  *Minibuf-1* 0x2dbfd00>)
  color-theme-spec-resolve-inheritance((:inherit))
  color-theme-spec(info-xref-visited)
  mapcar(color-theme-spec (default ac-candidate-face ac-completion-face ac-gtags-candidate-face ac-gtags-selection-face ac-selection-face ac-yasnippet-candidate-face ac-yasnippet-selection-face aquamacs-variable-width autoface-default blank-newline bold bold-italic bookmark-menu-heading border buffer-menu-buffer button calendar-today comint-highlight-input comint-highlight-prompt completion-list-mode-default completions-annotations completions-common-part completions-first-difference cua-global-mark cua-rectangle cua-rectangle-noselect cursor custom-button custom-button-mouse custom-button-pressed custom-button-pressed-unraised custom-button-unraised custom-changed custom-comment custom-comment-tag custom-documentation custom-face-tag custom-group-tag custom-group-tag-1 custom-invalid custom-link custom-modified custom-rogue custom-saved custom-set custom-state custom-themed custom-variable-button custom-variable-tag ...))
  color-theme-get-face-definitions()
  color-theme-make-snapshot()
  color-theme-select(nil)
  call-interactively(color-theme-select)
  (lambda nil (interactive) (call-interactively (intern ...)))()
  call-interactively((lambda nil (interactive) (call-interactively (intern ...))) nil nil)


_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Peter Salazar | 28 Feb 2013 07:35
Picon

getting dired to behave sanely

I'm working with dired (using dired-details, actually). 


Two questions for you smart people:

1. How do I get dired to list directories first, above the files? 
2. How do I get dired to list files in case-insensitive order? 

Thanks!

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
Peter Salazar | 16 Feb 2013 23:48
Picon

redraw problems in Aquamacs

Is anyone else getting redraw problems, i.e. endlessly repeating filename bar, when scrolling up and down in Aquamacs? 


Like this: 

How do I fix this? 

Thanks!

_____________________________________________________________
MacOSX-Emacs mailing list
MacOSX-Emacs <at> email.esm.psu.edu
http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx

Gmane