From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani Newsgroups: gmane.emacs.help Subject: Re: `batch-byte-compile' for directories? Date: Sun, 21 Jun 2015 12:02:10 +0000 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1434888159 20053 80.91.229.3 (21 Jun 2015 12:02:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2015 12:02:39 +0000 (UTC) To: Stefan Monnier , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 21 14:02:39 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z6dxO-0005SA-Kr for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2015 14:02:38 +0200 Original-Received: from localhost ([::1]:36061 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6dxN-0004tv-RS for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2015 08:02:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6dx9-0004rF-55 for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 08:02:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6dx8-0001kf-3G for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 08:02:23 -0400 Original-Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:33262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6dx7-0001kU-TS for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 08:02:22 -0400 Original-Received: by wgwi7 with SMTP id i7so1147773wgw.0 for ; Sun, 21 Jun 2015 05:02:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :content-type; bh=BvXAfIDf8EVYFoZlc5CijnQ8kWTmJgNo6Ve6u5ynh2U=; b=ASTiCGiaa5PybN+lzUhTJgpfRIVyhTpDQzr8RDW61pQ56wYdyI9r613kw7ql9dQc/u FmunWLkqG/MA8qmdyZ6Yrcfn/Jsv69yVu54h+4KkbIc/pPE/1O/AoENG9nrJtTBN44g2 tTVOALdsOrFIlYP5clxvCIs3lED6qsHcl52E88izA1TKOOA3Pz0FYsb1dYe+1Y4c3SRb FBc27xTDD2xjuzuiJA8jk6NoDRrCmvqIm0j8qWCuzBzvdUQubgbY6abLT8oVn1f90qVL 1x01YXPnLRPK4d3DIIAFzpZWeXoXfPkE0UD9vmtRUPB5LPepHqMVFW+3tovFMDAScXkN 0Aww== X-Received: by 10.194.52.37 with SMTP id q5mr43045465wjo.122.1434888140773; Sun, 21 Jun 2015 05:02:20 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::234 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105057 Archived-At: Stefan Monnier schrieb am Fr., 19. Juni 2015 um 20:55 Uhr: > > What I find weird is the condition that the destination file has to > > exist for the compilation to be performed. > > Yes, that's a leftover from eons ago when this was used as a way to > control which files to keep uncompiled. > > OK, so what should be do? - Change the behavior to match the behavior for single files? - Remove the possibility to run on directories altogether? - Document the current behavior?