unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9905: 24.0.90; File coding system issue for 'wombat' theme.
@ 2011-10-29 14:15 Oleksandr Gavenko
  2011-10-29 14:35 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Gavenko @ 2011-10-29 14:15 UTC (permalink / raw)
  To: 9905

 * 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@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!





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9905: 24.0.90; File coding system issue for 'wombat' theme.
  2011-10-29 14:15 bug#9905: 24.0.90; File coding system issue for 'wombat' theme Oleksandr Gavenko
@ 2011-10-29 14:35 ` Eli Zaretskii
  2011-10-29 14:41   ` Oleksandr Gavenko
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2011-10-29 14:35 UTC (permalink / raw)
  To: Oleksandr Gavenko; +Cc: 9905

> From: Oleksandr Gavenko <gavenkoa@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@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?






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9905: 24.0.90; File coding system issue for 'wombat' theme.
  2011-10-29 14:35 ` Eli Zaretskii
@ 2011-10-29 14:41   ` Oleksandr Gavenko
  2011-10-29 15:24     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Gavenko @ 2011-10-29 14:41 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 9905

29.10.2011 17:35, Eli Zaretskii пишет:
>> From: Oleksandr Gavenko<gavenkoa@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@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.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#9905: 24.0.90; File coding system issue for 'wombat' theme.
  2011-10-29 14:41   ` Oleksandr Gavenko
@ 2011-10-29 15:24     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2011-10-29 15:24 UTC (permalink / raw)
  To: Oleksandr Gavenko; +Cc: 9905-done

> Date: Sat, 29 Oct 2011 17:41:54 +0300
> From: Oleksandr Gavenko <gavenkoa@gmail.com>
> CC: 9905@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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-29 15:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-29 14:15 bug#9905: 24.0.90; File coding system issue for 'wombat' theme Oleksandr Gavenko
2011-10-29 14:35 ` Eli Zaretskii
2011-10-29 14:41   ` Oleksandr Gavenko
2011-10-29 15:24     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

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).