From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: 23.0.50; encoding EURO from greek-iso8859-7 Date: Wed, 21 Nov 2007 20:10:26 +0100 Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-7 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1195672404 22815 80.91.229.12 (21 Nov 2007 19:13:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Nov 2007 19:13:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 21 20:13:24 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iuv0k-0003rB-Gr for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 20:13:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iuv0W-0004Py-Ck for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 14:13:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iuv0S-0004OR-Jg for emacs-devel@gnu.org; Wed, 21 Nov 2007 14:13:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iuv0Q-0004Na-Rl for emacs-devel@gnu.org; Wed, 21 Nov 2007 14:13:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iuv0Q-0004NS-Hi for emacs-devel@gnu.org; Wed, 21 Nov 2007 14:13:02 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Iuv0Q-0007bG-5i for emacs-devel@gnu.org; Wed, 21 Nov 2007 14:13:02 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Iuv06-00061o-1e for emacs-devel@gnu.org; Wed, 21 Nov 2007 19:12:42 +0000 Original-Received: from p54a95312.dip.t-dialin.net ([84.169.83.18]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Nov 2007 19:12:42 +0000 Original-Received: from Reiner.Steib by p54a95312.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Nov 2007 19:12:42 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 64 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54a95312.dip.t-dialin.net X-Face: mtjf/D:es1T0wHO:&CJ'ZXe"l; 3C--rw\z!{`eFwL){|]RpI+4{u25L=5C /0>KuGeTsk<~<&NE-AKV1560e!+RJeyWmSskkrJm?[vUV#66{T_m|Ae<||Ku#Mk5`y&O`n~z2; n8eP J5#2h@2eQgV@E70IY_0WlEx!"&giy{+\%h1LJox$zv@/l%ZmU4^tZA>xQpnkUBVC5.jpg#0'(+2?Rs )NAr:>3<=WxHE$ktbLysDIM5TbmHu*3 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83803 Archived-At: M-x report-emacs-bug RET wrote: > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: Prepare this file: $ cat /tmp/E-7.el (insert (make-char 'greek-iso8859-7 164)) Start Emacs in UTF-8 locale: LC_ALL=en_US.UTF-8 emacs -Q /tmp/E-7.el In Emacs: `M->', `C-x C-e', `C-x C-s'. I get: ,---- | These default coding systems were tried to encode text | in the buffer `E-7.el': | undecided-unix mule-utf-8-unix | However, each of them encountered characters it couldn't encode: | undecided-unix cannot encode these: ¤ | mule-utf-8-unix cannot encode these: ¤ | | Click on a character (or switch to this window by `C-x o' | and select the characters by RET) to jump to the place it appears, | where `C-u C-x =' will give information about it. | | Select one of the safe coding systems listed below, | or cancel the writing with C-g and edit the buffer | to remove or modify the problematic characters, | or specify any other coding system (and risk losing | the problematic characters). | | iso-8859-7 iso-2022-7bit `---- Expected behavior: Save the file in utf-8. The same happens with the Emacs_22 branch. I suppose it would work in unicode-2, so its not too important for the trunk. Is their a way to make it work on Emacs 22 as well? > In GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.10.6) > of 2007-11-21 on viandante > Windowing system distributor `The X.Org Foundation', version 11.0.70199902 > configured using `configure '--prefix=/import/xtra/emacs/HEAD' '--with-gtk' '--exec-prefix=/import/xtra/emacs/HEAD-i686' 'CFLAGS=-Wno-pointer-sign -O0 -fno-crossjumping -gdwarf-2 -g3'' > Important settings: > value of $LC_ALL: en_US.UTF-8 > value of $LC_COLLATE: nil > value of $LC_CTYPE: nil > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: en_US.UTF-8 > locale-coding-system: utf-8 > default-enable-multibyte-characters: t Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/