From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: dired-view-command-alist Date: Fri, 08 Oct 2004 17:51:54 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <867jq1i4x1.fsf@ketchup.de.uu.net> References: <16727.29760.450838.453550@zarniwoop.ms25.local> <874qlclupk.fsf@mail.jurta.org> <16737.60249.17785.412605@zarniwoop.ms25.local> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097253117 3608 80.91.229.6 (8 Oct 2004 16:31:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2004 16:31:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 18:31:47 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 1CFxek-0006wj-00 for ; Fri, 08 Oct 2004 18:31:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFxjn-0004L6-JI for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2004 12:36:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFxJs-0001FK-O3 for emacs-devel@gnu.org; Fri, 08 Oct 2004 12:10:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFxC3-0006Pk-7a for emacs-devel@gnu.org; Fri, 08 Oct 2004 12:02:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFxBi-0006CA-0P for emacs-devel@gnu.org; Fri, 08 Oct 2004 12:01:46 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFx2v-00048p-UP for emacs-devel@gnu.org; Fri, 08 Oct 2004 11:52:42 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CFx2m-0001q1-00 for ; Fri, 08 Oct 2004 17:52:32 +0200 Original-Received: from pd9e1ed4b.dip.t-dialin.net ([217.225.237.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2004 17:52:32 +0200 Original-Received: from kai by pd9e1ed4b.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2004 17:52:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd9e1ed4b.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:fDSYrZFttAv6c0yXfSQgCSBBSFw= 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:28092 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28092 Reinhard Kotucha writes: > Furthermore, I think that "[ghostcript]" should be displayed only > after you pressed "!" and should disappear as soon as you press the > key. I think the now-standard way for providing a "default" value is to make it accessible via M-n. Perhaps dired could make several commands accessible via M-n? M-n once would get the default one, M-n twice would get the next one and so on. Another idea is to provide "ghostscript" as the default contents of the minibuffer, ready for editing. What do people think? Kai