From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Minibuffer default values list Date: Wed, 21 Nov 2007 21:28:01 -0500 Message-ID: References: <87zlycuhrd.fsf@jurta.org> <87hckbecc0.fsf@jurta.org> <87prygxtot.fsf@jurta.org> <87hcjjkrgy.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1195698621 2957 80.91.229.12 (22 Nov 2007 02:30:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Nov 2007 02:30:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 22 03:30:27 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iv1ph-0005l7-JD for ged-emacs-devel@m.gmane.org; Thu, 22 Nov 2007 03:30:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iv1pT-0001uv-Eh for ged-emacs-devel@m.gmane.org; Wed, 21 Nov 2007 21:30:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iv1nR-0000jd-NG for emacs-devel@gnu.org; Wed, 21 Nov 2007 21:28:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iv1nP-0000hO-Eh for emacs-devel@gnu.org; Wed, 21 Nov 2007 21:28:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iv1nO-0000h0-Mx for emacs-devel@gnu.org; Wed, 21 Nov 2007 21:28:02 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iv1nO-0000xm-CU for emacs-devel@gnu.org; Wed, 21 Nov 2007 21:28:02 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iv1nN-0003uH-PP; Wed, 21 Nov 2007 21:28:01 -0500 In-reply-to: <87hcjjkrgy.fsf@jurta.org> (message from Juri Linkov on Mon, 19 Nov 2007 02:48:33 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:83826 Archived-At: Below is a first implementation that has one drawback: it uses a new function dired-read-shell-command-default from dired. I think this function should be generalized and moved to simple.el. I don't like the idea that all use of M-! will load mailcap.el. In addition, it is unmodular since mailcap.el is a part of Gnus.