help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Still problems with desktop.el -> coding


From: Peter Dyballa
Subject: Re: Still problems with desktop.el -> coding
Date: Wed, 5 Jul 2006 12:56:20 +0200


Am 05.07.2006 um 11:32 schrieb Sebastian Meisel:

---->
Beim Blick auf das Scheidungsrecht im Alten Testament, f™ällt auf das sie --
wie auch die Ehe -- nirgends ausdr™ücklich
<-------

Ah, that's a different case! So it's not the contents of the file desktop writes to save the names of buffers, it's the contents of the open buffers! This *cannot* be caused by desktop.el.

You might like to add to .emacs:

        (prefer-coding-system          'iso-latin-1-unix)

although LC_CTYPE set correctly should do this inherently.

Don't forget to save the files with corrected contents before leaving GNU Emacs! Otherwise you'll see the same again ...


Another cure is a header line like this:

        %%% -*- mode: LaTeX-mode; coding: iso-8859-15-unix; fill-column: 90 -*-

or the use of 'local variables' in the file's footer:

        %
        % Local Variables:
        % mode: LaTeX
        % fill-column: 160
        % coding-system: iso-latin-9
        % End:
        %
        %%



BTW, ``--´´ is not used in German, our ``Gedankenstrich´´ is ``-´´ (or is it TeX notation?). The comma is in the wrong place. The second ``das´´ should be ``dass´´ -- and it should be in that context ``auf, dass´´.

--
Mit friedvollen Grüßen

  Pete

The human animal differs from the lesser primates in his passion for lists of "Ten Best."
                                     -- H. Allen Smith






reply via email to

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