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

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

Re: Wrong type argument: integerp, nil


From: Kevin Rodgers
Subject: Re: Wrong type argument: integerp, nil
Date: Mon, 05 Dec 2005 17:13:46 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

kevin bailey wrote:
> Debugger entered--Lisp error: (wrong-type-argument integerp nil)
>   set-file-modes("/tmp/#edit.php#" nil)
>   tramp-set-auto-save-file-modes()
>   run-hooks(auto-save-hook)
>
> so i take it that the ftp user i have logged in as is not allowed to write
> to /tmp.  i wonder of this is trying to save it on the remote server.

I take it that tramp-set-auto-save-file-modes could not determine the
proper permissions for the "/tmp/#edit.php#" auto save file.

,----[ C-h f set-file-modes RET ]
| set-file-modes is a built-in function.
| (set-file-modes FILENAME MODE)
|
| Set mode bits of file named FILENAME to MODE (an integer).
| Only the 12 low bits of MODE are used.
`----

--
Kevin Rodgers





reply via email to

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