From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: yary Newsgroups: gmane.emacs.help Subject: Re: elisp to change line endings for new remote file Date: Thu, 16 Oct 2008 17:08:11 -0700 (PDT) Organization: http://groups.google.com Message-ID: <54182d23-1a8c-4369-af86-674ad21e2826@r38g2000prr.googlegroups.com> References: <06d7be73-e1e2-4640-b32f-4d5bd9103cd8@k36g2000pri.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1224204052 26721 80.91.229.12 (17 Oct 2008 00:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2008 00:40:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 17 02:41:53 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KqdPa-0000Iu-04 for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Oct 2008 02:41:50 +0200 Original-Received: from localhost ([127.0.0.1]:60965 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KqdOV-0006Mu-7Q for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Oct 2008 20:40:43 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!r38g2000prr.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 65.208.210.98 Original-X-Trace: posting.google.com 1224202091 25272 127.0.0.1 (17 Oct 2008 00:08:11 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 17 Oct 2008 00:08:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r38g2000prr.googlegroups.com; posting-host=65.208.210.98; posting-account=d6bTuAkAAADNFwa37uXnhaYqYjfOS8nU User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:163515 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:58857 Archived-At: On Oct 7, 6:29=A0pm, Kevin Rodgers wrote: > When you visit a new file via tramp, what does `C-h v > buffer-file-coding-system' > report? =A0Did you actually add the file's directory (or an ancestor > directory) to > untranslated-filesystem-list? > > -- > Kevin Rodgers > Denver, Colorado, USA Sorry took so long to follow up. (add-untranslated-filesystem "/plink:") as suggested, in ~/.emacs did the trick