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: dired-view-command-alist Date: Mon, 03 Jan 2005 22:38:23 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1104810429 4257 80.91.229.6 (4 Jan 2005 03:47:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Jan 2005 03:47:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 04 04:47:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Clfev-0004gX-00 for ; Tue, 04 Jan 2005 04:47:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Clfq6-0002YO-MC for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 22:58:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Clfoi-0001Q4-S9 for emacs-devel@gnu.org; Mon, 03 Jan 2005 22:57:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Clfoe-0001Nt-Sw for emacs-devel@gnu.org; Mon, 03 Jan 2005 22:57:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Clfoe-0001N4-P6 for emacs-devel@gnu.org; Mon, 03 Jan 2005 22:57:04 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Clfco-0005iv-Ut for emacs-devel@gnu.org; Mon, 03 Jan 2005 22:44:51 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ClfWZ-0007ss-5n; Mon, 03 Jan 2005 22:38:23 -0500 Original-To: sds@gnu.org In-reply-to: (message from Sam Steingold on Mon, 03 Jan 2005 14:27:17 -0500) 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:31789 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31789 * dired.el (dired-view-command-alist): Variable deleted. (dired-view-file, dired-mouse-find-file-other-window): Delete the code to use it. why? The plan is to replace that with a better implementation that already exists.