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: Tue, 23 Oct 2007 03:12:33 -0400 Message-ID: References: <87zlycuhrd.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 1193125873 22818 80.91.229.12 (23 Oct 2007 07:51:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 07:51:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 09:51:14 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 1IkEXf-0005fS-Qc for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 09:51:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkEXX-0006cC-Uh for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 03:51:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkEVi-0005Bn-MW for emacs-devel@gnu.org; Tue, 23 Oct 2007 03:49:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkEVe-00056Q-EL for emacs-devel@gnu.org; Tue, 23 Oct 2007 03:49:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkEVd-00055v-2M for emacs-devel@gnu.org; Tue, 23 Oct 2007 03:49:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkEVc-000227-Jx for emacs-devel@gnu.org; Tue, 23 Oct 2007 03:49:04 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IkDwH-0008Bw-Id; Tue, 23 Oct 2007 03:12:33 -0400 In-reply-to: <87zlycuhrd.fsf@jurta.org> (message from Juri Linkov on Mon, 22 Oct 2007 03:22:15 +0300) 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:81514 Archived-At: Thanks for implementing this feature. Now I propose to improve dired-x to read a list of commands from the mailcap mechanism, and later to move this code to dired.el. An alternative would be to start implementing this in dired.el (provide a list of mailcap commands available via M-n), but then after loading dired-x users will get less useful list of commands in ! (since this is not implemented in dired-x). You could put this code in both. dired-x is not used by most users, so having it only in dired-x is not very useful.