From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63888 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: `.newsrc.eld' saves chinese group name in wrong coding Date: Wed, 25 Oct 2006 14:03:09 -0400 Message-ID: References: <87mz7tm2wn.fsf@furball.mit.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1161799430 32724 80.91.229.2 (25 Oct 2006 18:03:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 18:03:50 +0000 (UTC) Cc: id.brep@gmail.com, emacs-pretest-bug@gnu.org, yamaoka@jpl.org, ding@gnus.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Wed Oct 25 20:03:45 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gcn6B-0000cL-JU for gebp-emacs-pretest-bug@gmane.org; Wed, 25 Oct 2006 20:03:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gcn6B-00077x-0D for gebp-emacs-pretest-bug@gmane.org; Wed, 25 Oct 2006 14:03:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gcn5r-0006wc-Td for emacs-pretest-bug@gnu.org; Wed, 25 Oct 2006 14:03:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gcn5r-0006vp-2y for emacs-pretest-bug@gnu.org; Wed, 25 Oct 2006 14:03:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gcn5q-0006vj-T6 for emacs-pretest-bug@gnu.org; Wed, 25 Oct 2006 14:03:10 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gcn5q-0002zW-Iz for emacs-pretest-bug@gnu.org; Wed, 25 Oct 2006 14:03:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Gcn5p-0006bW-Uy; Wed, 25 Oct 2006 14:03:10 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Tue, 24 Oct 2006 14:14:05 -0400) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:14785 gmane.emacs.gnus.general:63888 Archived-At: C-y/M-y uses `insert' somewhere internally. My suggestion is to make `insert' signal an error when faced with the need to insert a multibyte string in a unibyte buffer. This doesn't mean that C-y/M-y should propagate this error. That might work. We could try it, after the release.