From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: `gud-common-init' Date: Wed, 15 Dec 2004 17:09:06 +1300 Message-ID: <16831.47330.524448.126633@farnswood.snap.net.nz> References: <200412150501.18409.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1103084177 21226 80.91.229.6 (15 Dec 2004 04:16:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Dec 2004 04:16:17 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 15 05:16:11 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 1CeQaA-0006Zv-00 for ; Wed, 15 Dec 2004 05:16:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeQkL-00010M-Ut for ged-emacs-devel@m.gmane.org; Tue, 14 Dec 2004 23:26:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CeQkC-000104-By for emacs-devel@gnu.org; Tue, 14 Dec 2004 23:26:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CeQkA-0000zO-Sp for emacs-devel@gnu.org; Tue, 14 Dec 2004 23:26:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CeQkA-0000z7-NL for emacs-devel@gnu.org; Tue, 14 Dec 2004 23:26:30 -0500 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CeQZr-0000eS-Hq for emacs-devel@gnu.org; Tue, 14 Dec 2004 23:15:51 -0500 Original-Received: from farnswood.snap.net.nz (p155-tnt1.snap.net.nz [202.124.110.155]) by viper.snap.net.nz (Postfix) with ESMTP id 3649CD4034; Wed, 15 Dec 2004 17:15:50 +1300 (NZDT) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 446956283F; Wed, 15 Dec 2004 04:09:07 +0000 (GMT) Original-To: Paul Pogonyshev In-Reply-To: <200412150501.18409.pogonyshev@gmx.net> X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31139 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31139 > As far as I can tell, `gud-common-init' does not try to handle > command lines like this: > > --option "enquoted argument with spaces" > > If it does, there must be a bug that prevents the above command > line from being parsed into arguments correctly. > > Is this behaviour not seemed desirable? Maybe it should be > implemented? (I'm willing to have a try.) Can you give real example of where this would be needed other than a file which has spaces in its name. I think that we previously decided not to encourage this practice. Nick