From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: yavannadil@yahoo.com Newsgroups: gmane.emacs.help Subject: Re: emacs, tramp & x-ctext Date: 14 Aug 2006 13:18:44 -0700 Organization: http://groups.google.com Message-ID: <1155586724.301072.103150@m79g2000cwm.googlegroups.com> References: <1155448192.066212.76310@h48g2000cwc.googlegroups.com> <1155455574.546255.274060@p79g2000cwp.googlegroups.com> <85k65d2he9.fsf@lola.goethe.zz> <1155496109.102441.86730@74g2000cwt.googlegroups.com> <85wt9cxxh2.fsf@lola.goethe.zz> <1155501674.485966.315610@p79g2000cwp.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1155588084 27582 80.91.229.2 (14 Aug 2006 20:41:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 14 Aug 2006 20:41:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 14 22:41:23 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GCjFR-0002Ax-Ox for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Aug 2006 22:41:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCjFR-0008Dx-6H for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Aug 2006 16:41:21 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m79g2000cwm.googlegroups.com!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 83.237.43.103 Original-X-Trace: posting.google.com 1155586729 20094 127.0.0.1 (14 Aug 2006 20:18:49 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 14 Aug 2006 20:18:49 +0000 (UTC) In-Reply-To: <1155501674.485966.315610@p79g2000cwp.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux ppc; ru; rv:1.8.0.5) Gecko/20060731 Ubuntu/dapper-security Firefox/1.5.0.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m79g2000cwm.googlegroups.com; posting-host=83.237.43.103; posting-account=ypbjfAwAAADpuTFBGRrmDC5JGtou42i6 Original-Xref: shelby.stanford.edu comp.emacs:92754 gnu.emacs.help:141061 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:36687 Archived-At: yavannadil@yahoo.com =D0=BF=D0=B8=D1=81=D0=B0=D0=BB(=D0=B0): > But tramp refuses to cooperate. :( After adding (setq coding-system-for-read 'utf-8) (setq coding-system-for-write 'utf-8) to my .emacs, tramp works correctly with UTF-8 files. Thanks to the source code of gnus' uudecode!