emacs-devel
[Top][All Lists]
Advanced

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

executable-find not defined


From: Robert J. Chassell
Subject: executable-find not defined
Date: Thu, 12 May 2005 11:17:59 +0000 (UTC)

Today's GNU Emacs CVS snapshot, Thu, 2005 May 12  11:04 UTC
GNU Emacs 22.0.50.5 (i686-pc-linux-gnu, GTK+ Version 2.6.4)
started with

     src/emacs -Q -D

Unable to run tramp because 

    Autoloading failed to define function executable-find



Debugger entered--Lisp error: (error "Autoloading failed to define function 
executable-find")
  (executable-find "plink")
  (and (fboundp (quote executable-find)) (executable-find "plink"))
  (if (and (fboundp ...) (executable-find "plink")) "plink" "ssh")
  eval((if (and (fboundp ...) (executable-find "plink")) "plink" "ssh"))
  custom-initialize-reset(tramp-default-method (if (and (fboundp ...) 
(executable-find "plink")) "plink" "ssh"))
  custom-declare-variable(tramp-default-method (if (and (fboundp ...) 
(executable-find "plink")) "plink" "ssh") 
("/usr/local/src/emacs/lisp/net/tramp.elc" . -19271) :group tramp :type string)
  tramp-file-name-handler(expand-file-name 
"/ssh:address@hidden:/home/bob/www/notions/reputation-implementation.html" nil)
  
expand-file-name("/ssh:address@hidden:/home/bob/www/notions/reputation-implementation.html")
  
find-file-noselect("/ssh:address@hidden:/home/bob/www/notions/reputation-implementation.html"
 nil nil nil)
  
find-file("/ssh:address@hidden:/home/bob/www/notions/reputation-implementation.html"
 nil)
  eval((find-file 
"/ssh:address@hidden:/home/bob/www/notions/reputation-implementation.html" nil))
  eval-last-sexp-1(nil)
  eval-last-sexp(nil)
  call-interactively(eval-last-sexp)

-- 
    Robert J. Chassell                         
    address@hidden                         GnuPG Key ID: 004B4AC8
    http://www.rattlesnake.com                  http://www.teak.cc




reply via email to

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