emacs-devel
[Top][All Lists]
Advanced

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

Re: Several serious problems


From: Stefan Monnier
Subject: Re: Several serious problems
Date: Mon, 12 Aug 2002 12:20:57 -0400

>     ucs-tables is installed in the RC branch and will thus be part of 
> Emacs-21.3.
>     It is not turned on by default, tho.  I think it's safe to turn on
>     unify-8859-on-encoding-mode (as is done on the trunk), but I'll let
>     others judge.
> 
> I think we should try this.  File corruption is a bug, and if we can
> fix it, we should.
> 
> Can you or someone show me precisely what change is needed?

I think we just need to add a call like

        (load "ucs-tables")
        (unify-8859-on-encoding-mode 1)

to startup.el (and add ucs-tables.el to the list of files that are dumped).


        Stefan





reply via email to

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