From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: How to unify notation for file accesses thru Samba? Date: Wed, 16 Apr 2008 06:50:28 +0200 Message-ID: <87bq4acsiz.fsf@gmx.de> References: <353c845d-05d6-467b-aae3-7922728590dc@u10g2000prn.googlegroups.com> <878wzgachh.fsf_-_@mundaneum.com> <87bq4bxlss.fsf@mundaneum.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1208325918 7758 80.91.229.12 (16 Apr 2008 06:05:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Apr 2008 06:05:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?utf-8?Q?S=C3=A9bastien?= Vauban Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 16 08:05:53 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JlzaJ-0005Vv-Bh for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Apr 2008 06:49:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlzZe-0002pq-Mp for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Apr 2008 00:48:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JlzZF-0002kt-Nd for help-gnu-emacs@gnu.org; Wed, 16 Apr 2008 00:48:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JlzZC-0002ic-Vy for help-gnu-emacs@gnu.org; Wed, 16 Apr 2008 00:48:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JlzZC-0002iK-F1 for help-gnu-emacs@gnu.org; Wed, 16 Apr 2008 00:48:18 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JlzZB-0003ta-W5 for help-gnu-emacs@gnu.org; Wed, 16 Apr 2008 00:48:18 -0400 Original-Received: (qmail invoked by alias); 16 Apr 2008 04:48:15 -0000 Original-Received: from p57A20EC4.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.14.196] by mail.gmx.net (mp024) with SMTP; 16 Apr 2008 06:48:15 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/1oOYXej/1GD2Gudm2heBFA9LRj+ch6WMtRVd3za 7S68nFjHqT2sBG In-Reply-To: <87bq4bxlss.fsf@mundaneum.com> (=?utf-8?Q?=22S=C3=A9bastien?= Vauban"'s message of "Tue, 15 Apr 2008 15:57:55 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53322 Archived-At: [Resent, my connection seems to have trouble] S=C3=A9bastien Vauban writes: > Hi Michael, Hi S=C3=A9bastien, > 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.