From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans-Christoph Wirth Newsgroups: gmane.emacs.bugs Subject: utf-16-le-pre-write-conversion not defined Date: Thu, 2 Jun 2005 16:17:16 +0200 (CEST) Message-ID: <20050602141716.520B516A13@helvetika.informatik.uni-wuerzburg.de> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117725201 16938 80.91.229.2 (2 Jun 2005 15:13:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Jun 2005 15:13:21 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 02 17:13:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DdrM5-0004eF-4r for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Jun 2005 17:11:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DdrRa-0004Ml-Sz for geb-bug-gnu-emacs@m.gmane.org; Thu, 02 Jun 2005 11:17:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DdrQl-00041V-Ia for bug-gnu-emacs@gnu.org; Thu, 02 Jun 2005 11:16:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DdrQk-000411-Q1 for bug-gnu-emacs@gnu.org; Thu, 02 Jun 2005 11:16:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DdrQ2-0003kK-Oz for bug-gnu-emacs@gnu.org; Thu, 02 Jun 2005 11:15:38 -0400 Original-Received: from [132.187.3.28] (helo=wrzx28.rz.uni-wuerzburg.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ddr91-0006VJ-A7 for bug-gnu-emacs@gnu.org; Thu, 02 Jun 2005 10:58:03 -0400 Original-Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de [132.187.1.30]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 9FB10D96FE for ; Thu, 2 Jun 2005 16:17:16 +0200 (CEST) Original-Received: from virusscan (localhost [127.0.0.1]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id 842819EBDC for ; Thu, 2 Jun 2005 16:17:16 +0200 (CEST) Original-Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP id 7036B9EAD8 for ; Thu, 2 Jun 2005 16:17:16 +0200 (CEST) Original-Received: from helvetika.informatik.uni-wuerzburg.de (winx15.informatik.uni-wuerzburg.de [132.187.8.15]) by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP id 600E5D96FE for ; Thu, 2 Jun 2005 16:17:16 +0200 (CEST) Original-Received: by helvetika.informatik.uni-wuerzburg.de (Postfix, from userid 195) id 520B516A13; Thu, 2 Jun 2005 16:17:16 +0200 (CEST) Original-To: bug-gnu-emacs@gnu.org X-Virus-Scanned: by amavisd-new (Rechenzentrum Universitaet Wuerzburg) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:12064 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:12064 In GNU Emacs 21.4.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2005-05-12 on ypsilon Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: en_US value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: **** **** **** 1. Load a file in utf-16 (common file format in Windows): C-x RET c utf-16-le-dos RET C-x C-f filename RET 2. Do some edits 3. Save with C-x C-s This throws an error about utf-16-le-pre-write-conversion not defined as function. The file is not saved. I'm not sure what this function is supposed to do; when I define it as a noop function, it works for me: (defun utf-16-le-pre-write-conversion (a b))