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: Recursive `require' for feature `code-pages' (was: Additional autoload-coding-system entries in code-pages.el) Date: Mon, 07 Mar 2005 16:18:04 +0100 Message-ID: References: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1110210366 30885 80.91.229.2 (7 Mar 2005 15:46:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2005 15:46:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 07 16:46:05 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8KJy-00052l-MW for ged-emacs-devel@m.gmane.org; Mon, 07 Mar 2005 16:39:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8Kdl-0005V0-Nu for ged-emacs-devel@m.gmane.org; Mon, 07 Mar 2005 10:59:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8KcC-0004rs-Fq for emacs-devel@gnu.org; Mon, 07 Mar 2005 10:57:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8KcA-0004qn-DQ for emacs-devel@gnu.org; Mon, 07 Mar 2005 10:57:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8KZy-0003pF-ED for emacs-devel@gnu.org; Mon, 07 Mar 2005 10:55:34 -0500 Original-Received: from [134.60.1.1] (helo=mail.uni-ulm.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D8Jzm-0000Iy-0C for emacs-devel@gnu.org; Mon, 07 Mar 2005 10:18:10 -0500 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.3/8.13.3) with ESMTP id j27FI6mY016995 for ; Mon, 7 Mar 2005 16:18:06 +0100 (MET) Original-Received: by bridgekeeper.physik.uni-ulm.de (Postfix, from userid 170) id A7E7B10144; Mon, 7 Mar 2005 16:18:04 +0100 (CET) Mail-Followup-To: Original-To: X-Face: .*T0'iU(sujq_j9\J>-d4fg; N/1++U#U$_5ii6k.=|"-n'?5O:Hyz&wi'-!I~,}7~GgT=0S /&-R5sbkNy5+Xo1y{Tw2KKxi@Xh"g@]Qc|.U<*]WDd)qvGowFDvfU1F]{EDho:7P0@|oOD=Bc{K4?> WP68K[Mx:}=`ZT'6g4'f+g?;`vri2!)xGy}3:=l'(/Cea0l4lo^H5#@/Z3ev User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DCC-dcc3mcgill-Metrics: gemini 1275; Body=1 Fuz1=1 Fuz2=1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34282 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34282 --=-=-= On Fri, Mar 04 2005, Reiner Steib wrote: > On Tue, Mar 01 2005, Stefan Monnier wrote: > >> Reiner Steib wrote: >>> I propose to add autoloads for all iso-8859-* and windows-125* coding >>> systems. With these autoload, Gnus (and probably also other Emacs >>> based mail and news readers) are able to display articles with the >>> corresponding MIME charsets correctly. > [...] >> So those autoloads would indeed be very helpful, > > On Thu, Mar 03 2005, Richard Stallman wrote: > >> It seems good it me. Handa, do you agree? > > As nobody seems to object, I have installed the patch. There's a problem with this: - Save the attached file as "Latin-7.txt". - Start Emacs: $ LC_ALL=C emacs -Q Latin-7.txt - C-h v buffer-file-coding-system RET gives: ,---- | buffer-file-coding-system's value is iso-latin-7 | Local in buffer Latin-7.txt; global value is nil | Automatically becomes buffer-local when set in any fashion. `---- But the non-ASCII characters are displayed as \377, and the mode line doesn't display latin-7 but undecided. - In the *Messages* buffer, I get: Error during redisplay: (error Recursive `require' for feature `code-pages') [9 times] `M-: (featurep 'code-pages) RET' gives t. - When loading the file "Latin-7.txt" again, the non-ASCII characters are displayed correctly. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/ --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename=Latin-7.txt Content-Transfer-Encoding: quoted-printable Content-Description: Latin-7 aka iso-8859-13 sample ;; Text in Latin-7 aka iso-8859-13 coding: (require =E2=80=99pc-mode) ;; Wrong: =E2=80=99 instead of ' (pc-selection-mode) (require =E2=80=99tex-site) ;; Wrong: =E2=80=99 instead of ' Gr=C3=BC=C3=9Fe ;; Local Variables: ;; coding: iso-8859-13 ;; End: --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--