GNU bug report logs - #9905
24.0.90; File coding system issue for 'wombat' theme.

Previous Next

Package: emacs;

Reported by: Oleksandr Gavenko <gavenkoa <at> gmail.com>

Date: Sat, 29 Oct 2011 14:19:01 UTC

Severity: normal

Found in version 24.0.90

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 9905 in the body.
You can then email your comments to 9905 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#9905; Package emacs. (Sat, 29 Oct 2011 14:19:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Oleksandr Gavenko <gavenkoa <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 29 Oct 2011 14:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Oleksandr Gavenko <gavenkoa <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.90; File coding system issue for 'wombat' theme.
Date: Sat, 29 Oct 2011 17:15:59 +0300
 * M-x customize-themes
 * select wombat theme, RET
 * *Warning* buffer occur:

    These default coding systems were tried to encode text
    in the buffer ` *temp*':
      (iso-2022-7bit-unix (132 . 4194243) (133 . 4194230)) (utf-8-unix (132 .
      4194243) (133 . 4194230)) (windows-1251-unix (132 . 4194243) (133 .
      4194230))
    However, each of them encountered characters it couldn't encode:
      iso-2022-7bit-unix cannot encode these:  
      utf-8-unix cannot encode these:  
      windows-1251-unix cannot encode these:  

Problem string in 'wombat-theme.el':

;; Author: Kristoffer Gr¶nlund <krig <at> koru.se>

in world 'Gr*XX*ndlunt'.

In GNU Emacs 24.0.90.1 (i386-mingw-nt6.1.7601)
 of 2011-10-19 on MARVIN

-- 
Best regards!




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#9905; Package emacs. (Sat, 29 Oct 2011 14:38:02 GMT) Full text and rfc822 format available.

Message #8 received at 9905 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Oleksandr Gavenko <gavenkoa <at> gmail.com>
Cc: 9905 <at> debbugs.gnu.org
Subject: Re: bug#9905: 24.0.90; File coding system issue for 'wombat' theme.
Date: Sat, 29 Oct 2011 16:35:34 +0200
> From: Oleksandr Gavenko <gavenkoa <at> gmail.com>
> Date: Sat, 29 Oct 2011 17:15:59 +0300
> 
>  * M-x customize-themes
>  * select wombat theme, RET
>  * *Warning* buffer occur:
> 
>     These default coding systems were tried to encode text
>     in the buffer ` *temp*':
>       (iso-2022-7bit-unix (132 . 4194243) (133 . 4194230)) (utf-8-unix (132 .
>       4194243) (133 . 4194230)) (windows-1251-unix (132 . 4194243) (133 .
>       4194230))
>     However, each of them encountered characters it couldn't encode:
>       iso-2022-7bit-unix cannot encode these:  
>       utf-8-unix cannot encode these:  
>       windows-1251-unix cannot encode these:  
> 
> Problem string in 'wombat-theme.el':
> 
> ;; Author: Kristoffer Gr¶nlund <krig <at> koru.se>

I cannot reproduce your problem, but I added an encoding cookie to the
file.  Can you see if appending

    -*-coding: utf-8 -*-

to the end of the first line of that file makes the warning go away?





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#9905; Package emacs. (Sat, 29 Oct 2011 14:45:02 GMT) Full text and rfc822 format available.

Message #11 received at 9905 <at> debbugs.gnu.org (full text, mbox):

From: Oleksandr Gavenko <gavenkoa <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 9905 <at> debbugs.gnu.org
Subject: Re: bug#9905: 24.0.90; File coding system issue for 'wombat' theme.
Date: Sat, 29 Oct 2011 17:41:54 +0300
29.10.2011 17:35, Eli Zaretskii пишет:
>> From: Oleksandr Gavenko<gavenkoa <at> gmail.com>
>> Date: Sat, 29 Oct 2011 17:15:59 +0300
>>
>>   * M-x customize-themes
>>   * select wombat theme, RET
>>   * *Warning* buffer occur:
>>
>>      These default coding systems were tried to encode text
>>      in the buffer ` *temp*':
>>        (iso-2022-7bit-unix (132 . 4194243) (133 . 4194230)) (utf-8-unix (132 .
>>        4194243) (133 . 4194230)) (windows-1251-unix (132 . 4194243) (133 .
>>        4194230))
>>      However, each of them encountered characters it couldn't encode:
>>        iso-2022-7bit-unix cannot encode these:
>>        utf-8-unix cannot encode these:
>>        windows-1251-unix cannot encode these:
>>
>> Problem string in 'wombat-theme.el':
>>
>> ;; Author: Kristoffer Gr¶nlund<krig <at> koru.se>
>
> I cannot reproduce your problem, but I added an encoding cookie to the
> file.  Can you see if appending
>
>      -*-coding: utf-8 -*-
>
> to the end of the first line of that file makes the warning go away?

Putting:

  ;; -*-coding: utf-8 -*-

to c:/opt/emacs-24.0.90/etc/themes/wombat-theme.el
resolve issue.





Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sat, 29 Oct 2011 15:27:01 GMT) Full text and rfc822 format available.

Notification sent to Oleksandr Gavenko <gavenkoa <at> gmail.com>:
bug acknowledged by developer. (Sat, 29 Oct 2011 15:27:03 GMT) Full text and rfc822 format available.

Message #16 received at 9905-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Oleksandr Gavenko <gavenkoa <at> gmail.com>
Cc: 9905-done <at> debbugs.gnu.org
Subject: Re: bug#9905: 24.0.90; File coding system issue for 'wombat' theme.
Date: Sat, 29 Oct 2011 17:24:54 +0200
> Date: Sat, 29 Oct 2011 17:41:54 +0300
> From: Oleksandr Gavenko <gavenkoa <at> gmail.com>
> CC: 9905 <at> debbugs.gnu.org
> 
> > I cannot reproduce your problem, but I added an encoding cookie to the
> > file.  Can you see if appending
> >
> >      -*-coding: utf-8 -*-
> >
> > to the end of the first line of that file makes the warning go away?
> 
> Putting:
> 
>    ;; -*-coding: utf-8 -*-
> 
> to c:/opt/emacs-24.0.90/etc/themes/wombat-theme.el
> resolve issue.

Thanks; closing this bug.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 27 Nov 2011 12:24:02 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 162 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.