all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sebastian Meisel <sebastianmeisel@web.de>
Subject: Still problems with desktop.el -> coding
Date: Wed, 5 Jul 2006 11:32:09 +0200	[thread overview]
Message-ID: <200607051132.10561.sebastianmeisel@web.de> (raw)

Hallo,

I asked that question before, but got no proper answer, so I try it again.

I'm german, so I use iso-latin1 encoding on my files. Everything works fine as 
long as I don't use desktop.el. 
With that every non ascii-char is escaped with a \201-char:
---->
Beim Blick auf das Scheidungsrecht im Alten Testament, fällt auf das sie -- 
wie auch die Ehe -- nirgends ausdrücklich
<-------

I use Emacs 21.4-1 on gentoo linux 2006 (~x86).

I have set the LC und LANG variables to de_DE.iso-8859-1.

I experience no such problems when I load files directly = not through 
desktop.el.

Here is a .emacs.desktop-file:

--------->
;; -*- coding: emacs-mule; -*-
;; --------------------------------------------------------------------------
;; Desktop File for Emacs
;; --------------------------------------------------------------------------
;; Created Wed Jul  5 11:19:50 2006
;; Emacs version 21.4.1

;; Global section:
(setq desktop-missing-file-warning nil)
(setq tags-file-name nil)
(setq tags-table-list nil)
(setq search-ring nil)
(setq regexp-search-ring nil)
(setq register-alist nil)

;; Buffer section:
(desktop-create-buffer 205
  "/home/sebastian/.completions"
  " *completion-save-buffer*"
  'fundamental-mode
  nil
  2322
  '(nil nil)
  nil
  nil
  nil)

(desktop-create-buffer 205
  nil
  "Arbeit"
  'dired-mode
  nil
  2894
  '(nil nil)
  t
  '("/home/sebastian/TeX/Theologie/Kirchengeschichte/Arbeit/")
  nil)

(desktop-create-buffer 205
  "/home/sebastian/TeX/Theologie/AT-Theologie/Arbeit/Literatur.bib"
  "Literatur.bib"
  'bibtex-mode
  nil
  544
  '(nil nil)
  nil
  nil
  nil)

(desktop-create-buffer 205
  "/home/sebastian/TeX/Theologie/AT-Theologie/Arbeit/Scheidung.tex"
  "Scheidung.tex"
  'latex-mode
  '(auto-fill-mode flyspell-mode reftex-mode)
  2364
  '(1068 nil)
  nil
  nil
  '((TeX-master . t)))
<-----------

The buffer-file-coding-system variable ist set correctly to iso-latin-1.

I'd appreciate some help.
-- 
Sebastian Meisel

             reply	other threads:[~2006-07-05  9:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-05  9:32 Sebastian Meisel [this message]
2006-07-05 10:56 ` Still problems with desktop.el -> coding Peter Dyballa
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

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

  git send-email \
    --in-reply-to=200607051132.10561.sebastianmeisel@web.de \
    --to=sebastianmeisel@web.de \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.