From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: iso-8859-1 and non-latin-1 chars Date: 06 Dec 2002 16:38:54 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039207460 10532 80.91.224.249 (6 Dec 2002 20:44:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 6 Dec 2002 20:44:20 +0000 (UTC) Cc: handa@etl.go.jp, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18KPKb-0002j9-00 for ; Fri, 06 Dec 2002 21:44:17 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18KPTN-0002jo-00 for ; Fri, 06 Dec 2002 21:53:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KOqx-0003el-00; Fri, 06 Dec 2002 15:13:39 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18KOqK-0003O5-00 for emacs-devel@gnu.org; Fri, 06 Dec 2002 15:13:00 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18KOqI-0003NW-00 for emacs-devel@gnu.org; Fri, 06 Dec 2002 15:12:59 -0500 Original-Received: from gnudist.gnu.org ([199.232.41.7]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18KOgI-0001cI-00; Fri, 06 Dec 2002 15:02:38 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by gnudist.gnu.org with esmtp (Exim 4.10.13) id 18KLWF-0004mT-00; Fri, 06 Dec 2002 11:40:03 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 18KLV8-0001Fw-00; Fri, 06 Dec 2002 16:38:54 +0000 Original-To: rms@gnu.org Original-Lines: 10 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9937 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9937 Richard Stallman writes: > Emacs normally does warn when the coding system doesn't handle all the > characters in the file. Is there a common scenario where that warning > is bypassed? I don't know how common, but for example: broken code (Gnus at times, I'd bet) or customizations (select Latin-1 for your BBDB database) and C-x RET c. Basically whenever the coding system is actually specified rather than selected from the set of somehow-preferred coding systems.