From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: byte-decompile-directory ? Date: Mon, 1 May 2017 06:34:34 -0700 (PDT) Message-ID: References: <87bmrdatyt.fsf@free.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1493645753 14185 195.159.176.226 (1 May 2017 13:35:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 1 May 2017 13:35:53 +0000 (UTC) To: Julien Cubizolles , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 01 15:35:48 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d5BUR-0003bE-8R for geh-help-gnu-emacs@m.gmane.org; Mon, 01 May 2017 15:35:47 +0200 Original-Received: from localhost ([::1]:54368 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5BUW-0003rG-TK for geh-help-gnu-emacs@m.gmane.org; Mon, 01 May 2017 09:35:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5BTU-0003q9-GK for help-gnu-emacs@gnu.org; Mon, 01 May 2017 09:34:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5BTP-0000JF-5g for help-gnu-emacs@gnu.org; Mon, 01 May 2017 09:34:48 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:19018) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5BTO-0000If-Sw for help-gnu-emacs@gnu.org; Mon, 01 May 2017 09:34:43 -0400 Original-Received: from aserv0021.oracle.com (aserv0021.oracle.com [141.146.126.233]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id v41DYb4i015011 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 1 May 2017 13:34:37 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0021.oracle.com (8.13.8/8.14.4) with ESMTP id v41DYa4c027298 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 1 May 2017 13:34:36 GMT Original-Received: from abhmp0013.oracle.com (abhmp0013.oracle.com [141.146.116.19]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id v41DYaDX032153; Mon, 1 May 2017 13:34:36 GMT In-Reply-To: <87bmrdatyt.fsf@free.fr> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9.1 (1003210) [OL 12.0.6767.5000 (x86)] X-Source-IP: aserv0021.oracle.com [141.146.126.233] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 141.146.126.69 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112916 Archived-At: > Does Emacs provide a function to remove all the .elc files from a > directory=C2=A0? Use `% d \ . e l c $` in Dired to flag the files for deletion. Then use `x' to delete them. If you use Dired+ you can also use `* . e l c', then `D'. The first (`% d') matches file names against a regexp. The second (`* .') matches file-name extensions.