emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: superword-mode


From: Stefan Monnier
Subject: Re: superword-mode
Date: Wed, 27 Mar 2013 09:50:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> I still don't have the mutual exclusivity working; you can't go
> subword-superword with `M-x superword-mode'.  It goes
> subword-subword disabled->superword and you have to do
> `M-x superword-mode' twice.  See attached.

Feel free to install, thank you.

> +    (when superword-mode (superword-mode -1)))

This should be (when subword-mode (superword-mode -1))

> +    (when subword-mode (subword-mode -1)))

And this should be (when superword-mode (subword-mode -1))


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]