From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Unicode support for the MS Windows clipboard [new patch] Date: Tue, 31 Aug 2004 07:05:52 +0300 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <01c48f0f$Blat.v2.2.2$fa8f6740@zahav.net.il> References: <20040827.100646.45117880.Takaaki.Ota@am.sony.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1093925243 16621 80.91.224.253 (31 Aug 2004 04:07:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Aug 2004 04:07:23 +0000 (UTC) Cc: jasonr@gnu.org, Takaaki.Ota@am.sony.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 31 06:07:11 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C1zvK-0006Is-00 for ; Tue, 31 Aug 2004 06:07:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C200B-0007gQ-U3 for ged-emacs-devel@m.gmane.org; Tue, 31 Aug 2004 00:12:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2005-0007gA-FE for emacs-devel@gnu.org; Tue, 31 Aug 2004 00:12:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1zzy-0007dg-CD for emacs-devel@gnu.org; Tue, 31 Aug 2004 00:12:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1zzy-0007dP-44 for emacs-devel@gnu.org; Tue, 31 Aug 2004 00:11:58 -0400 Original-Received: from [192.114.186.15] (helo=balder.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C1zup-0006LL-U8; Tue, 31 Aug 2004 00:06:40 -0400 Original-Received: from zaretski ([80.230.148.99]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DTX86907 (AUTH halo1); Tue, 31 Aug 2004 07:06:29 +0300 (IDT) Original-To: Benjamin Riefenstahl X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Benjamin Riefenstahl on Mon, 30 Aug 2004 22:47:46 +0200) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26637 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26637 > Cc: eliz@gnu.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, > handa@m17n.org, jasonr@gnu.org > From: Benjamin Riefenstahl > Date: Mon, 30 Aug 2004 22:47:46 +0200 > > Benjamin Riefenstahl writes: > > I will fix the atexit() bit and see what I can do in terms of docs. > > See attached patch. > > I have kept the documentation rather high-level, because users > shouldn't need to do anything, the defaults are fine. A more detailed > documentation would have to go into the ELisp manual IMO. I don't think the documentation of this should go into msdog.texi. That section is for the MS-DOS port, and in the printed version it goes into an appendix. Windows users will not expect to find it there. I think we should leave msdog.texi alone and instead put the Windows-related text into mule.texi (since the only different aspect is the encoding/decoding issue).