[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Two problems with tramp & smb
From: |
Christoph Bauer |
Subject: |
Re: Two problems with tramp & smb |
Date: |
Sun, 07 Dec 2003 13:15:41 +0100 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) |
Hi,
>> * new files:
>> it is not possible to create a new file. I get just an useless
>> read-only
>> buffer.
>
> The function `tramp-smb-handle-file-writable-p' did check existing
> files only. The following patch should fix it:
>
> [patch]
I had to apply this patch by hand (because of a white space
problem?), but it does its job!
Thank you!
I have two other questions:
* Is there a right way to restart the smb connection, when the
server was down (e.g. I put my laptop in a sleep/suspend mode. After
that tramp cannot connect to the server again.) Should I kill the
*tramp/smb ...* buffer?
* I want to use `grep'. Is there a grep written in emacs-lisp
that loads the files with tramp?
Viele Grüße,
Christoph
--
proc self {} {foreach c [split [info body self] ""] d {14 -7 0 0 4 -67 4 73 11
69 24 -83 -15 6 -4 -84 78 20 11 -78 -1 -1 79 19 -8 4} { binary scan $c c c
if {[catch {append r [format %c [expr $c+$d]]}]} {return $r};}};puts [self]
Re: Two problems with tramp & smb, Michael Albinus, 2003/12/04
Re: Two problems with tramp & smb, Michael Albinus, 2003/12/06
- Re: Two problems with tramp & smb,
Christoph Bauer <=