From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: William Xu Newsgroups: gmane.emacs.devel,gmane.emacs.tramp Subject: Re: tramp (2.0.57); file-coding-system-alist not respected Date: Tue, 08 Apr 2008 12:15:00 +0900 Organization: the Church of Emacs Message-ID: References: <87zls5v7lb.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207624831 18173 80.91.229.12 (8 Apr 2008 03:20:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Apr 2008 03:20:31 +0000 (UTC) Cc: tramp-devel@mail.freesoftware.fsf.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 08 05:21:03 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jj4OC-00020m-AE for ged-emacs-devel@m.gmane.org; Tue, 08 Apr 2008 05:20:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jj4NY-0003Jt-PA for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 23:20:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jj4NU-0003IZ-Br for emacs-devel@gnu.org; Mon, 07 Apr 2008 23:20:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jj4NS-0003Gn-Qf for emacs-devel@gnu.org; Mon, 07 Apr 2008 23:20:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jj4NS-0003Gk-L4 for emacs-devel@gnu.org; Mon, 07 Apr 2008 23:20:06 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jj4NS-0002cj-9M for emacs-devel@gnu.org; Mon, 07 Apr 2008 23:20:06 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Jj4NO-0005GQ-Do for emacs-devel@gnu.org; Tue, 08 Apr 2008 03:20:02 +0000 Original-Received: from gw.community-engine.co.jp ([210.255.51.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Apr 2008 03:20:02 +0000 Original-Received: from william.xwl by gw.community-engine.co.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Apr 2008 03:20:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gw.community-engine.co.jp User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) Cancel-Lock: sha1:tCrwAUkfLkPjhFyQxemrPAIWH8g= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:94666 gmane.emacs.tramp:6535 Archived-At: Michael Albinus writes: > I fear this cannot work in Tramp. Tramp uses temporary files on the > local host. They are not located at ".*source.*", rather they are > somewhere at "/tmp/*". So I have no clue how to support your settings. How about adding file path as part(prefix, suffix, or something like that) of the filename under /tmp/* ? For example, "/tmp/path_to_source_foo.cpp", replacing `/' with `_'. -- William http://williamxu.net9.org