Richard Cobbe | 1 Feb 02:07
Favicon

Re: mac-right-option-modifier in AppKit emacs?

On Mon, Jan 30, 2012 at 02:11:55PM +0100, Peter Dyballa wrote:
>
> Am 30.1.2012 um 14:03 schrieb Richard Cobbe:
>
> > Happy to -- where should I file the report?
>
> In the Help menu you'll find a hint: "Send Bug Report…".

Heh.  You can probably tell how often I use the menus in Emacs.  Thanks for
the pointer.

I did a little bit more digging, and it turns out that the problem only
arises when I add YAMAMOTO Mitsuharu's patch.  If I build emacs-23.3 with
no patches, then the variable exists, and setting it has the expected
effect.

Is filing a bug through the channel you described the right way to report a
problem with the AppKit patch?

Richard
_____________________________________________________________
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 Dyballa | 1 Feb 10:43
Picon

Re: mac-right-option-modifier in AppKit emacs?


Am 1.2.2012 um 02:07 schrieb Richard Cobbe:

> Is filing a bug through the channel you described the right way to report a
> problem with the AppKit patch?

Yes. Therefore the address is patched. Otherwise you would send the bug report to bug-gnu-emacs list.
(Check it in the unpatched version!)

--
Greetings

  Pete

My sister opened a computer store in Hawaii.  She sells C shells down by the seashore.

_____________________________________________________________
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
Martin Buchmann | 7 Feb 22:43

Weird problems using aspell in Aquamacs 2.4

Hi all,

it has been a while since I used the wonderful Aquamacs on a regular basis but now I am working on one of my hobby
projects and stumbled about a problem I was not able to solve with all my experience in different Emacs
flavors and after spending two nights surfing the web for a solution. So, I hope someone can point me to the
right direction here.

I am using macports aspell on my system with dictionaries for german and english. I have set the variable
'ispell-dictionary' to 'de-alt' which is the dictionary for the old german orthography. If I invoke
ispell via 'M-x ispell-buffer' everything is fine. But if I want to work on an english text and set the file
local variable 'ispell-local-dictionary' to 'en' or invoke the command 'ispell-change-dictionary'
to change the dict I get the following error after 'M-x ispell buffer'. 

> Debugger entered--Lisp error: (error "Error: Expected language \"en\" but got \"de-alt\".")
>   signal(error ("Error: Expected language \"en\" but got \"de-alt\"."))
>   ad-Orig-error("%s" "Error: Expected language \"en\" but got \"de-alt\".")
>   apply(ad-Orig-error ("%s" "Error: Expected language \"en\" but got \"de-alt\"."))
>   error("%s" "Error: Expected language \"en\" but got \"de-alt\".")
>   ispell-init-process()
>   ispell-buffer-local-words()
>   ispell-accept-buffer-local-defs()
>   ispell-region(1 637)
>   ispell-buffer()
>   call-interactively(ispell-buffer t nil)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command nil nil)
> 

I tried to delete all customization in the ispell group without any difference so far. Using flyspell leads
to the same error, which should be expected I guess. I couldn't find any location where aspell is forced to
(Continue reading)

David Reitter | 7 Feb 23:09
Picon
Gravatar

Re: Weird problems using aspell in Aquamacs 2.4

On Feb 7, 2012, at 4:43 PM, Martin Buchmann wrote:
>> Debugger entered--Lisp error: (error "Error: Expected language \"en\" but got \"de-alt\".")
>>  

I can't tell what's going on here, but if you want to get it to work - would you be averse to using the standard OS
X spell-checker?  That's what Aquamacs supports out of the box.

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

Martin Buchmann | 9 Feb 21:57

Re: Weird problems using aspell in Aquamacs 2.4

Hi David,

thanks for your reply. I have no problem with the standard OS X spell-checker. I erased my customization for
the variable 'ispell-programm-name', which was aspell and is now NSSpellChecker and it seems to work so far.

Best regards
  Martin

_____________________________________________________________
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

Gregorio Pellegrino | 11 Feb 09:08
Picon

automatic new line

Hi,

I'm new to Aquamacs. I'm using this software to develop some code for Octave (Matlab language).

I have this problem: while I'm writing, sometimes the software add "..." to the line and automatically make a new line, how can I disable this?

Sorry for my english,
Greg
_____________________________________________________________
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
William Slough | 11 Feb 21:12
Picon

Re: automatic new line

The feature you are looking to disable is auto-fill.

Adding these lines to ~/Library/Preferences/Aquamacs Emacs/Prefences.el will turn it off:

(defun my-matlab-mode-hook ()
    (turn-off-auto-fill))
(setq matlab-mode-hook 'my-matlab-mode-hook)

Hope that helps...

Bill

On Sat, Feb 11, 2012 at 2:08 AM, Gregorio Pellegrino <greghy90 <at> gmail.com> wrote:
Hi,
I'm new to Aquamacs. I'm using this software to develop some code for Octave (Matlab language).

I have this problem: while I'm writing, sometimes the software add "..." to the line and automatically make a new line, how can I disable this?

Sorry for my english,
Greg

_____________________________________________________________
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


_____________________________________________________________
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 | 14 Feb 06:57
Picon

problems updating org-mode on Aquamacs

I'm running Aquamacs, which I downloaded as a .dmg and installed. It comes with org-mode 6.33 or thereabouts. I'm trying to get a current version of org-mode. 

I downloaded org-mode 7.8.03, did a setq load-path (cons to the org directory, then used the package manager to install org from within Aquamacs. I can verify that org now states its version as 7.8.03. 

But now whenever I save a file or open a new one, I get spinning rainbow pinwheel of death. Do I have to compile the package somehow? 

I downloaded org-mode again and followed the instructions to do "make" and "make install," but it didn't have any effect. Still pinwheel. 

So I tried downloading the Aquamacs binary and compiling that instead, but I couldn't get it to work. Every time I try to compile Aquamacs using make or /.build-aquamacs, it gets stuck on: 

Compiling /Applications/aquamacs-emacs-binary/lisp/international/ucs-normalize.el

All I want is to run Aquamacs with a recent version of org-mode... with enough speed that I don't have to wait ten seconds every time I open a new file! 

Any thoughts? Thanks for any help. 
_____________________________________________________________
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
David Reitter | 14 Feb 14:16
Picon
Gravatar

Re: problems updating org-mode on Aquamacs

On Feb 14, 2012, at 12:57 AM, Peter Salazar wrote:

> But now whenever I save a file or open a new one, I get spinning rainbow pinwheel of death. Do I have to compile
the package somehow? 

(Byte-)Compiling does not significantly speed up Lisp code.

> So I tried downloading the Aquamacs binary and compiling that instead, but I couldn't get it to work.

I presume you downloaded the source from the Git repository.

> Every time I try to compile Aquamacs using make or /.build-aquamacs, it gets stuck on: 
> 
> Compiling /Applications/aquamacs-emacs-binary/lisp/international/ucs-normalize.el

I think this one takes a long time.  How long did you wait?

We provide binaries of the current sources: http://aquamacs.org/nightlies.shtml . Perhaps that would
make things easier for you.

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

Max Arnold | 14 Feb 16:05
Picon

use system input source shortcut in Aquamacs

Hi,

Is it possible to use single shortcut to switch input language both in OS X and Emacs simultaneously? On
Linux this
can be achieved with Xxkb and the following snippet:

(setf (gethash #xfe08 x-keysym-table) (aref (kbd "C-\\") 0))

Does anyone know how to configure Aquamacs in a similar way? This will be really helpful.

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