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 19:27:59 +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 1434914908 27557 80.91.229.3 (21 Jun 2015 19:28:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Jun 2015 19:28:28 +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 21:28:25 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 1Z6kum-0003CV-5K for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2015 21:28:24 +0200 Original-Received: from localhost ([::1]:37118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6kul-0004yW-Ho for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jun 2015 15:28:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6kuZ-0004xA-6Q for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 15:28:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6kuY-0004MF-7q for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 15:28:11 -0400 Original-Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:34635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6kuY-0004M2-20 for help-gnu-emacs@gnu.org; Sun, 21 Jun 2015 15:28:10 -0400 Original-Received: by wicnd19 with SMTP id nd19so58866537wic.1 for ; Sun, 21 Jun 2015 12:28:09 -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=SeTIrKT38OzInjYEYMOsdbZHmtbGt4YZMRV8yVQ4Jmg=; b=fCMueBhLlhLs9j69NMdnlxfIREoM8lWH0pBwh+JC/AjtMgnWcMttYM5J0GegDEXs5J s64gbyJSFDVtf2+HgSLDU+PKhVnI5UcK1roUE5b239KwzuXfTLUIl6GlGQpHmYAbzFtM w32ell1vu00qJQhM7UkLfFsNZ2NIFQWQSgjU7y4/r6bDKrib3YdVMAcKiGA/J7Hji0RO H7vAnpVEIQN5gAbm0Fk6Lj3DLlmxbHagwjOB7/kpwDcZLMBOor7uzENdoC0EVtiF3mN7 5no4GZmAXOYTROB8nR/gWAxramklPa9nHHm8SmB7kP1ekUHbZDn4fio2GnqvOBCZvfDi BcNg== X-Received: by 10.195.11.168 with SMTP id ej8mr18756306wjd.150.1434914889540; Sun, 21 Jun 2015 12:28:09 -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:c05::230 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:105068 Archived-At: Stefan Monnier schrieb am So., 21. Juni 2015 um 19:35 Uhr: > > 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? > > I suggest you file a bug report (or send a message to emacs-devel) > requesting the behavior you like. Personally I just don't use this > behavior and instead use the batch-recompile-directory with > a 0 argument, which gives me the behavior I want without having to deal > with potentially breaking compatibility for some corner case > script somewhere. > > > Created bug 20867. I can send a patch if you want.