From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Gritsch Newsgroups: gmane.emacs.devel Subject: Editing exportet registry files Date: Thu, 30 Jun 2005 22:27:00 +0200 Message-ID: <42C45594.9090207@iue.tuwien.ac.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120163145 17824 80.91.229.2 (30 Jun 2005 20:25:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2005 20:25:45 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 30 22:25:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Do5an-0002xg-Ie for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2005 22:25:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do5j7-0001eA-3Y for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2005 16:33:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do5iZ-0001VK-L4 for emacs-devel@gnu.org; Thu, 30 Jun 2005 16:33:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Do5iS-0001Ru-MT for emacs-devel@gnu.org; Thu, 30 Jun 2005 16:33:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do5iR-0001Ob-Di for emacs-devel@gnu.org; Thu, 30 Jun 2005 16:32:55 -0400 Original-Received: from [195.3.96.91] (helo=email.aon.at) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Do5hv-0003gj-33 for emacs-devel@gnu.org; Thu, 30 Jun 2005 16:32:23 -0400 Original-Received: (qmail 30222 invoked from network); 30 Jun 2005 20:27:07 -0000 Original-Received: from m233p016.adsl.highway.telekom.at (HELO [10.0.0.5]) ([62.47.197.16]) (envelope-sender ) by smarthub73.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 30 Jun 2005 20:27:07 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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 Xref: news.gmane.org gmane.emacs.devel:39976 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39976 Hi, when I export part of the registry on MS Windows to a .reg file, it is a Unicode file (little-endian) encoded with BOM (FF FE) as the first bytes. Is it possible to edit such a file with Emacs? Kind regards, Markus