Hi all,
here is a part of my muse-project-alist, defined in muse-init.el:

.....................
        ("cézanne"
         ("~/cézanne" :default "index")
         (:base "htf" :path "/ftp:[EMAIL PROTECTED]:~/"))
        ("Économie industrielle"
         ("~/Ecoind" :default "ecind")
         (:base "contind" :path "~/Ecoind/tex")
         (:base "htf" :path "/ftp:[EMAIL PROTECTED]:ecoind"))
.....................

You can see the second of these projects published files in a subdirectory
of the first, and I have several of such subdirectories and projects.

The problem is with publishing into the root directory (project cézanne),
the others work as expected, but with the root when I try to publish
something I get this error:

.....................
Debugger entered--Lisp error: (file-error "Permission denied")
  signal(file-error ("Permission denied"))
  tramp-error(["scp" nil "ftp" "[EMAIL PROTECTED]"] file-error "Permission 
denied")
  apply(tramp-error ["scp" nil "ftp" "[EMAIL PROTECTED]"] file-error 
"Permission denied" nil)
  byte-code("ÄŽÅÆ      \n%)‡" [vec-or-proc signal fmt-string args ((byte-code 
"ƒ-Ä  !„-ÅÆÇ!ƒ†&È!ƒ#É!†&Ê!!ˆËÌ!ˆ)ć" [vec-or-proc tramp-verbose 
enable-recursive-minibuffers buffer zerop t pop-to-buffer bufferp processp 
process-buffer tramp-get-buffer sit-for 30] 3)) apply tramp-error] 6)
  tramp-process-actions(#<process *tramp/scp ftp*> ["scp" nil "ftp" "[EMAIL 
PROTECTED]"] ((tramp-login-prompt-regexp tramp-action-login) 
(tramp-password-prompt-regexp tramp-action-password) (tramp-wrong-passwd-regexp 
tramp-action-permission-denied) (shell-prompt-pattern tramp-action-succeed) 
(tramp-shell-prompt-pattern tramp-action-succeed) (tramp-yesno-prompt-regexp 
tramp-action-yesno) (tramp-yn-prompt-regexp tramp-action-yn) 
(tramp-terminal-prompt-regexp tramp-action-terminal) 
(tramp-process-alive-regexp tramp-action-process-alive)) 60)
  tramp-maybe-open-connection(["scp" nil "ftp" "[EMAIL PROTECTED]"])
  tramp-send-command(["scp" nil "ftp" "[EMAIL PROTECTED]"] "cd ~; pwd")
  tramp-handle-expand-file-name("/ftp:[EMAIL PROTECTED]" nil)
  apply(tramp-handle-expand-file-name ("/ftp:[EMAIL PROTECTED]" nil))
  tramp-sh-file-name-handler(expand-file-name "/ftp:[EMAIL PROTECTED]" nil)
  apply(tramp-sh-file-name-handler expand-file-name ("/ftp:[EMAIL PROTECTED]" 
nil))
  tramp-file-name-handler(expand-file-name "/ftp:[EMAIL PROTECTED]" nil)
  file-exists-p("/ftp:[EMAIL PROTECTED]")
  muse-project-publish-file-default("/home/jean/c\x00e9zanne/contact.wi" (:base 
"htf" :path "/ftp:[EMAIL PROTECTED]") "/ftp:[EMAIL PROTECTED]" nil)
  muse-project-publish-file("/home/jean/c\x00e9zanne/contact.wi" ((:base "htf" 
:path "/ftp:[EMAIL PROTECTED]")) nil)
  muse-project-publish-default(("c\x00e9zanne" ("~/c\x00e9zanne" :default 
"index") (:base "htf" :path "/ftp:[EMAIL PROTECTED]")) ((:base "htf" :path 
"/ftp:[EMAIL PROTECTED]")) nil)
  muse-project-publish(("c\x00e9zanne" ("~/c\x00e9zanne" :default "index") 
(:base "htf" :path "/ftp:[EMAIL PROTECTED]")) nil)
  call-interactively(muse-project-publish nil nil)
..............................

Of course I actually have the required permission (but on this site I have
no shell)

As I thought there might be a problem with the address syntax I tried
these also:
:path "/ftp:[EMAIL PROTECTED]:./"
:path "/ftp:[EMAIL PROTECTED]:"

with the same result :-(

Thanks for any hint,
-- 
jean

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to