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

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

Spurious \202 before latin-2 letters in CVS controlled files when restor


From: Jakub Narebski
Subject: Spurious \202 before latin-2 letters in CVS controlled files when restoring status using desktop.el
Date: Fri, 11 May 2001 18:03:46 +0200 (CEST)

In GNU Emacs 20.7.2 (i386-slackware-linux-gnu, X toolkit)
 of Mon Jun 19 2000 on zap
configured using `configure  i386-slackware-linux --prefix=/usr --with-x11
--with-x-toolkit --with-pop'

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


I use Emacs in unibyte mode to write in Polish (iso-8859-2 aka latin-2
charset). I have put
  (standard-display-european t)
in my .emacs. I do not use MULE (mainly because I don't have proper
latin-2 fonts; e.g. Polish letter ą, which should be under aogonek, is
under name of latin-1 character of its code, namely plusminus).

I put the following lines in my .emacs
  (desktop-load-default)
  (desktop-read)
to have the ability to save session (per directory basis) using
desktop-save (from desktop.el). I opened file which is under some
version control system (e.g. under RCS or CVS) and Emacs uses VC e.g. to
display CVS-1.1 in modeline. Then I saved desktop using M-x desktop-save.
When I restored session by running emacs in the directory where I saved
the session, there were spurious \202 or \201 characters before each
Polish letter.

The \202 character is visible when file is under RCS and CVS. This
character dissapears after checkin/checkout. It does not disappear after
redraw (C-l).


There are no changes in desktop.el configuration.

-- 
Jakub Narębski
    Poland




reply via email to

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