From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikodemus Siivola Newsgroups: gmane.emacs.devel Subject: Re: Common Lisp indentation bug fix/new feature Date: Tue, 3 Apr 2012 13:13:39 +0300 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1333448047 26899 80.91.229.3 (3 Apr 2012 10:14:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Apr 2012 10:14:07 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 03 12:14:06 2012 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 1SF0kV-0000Sr-8K for ged-emacs-devel@m.gmane.org; Tue, 03 Apr 2012 12:14:03 +0200 Original-Received: from localhost ([::1]:33695 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF0kU-0002pe-FD for ged-emacs-devel@m.gmane.org; Tue, 03 Apr 2012 06:14:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF0kK-0002RL-Kk for emacs-devel@gnu.org; Tue, 03 Apr 2012 06:13:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SF0kA-0002Yg-RY for emacs-devel@gnu.org; Tue, 03 Apr 2012 06:13:52 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:56973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF0kA-0002YT-MX for emacs-devel@gnu.org; Tue, 03 Apr 2012 06:13:42 -0400 Original-Received: by obbta14 with SMTP id ta14so6339883obb.0 for ; Tue, 03 Apr 2012 03:13:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=mmeqmRGS6T7s2D59SmSZlXmtiE3xtkTE96oPF62lBio=; b=njYLj1yXWQpOv0D6PgJcQuWUusAJFw4ke27epF72IhqJWHEZP2n0fW/0NB8NsRESqB vzSP2hS8QfVQCZv1K50QGPR2Vg8q1F49/u9N5XKyYNONp/Lh295eRmf0nPwfPUlpjjUr wGPvq8NQg0HleFJa0dLCG1c3OG4JWp+HWeCzvW9iR95dDeFLj9BTPH8mnLBic70fNk0W 45poSfdfVIWB9WQ6B3z19B+wzEsvd0DlQrFDudVN8swfj9YDEk1rNbFnXn6jAtW7jw21 jXsBOe530caTFpYmGg06llsl9LQ/BiqdR82LKvPSfzZa1fKjkq4dLErzlOEof8dE8OG4 j8HQ== Original-Received: by 10.182.179.68 with SMTP id de4mr17796111obc.13.1333448019860; Tue, 03 Apr 2012 03:13:39 -0700 (PDT) Original-Received: by 10.60.22.197 with HTTP; Tue, 3 Apr 2012 03:13:39 -0700 (PDT) In-Reply-To: X-Gm-Message-State: ALoCoQk1AcyNLLsl28dB/NMBpo7jzF6l7s++BhwvPxVZNdGO8Ms+OtfW/UI9l7ed2/Nvxhpu7I8f X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 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:149320 Archived-At: On 3 April 2012 06:47, Lars Magne Ingebrigtsen wrote: > Nikodemus Siivola writes: > >> Missed this when it came up, but FWIW, plenty more differences have >> crept in since then as I realized that cl-indent.el in Emacs was >> sitting still and I stopped worried about staying in synch. > > Perhaps we could merge the cl-indent.el changes to Emacs after Emacs > 24.1 has been released? I'm not opposed, but there's a bit of legwork to chase FSF copyright release forms required: with the loop indentation code in particular it can be tricky to find the original people involved. That said, except for the subclause-aware loop indentation everyone should be easy to reach -- and that part should be easy to rip out. I can factor it out into a separate file in the Slime repo at some point. Cheers, -- nikodemus