From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: info inconsistency about "Shell Commands in Dired" Date: Fri, 27 Aug 2004 12:59:37 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20040821.040855.00470268.jet@gyve.org> <200408212249.i7LMncn06287@raven.dms.auburn.edu> <200408252236.i7PMa3913735@raven.dms.auburn.edu> <200408262116.i7QLGav25013@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093626012 5776 80.91.224.253 (27 Aug 2004 17:00:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Aug 2004 17:00:12 +0000 (UTC) Cc: jet@gyve.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 27 18:59:55 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 1C0k4w-0007KK-00 for ; Fri, 27 Aug 2004 18:59:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0k9c-00017n-Qa for ged-emacs-devel@m.gmane.org; Fri, 27 Aug 2004 13:04:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0k9R-000166-OO for emacs-devel@gnu.org; Fri, 27 Aug 2004 13:04:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0k9Q-00014u-Ba for emacs-devel@gnu.org; Fri, 27 Aug 2004 13:04:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0k9Q-00014r-9i for emacs-devel@gnu.org; Fri, 27 Aug 2004 13:04:32 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C0k4i-0007g3-Sv for emacs-devel@gnu.org; Fri, 27 Aug 2004 12:59:40 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C0k4f-0000Js-59; Fri, 27 Aug 2004 12:59:37 -0400 Original-To: Luc Teirlinck In-reply-to: <200408262116.i7QLGav25013@raven.dms.auburn.edu> (message from Luc Teirlinck on Thu, 26 Aug 2004 16:16:36 -0500 (CDT)) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26579 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26579 My '' suggestion wanted to implement a similar trick for the opposite problem, where one wants ? to be expanded without having to surround it by whitespace. I see. But I am not so sure about my suggestion any more. Some users might currently be using ?'' or *'' instead of the suggested ?"" or *"" to prevent expansion by Emacs and insert an isolated ? or * as a wildcard. We need not hesitate to make incompatible changes in little interactive commands like this. The question is what interface is best to use.