unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Re: Still problems with desktop.el -> coding
Date: Wed, 5 Jul 2006 12:56:20 +0200	[thread overview]
Message-ID: <BE0D353B-A49C-4674-B6AC-93578DF36D58@Web.DE> (raw)
In-Reply-To: <200607051132.10561.sebastianmeisel@web.de>


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	other threads:[~2006-07-05 10:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-05  9:32 Still problems with desktop.el -> coding Sebastian Meisel
2006-07-05 10:56 ` Peter Dyballa [this message]
2006-07-05 11:44   ` Sebastian Meisel
2006-07-05 12:07     ` Peter Dyballa
2006-07-05 15:17     ` Solved: " Sebastian Meisel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BE0D353B-A49C-4674-B6AC-93578DF36D58@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).