From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.devel Subject: M-del in dired stopped working Date: Wed, 15 Oct 2008 08:55:26 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1224075354 11692 80.91.229.12 (15 Oct 2008 12:55:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 12:55:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 15 14:56:55 2008 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 1Kq5vp-0000qr-M0 for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2008 14:56:53 +0200 Original-Received: from localhost ([127.0.0.1]:38815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq5ul-0005pe-4T for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2008 08:55:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kq5uh-0005pR-1Q for emacs-devel@gnu.org; Wed, 15 Oct 2008 08:55:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kq5uf-0005pD-CU for emacs-devel@gnu.org; Wed, 15 Oct 2008 08:55:42 -0400 Original-Received: from [199.232.76.173] (port=47226 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq5uf-0005p4-8N for emacs-devel@gnu.org; Wed, 15 Oct 2008 08:55:41 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:50762 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kq5ue-0003sl-A7 for emacs-devel@gnu.org; Wed, 15 Oct 2008 08:55:40 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kq5uY-0007Cp-CF for emacs-devel@gnu.org; Wed, 15 Oct 2008 12:55:34 +0000 Original-Received: from 139.85.239.127 ([139.85.239.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2008 12:55:34 +0000 Original-Received: from ndbecker2 by 139.85.239.127 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2008 12:55:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.devel Original-Lines: 8 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 139.85.239.127 User-Agent: KNode/0.99.01 X-detected-operating-system: by monty-python.gnu.org: GNU/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:104526 Archived-At: esc-del used to delete marks. Now I get: C-M-d (translated from ) runs the command dired-tree-down [2 times] But M-del does get me dired-unmark-all-files. I'm used to the behavior that esc-whatever is the same as M-whatever. Has this changed?