tramp-devel
[Top][All Lists]
Advanced

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

Re: vc-file-clearprops error on Win32


From: Kyle VanderBeek
Subject: Re: vc-file-clearprops error on Win32
Date: Sat, 20 Oct 2007 18:06:18 -0700
User-agent: Mutt/1.4.1i

On Fri, Oct 19, 2007 at 06:44:16PM -0700, Kyle VanderBeek wrote:

> Tramp: Waiting for prompts from remote shell

> Tramp: Found remote shell prompt on `kylev-dt.example.com'

> Wrote c:/DOCUME~1/kylev/LOCALS~1/Temp/tramp.4972ogk

> vc-file-clearprops: Wrong type argument: stringp, nil



The repro steps are pretty basic: any file-open over plink or pscp

methods throws this.  It appears to happen after the local temp file has 

been created.  The above file contains my complete .muttrc, successfully 

transfered.



Trace (byte code removed due to non-printable characters):



Debugger entered--Lisp error: (wrong-type-argument stringp nil)

  intern(nil [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0])

  vc-file-clearprops(nil)

  vc-file-not-found-hook()

  run-hook-with-args-until-success(vc-file-not-found-hook)

  byte-code("..." [filename buf error file-exists-p file-readable-p kill-buffer 
signal file-error "File is not readable" run-hook-with-args-until-success 
find-file-not-found-functions t] 4)

  find-file-noselect-1(#<buffer .muttrc> 
"/plink:address@hidden:/home/kylev/.muttrc" nil nil 
"/plink:address@hidden:/home/kylev/.muttrc" ((1 187) (-1 0)))

  find-file-noselect("/plink:address@hidden:.muttrc" nil nil t)

  find-file("/plink:address@hidden:.muttrc" t)

  find-alternate-file("/plink:address@hidden:.muttrc" t)

  call-interactively(find-alternate-file)



I also noted this when compiling the stuff in place:



C:\emacs-22.1\lisp\net>C:\emacs-22.1\bin\emacs.exe -batch -f batch-byte-compile 
tr*.el

Wrote c:/emacs-22.1/lisp/net/tramp-cache.elc

Wrote c:/emacs-22.1/lisp/net/tramp-cmds.elc



In toplevel form:

tramp-compat.el:32:1:Error: Symbol's value as variable is void: 
tramp-unload-file-name-handlers



In toplevel form:

tramp-efs.el:146:14:Warning: reference to free variable

    `package-get-download-sites'

Wrote c:/emacs-22.1/lisp/net/tramp-efs.elc

Wrote c:/emacs-22.1/lisp/net/tramp-fish.elc

Wrote c:/emacs-22.1/lisp/net/tramp-ftp.elc

Wrote c:/emacs-22.1/lisp/net/tramp-gw.elc

Wrote c:/emacs-22.1/lisp/net/tramp-smb.elc

Wrote c:/emacs-22.1/lisp/net/tramp-util.elc

Wrote c:/emacs-22.1/lisp/net/tramp-uu.elc

Wrote c:/emacs-22.1/lisp/net/tramp-vc.elc

Wrote c:/emacs-22.1/lisp/net/tramp.elc

Wrote c:/emacs-22.1/lisp/net/trampver.elc



Hope that helps!



-- 

address@hidden

  Some people have a way with words, while others... erm... thingy.







reply via email to

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