From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "leo" Newsgroups: gmane.emacs.help Subject: file completion with spaces in shell buffer Date: Tue, 3 Aug 2004 14:34:13 +1000 Organization: Netspace Internet Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1091507817 12178 80.91.224.253 (3 Aug 2004 04:36:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Aug 2004 04:36:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 03 06:36:48 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Brr2d-00068O-00 for ; Tue, 03 Aug 2004 06:36:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Brr63-0005kY-O3 for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Aug 2004 00:40:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.mel.connect.com.au!news.netspace.net.au!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: dsl-210-15-204-246.nsw.netspace.net.au Original-X-Trace: otis.netspace.net.au 1091507624 81381 210.15.204.246 (3 Aug 2004 04:33:44 GMT) Original-X-Complaints-To: usenet@otis.netspace.net.au Original-NNTP-Posting-Date: Tue, 3 Aug 2004 04:33:44 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Original-Xref: shelby.stanford.edu gnu.emacs.help:124620 Original-To: help-gnu-emacs@gnu.org 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19953 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19953 hi there i use emacs 21.3 on win2000 and have assosiated a bash with the comint/shell functionality. this works fine, but the cpmletion via TAB (command `comint-dynamic-complete') doesn't recognize paths with spaces correctly: the first compeltion with a spaces works, e.g.: C:/Prog =tab=> C:/Program Files/ the second one doesn't:, eg.: C:/Program Files/Moz =tab=> error: No completions of Files/Moz so it doesn't pick up the part before the space,in order to expand to C:/Program Files/Mozilla. i tried it with double quotes to the beginning of the path, like "C:/Program Files/Moz =tab=> ... but it doesn't work either. :-( how can i tweak the comint-shell-package to make this work? thanks, leo