From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: Samba in Emacs? Date: Wed, 25 Jun 2003 07:08:00 -0700 Organization: Still searching... Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84y8zr5kkt.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056550296 15692 80.91.224.249 (25 Jun 2003 14:11:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2003 14:11:36 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 25 16:11:35 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19VAzm-00044v-00 for ; Wed, 25 Jun 2003 16:11:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VAys-0007n2-Ku for gnu-help-gnu-emacs@m.gmane.org; Wed, 25 Jun 2003 10:10:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!elnk-nf1-atl!newsfeed.earthlink.net!in.100proofnews.com!in.100proofnews.com!cox.net!news-xfer.cox.net!p01!fed1read03.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:1Lqa700zyRtUfWonam6KYZua52U= Original-Lines: 17 Original-NNTP-Posting-Host: 68.6.72.73 Original-X-Complaints-To: abuse@cox.net Original-X-Trace: fed1read03 1056550081 68.6.72.73 (Wed, 25 Jun 2003 10:08:01 EDT) Original-NNTP-Posting-Date: Wed, 25 Jun 2003 10:08:01 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:114720 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11210 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11210 Michael Albinus writes: > /smb:user47@abc123:share$$ would be correct. Sometimes there is a > problem with expansion of the '$' sign. This case you shall start with > /smb:user47@abc123: - you should see all shares now. Further > navigation is dired-like. > How cool. Anyone know how to delete a directory using smb from unix to win (under emacs as above). The normal dired methods to create or delete a dir do not work here. However smbclient //MACHINE/SHARE -UAdministrator PASSWORD rmdir dir Does work. How can I pass that command thru emacs?