From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Barry OReilly Newsgroups: gmane.emacs.devel Subject: Re: [RFC] Editing Lisp through changing indentation Date: Thu, 29 Aug 2013 18:49:08 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e01175f31f8c0ba04e51de959 X-Trace: ger.gmane.org 1377816553 28281 80.91.229.3 (29 Aug 2013 22:49:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2013 22:49:13 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 30 00:49:16 2013 Return-path: Envelope-to: ged-emacs-devel@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 1VFB1f-0003wX-1r for ged-emacs-devel@m.gmane.org; Fri, 30 Aug 2013 00:49:15 +0200 Original-Received: from localhost ([::1]:46210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFB1e-0007EB-Mo for ged-emacs-devel@m.gmane.org; Thu, 29 Aug 2013 18:49:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFB1a-0007Dt-Uo for emacs-devel@gnu.org; Thu, 29 Aug 2013 18:49:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFB1a-0004qX-6K for emacs-devel@gnu.org; Thu, 29 Aug 2013 18:49:10 -0400 Original-Received: from mail-oa0-x22d.google.com ([2607:f8b0:4003:c02::22d]:64247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFB1a-0004qT-1D for emacs-devel@gnu.org; Thu, 29 Aug 2013 18:49:10 -0400 Original-Received: by mail-oa0-f45.google.com with SMTP id m1so1163135oag.18 for ; Thu, 29 Aug 2013 15:49:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6fJKmBcubZpbHwUmMjtIjk5CDi59Q9lLzO1pzdGFJlo=; b=J2nbB1HV8BCve4hXMTqTfiNcEx3uUSwAf+9d8RlhliFw77Ccm9xmo+QuDl/AmoGOfp kJqWaJupHyhM9J0/KP3yhJxYM3SuyYjCa/ccpXS2uTI+qDh+6LAC5hkE7KlVZrxMigkD 1mnGjaSwEd+SGKB9MF/PDdGy0m6JDsqK8tMTVpKJHNRlw5fp9ZgvLAknLirn/WEN04Uu 5Sf8uQgLF7Y/FPATvh3+ymxeJHtGq2emZ7HNXbWh9vUwBPQkaU7vC00sK4V5Y8ciJbW2 wmeBLbrxIPf5+7kVqTM6rJn3P+H+Zaf5mlHi9KkoeZdGLAJbEXtAA+KL6QnjR02rBLPh dCww== X-Received: by 10.60.103.146 with SMTP id fw18mr4412502oeb.32.1377816549045; Thu, 29 Aug 2013 15:49:09 -0700 (PDT) Original-Received: by 10.76.89.194 with HTTP; Thu, 29 Aug 2013 15:49:08 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:163097 Archived-At: --089e01175f31f8c0ba04e51de959 Content-Type: text/plain; charset=ISO-8859-1 >> For starters, the output is wrong about the command issued. > This part is on purpose. Why tell the user the wrong thing? - -L $(dir $@) -f batch-byte-compile $< + $(patsubst %, -L %, $(filter-out %/cl-lib, $(pkgs))) \ + -f batch-byte-compile $< This allowed make to run to completion. Using a sufficiently new Emacs executable helped too. --089e01175f31f8c0ba04e51de959 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
>> For starters, the output is wrong about the comma= nd issued.

> This part is on purpose.

Why tell the user th= e wrong thing?

-=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 -L $(dir $@) -f batch= -byte-compile $<
+=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 $(patsubst %, -L %, $(filter-out %/cl-lib, = $(pkgs))) \
+=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 -f batch-byte-compile $<<= br>
This allowed make to run to completion.

Using a sufficiently = new Emacs executable helped too.

--089e01175f31f8c0ba04e51de959--