From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jon Mountjoy Newsgroups: gmane.emacs.bugs Subject: Copy and paste any non-standard character on OS X (mac) fails Date: Mon, 17 May 2004 15:14:37 +0100 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87742142-A80C-11D8-A68C-000A95ACC58A@netcomuk.co.uk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1084818863 29019 80.91.224.253 (17 May 2004 18:34:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 18:34:23 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon May 17 20:34:08 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPmw5-0002Lz-00 for ; Mon, 17 May 2004 20:34:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPmmr-0004hj-H2 for geb-bug-gnu-emacs@m.gmane.org; Mon, 17 May 2004 14:24:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPlR7-0003Li-7z for bug-gnu-emacs@gnu.org; Mon, 17 May 2004 12:57:57 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPjFH-0004Q8-VF for bug-gnu-emacs@gnu.org; Mon, 17 May 2004 10:38:08 -0400 Original-Received: from [209.228.29.85] (helo=n082.sc1.cp.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPiui-0000Kp-7o for bug-gnu-emacs@gnu.org; Mon, 17 May 2004 10:16:20 -0400 Original-Received: from [81.103.145.221] (81.103.145.221) by n082.sc1.cp.net (7.0.027.3-1) id 409F62C10006E9E8 for bug-gnu-emacs@gnu.org; Mon, 17 May 2004 14:16:17 +0000 Original-To: bug-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.613) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7962 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7962 Hi, I have the latest CVS HEAD built, running on Panther. (version says=20 it's 21.3.50.1) [I notice that in this build Emacs is using a different default fontset=20= for a file I have that contains French. (fontset-mac) - which is=20 great.] The problem is as follows: Open up Emacs, and run the command: set-input-method . Select=20 something like French postfix. Now if I enter something like e' with an accent, then it looks fine. (I get e with accent above = it) However, you can't copy and paste the text from the emacs buffer to=20 another Mac application successfully. For example, going from Emacs to Mail I get "=C8" for the character (accent wrong = way,=20 cap E). And going from a Mac app to Emacs I get "\216" instead of the e character with accent. Any ideas? Thanks Jon=