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

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

Re: How to unify notation for file accesses thru Samba?


From: Michael Albinus
Subject: Re: How to unify notation for file accesses thru Samba?
Date: Wed, 16 Apr 2008 06:50:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

[Resent, my connection seems to have trouble]

Sébastien Vauban <zthjwsqqafhv@spammotel.com> writes:

> Hi Michael,

Hi Sébastien,

> and have this in my `bookmarks.txt' file:
>
> --8<---------------cut here---------------start------------->8---
> ("Users on RUSSELL"
>  ((filename . "^/RUSSELL")
>   (front-context-string . "sva\n  drwxrwxrwx")
>   (rear-context-string . " 0 Jan  8 09:41 ")
>   (position . 659)))
> --8<---------------cut here---------------end--------------->8---
>
> Trying to open `/RUSSELL' from `C-x C-f' does the right job,
> asking me for my password.
>
> Though, selecting the corresponding line from my bookmarks list:
>
> --8<---------------cut here---------------start------------->8---
>   Users on RUSSELL              ^/RUSSELL
> --8<---------------cut here---------------end--------------->8---
>
> erroneously tells me:
>
> --8<---------------cut here---------------start------------->8---
> RUSSELL nonexistent.  Relocate "Users on RUSSELL"? (y or n)
> --8<---------------cut here---------------end--------------->8---
>
> Any ideas?

I haven't tested, but I would put the following into your bookmarks:

  ((filename . "/RUSSELL")

The "^" is needed for the regexp in abbreviations, but it is NOT
useful when you specify a file name.

> Best regards,
>   Seb

Best regards, Michael.




reply via email to

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