[Dclug] Simple Emacs Question
Ted Smith
teddks at gmail.com
Mon Jul 13 09:50:27 EDT 2009
On Mon, 2009-07-13 at 08:52 -0400, Alan McConnell wrote:
> Actually there are two questions, both about the minor mode
> iso-accents-mode.
>
> 1. I know how to activact this mode inside an emacs session.
> But I want it always there! What command do I put in my .emacs
> file to do that?
>
Do you mean in text mode? I'm not much of an emacs wizard, so I don't
know how to do it globally, but to add that to text mode, you would add
it as a hook in .emacs, like this:
(add-hook 'text-mode-hook 'iso-accents-mode)
> 2. I find from google that iso-accents-mode is going, or
> maybe gone, from emacs v 22. Fortunately my emacs, in etch, is
> v 21. What can any emacs experts say about this situation?
> what do you use for umlauts, cedillas, etc?
I'm not too sure about this either, but those are all unicode
characters, right? Later emacsen have improved unicode support, so it
might be deprecated in favor of that.
Hope this helps, sorry I can't give you more certainty.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part
Url : http://calypso.tux.org/pipermail/dclug/attachments/20090713/8680998b/attachment-0002.bin
More information about the Dclug
mailing list