From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: Re: utf-8 cut/paste Date: Mon, 24 May 2004 17:00:25 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: sds@gnu.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1085442041 13187 80.91.224.253 (24 May 2004 23:40:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 May 2004 23:40:41 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 25 01:40:35 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSP3b-0000J4-00 for ; Tue, 25 May 2004 01:40:35 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BSP3b-0007pw-00 for ; Tue, 25 May 2004 01:40:35 +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 1BSNNk-0003uw-Uc for emacs-devel@quimby.gnus.org; Mon, 24 May 2004 17:53:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BSNFF-0002KW-47 for emacs-devel@gnu.org; Mon, 24 May 2004 17:44:29 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BSMkW-0002vM-K1 for emacs-devel@gnu.org; Mon, 24 May 2004 17:13:25 -0400 Original-Received: from [198.112.236.6] (helo=alphatech.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSMYk-0000B7-51; Mon, 24 May 2004 17:00:34 -0400 Original-Received: from WINSTEINGOLDLAP ([10.0.64.31]) by alphatech.com (8.12.10/8.12.10) with ESMTP id i4OL0PpT025787; Mon, 24 May 2004 17:00:25 -0400 (EDT) Original-To: Benjamin Riefenstahl X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. Mail-Copies-To: never In-Reply-To: (Benjamin Riefenstahl's message of "Mon, 24 May 2004 21:19:03 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23905 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23905 Hi Benny, Suppose I have a utf-8 buffer (all my buffers are unicode because of (prefer-coding-system 'utf-8) and (modify-coding-system-alist 'file "" 'utf-8)) with cyrillic characters. what do I do to get them into firefox? I already do (when (fboundp 'utf-translate-cjk-mode) (utf-translate-cjk-mode 1)) (when (fboundp 'unify-8859-on-decoding-mode) (unify-8859-on-decoding-mode 1)) (when (fboundp 'unify-8859-on-encoding-mode) (unify-8859-on-encoding-mode 1)) -- Sam Steingold (http://www.podval.org/~sds) running w2k Even Windows doesn't suck, when you use Common Lisp