help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: remote editing of unix files over ssh with emacs 22.3.1 from Windows


From: Michael Albinus
Subject: Re: remote editing of unix files over ssh with emacs 22.3.1 from Windows
Date: Mon, 08 Jun 2009 15:08:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux)

Chris Withers <chris@simplistix.co.uk> writes:

>> I guess, setting `file-coding-system-alist' is what you are looking for.
>
> But how can I do this so that it applies to all remote files?

I would do (untested):

  (add-to-list  'file-coding-system-alist
                `(,tramp-file-name-regexp . raw-text-unix))

> Chris

Best regards, Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]