From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: Re: bad interaction with C-x RET c and vc-cvs-registered Date: 31 Mar 2003 10:58:22 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1049101101.531.2.camel@localhost> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1049101765 21219 80.91.224.249 (31 Mar 2003 09:09:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2003 09:09:25 +0000 (UTC) Cc: handa@m17n.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 31 11:09:24 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18zvIB-0005W5-00 for ; Mon, 31 Mar 2003 11:09:23 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18zvLw-000255-00 for ; Mon, 31 Mar 2003 11:13:16 +0200 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 18zvFg-0002qO-0A for emacs-devel@quimby.gnus.org; Mon, 31 Mar 2003 04:06:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18zvDM-000229-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 04:04:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18zv8K-00008r-00 for emacs-devel@gnu.org; Mon, 31 Mar 2003 03:59:13 -0500 Original-Received: from pd9e0e0ea.dip.t-dialin.net ([217.224.224.234] helo=localhost) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18zv7a-0008Su-00; Mon, 31 Mar 2003 03:58:26 -0500 Original-Received: from spiegel by localhost with local (Exim 3.36 #1 (Debian)) id 18zv7W-0000BA-00; Mon, 31 Mar 2003 10:58:22 +0200 Original-To: emacs-devel@gnu.org In-Reply-To: X-Mailer: Ximian Evolution 1.2.3 Original-cc: rms@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12759 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12759 > Date: Fri, 28 Mar 2003 11:30:05 +0900 (JST) > From: Kenichi Handa [...] > This is because the function vc-cvs-registered is called > while coding-system-for-read being bound to utf-16, so it > reads the file "CVS/Entries" with utf-16 coding system (via > vc-insert-file), thus can't find FILENAME in that file. I'm working on it. Thanks for pointing it out.