From unknown Sat Aug 09 13:25:48 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12759: letf indentation has become worse Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 29 Oct 2012 07:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12759 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12759@debbugs.gnu.org X-Debbugs-Original-To: submit@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.135149726028677 (code B ref -1); Mon, 29 Oct 2012 07:55:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Oct 2012 07:54:20 +0000 Received: from localhost ([127.0.0.1]:37321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSkAt-0007ST-JW for submit@debbugs.gnu.org; Mon, 29 Oct 2012 03:54:19 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:42495) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSkAr-0007SM-Av for submit@debbugs.gnu.org; Mon, 29 Oct 2012 03:54:18 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TSk8V-0008BP-To; Mon, 29 Oct 2012 03:51:51 -0400 From: Glenn Morris X-Spook: Armani fundamentalist Axis of Evil interception Pine Gap X-Ran: vl7,%;I)BdDc>Mek<)QVC,Ip?=w[cY"=qsJoj2$c7/aBcn@$R X-Hue: yellow X-Attribution: GM Date: Mon, 29 Oct 2012 03:51:51 -0400 Message-ID: <29625twwa0.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.8 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) Package: emacs Version: 24.2.50 Severity: minor In Emacs 24.2, letf is indented like this after `emacs -Q -l cl': (letf (((point) (point-min)) (a 17)) body) This is consistent with `let': (let ((p (point-min)) (a 17)) body) In current trunk, it indents like this: (letf (((point) (point-min)) (a 17)) body) cl-letf, on the other hand, indents like letf used to. Looks like `letf' lost its lisp-indent-function property? This probably affects the other cl.el functions that are not simply aliases to cl-lib.el functions. From unknown Sat Aug 09 13:25:48 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Glenn Morris Subject: bug#12759: closed (Re: bug#12759: letf indentation has become worse) Message-ID: References: <29625twwa0.fsf@fencepost.gnu.org> X-Gnu-PR-Message: they-closed 12759 X-Gnu-PR-Package: emacs Reply-To: 12759@debbugs.gnu.org Date: Mon, 29 Oct 2012 13:55:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1351518903-12447-1" This is a multi-part message in MIME format... ------------=_1351518903-12447-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #12759: letf indentation has become worse which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 12759@debbugs.gnu.org. --=20 12759: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12759 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1351518903-12447-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 12759-done) by debbugs.gnu.org; 29 Oct 2012 13:54:08 +0000 Received: from localhost ([127.0.0.1]:37665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSpn6-0003DX-35 for submit@debbugs.gnu.org; Mon, 29 Oct 2012 09:54:08 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:3525) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSpn4-0003DR-1F for 12759-done@debbugs.gnu.org; Mon, 29 Oct 2012 09:54:06 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu0/O+LET/2dsb2JhbABEtBGBCIIRBQEFViMQCw4mEhQYDSSFXAeCKBa6CZBEA6MzgViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="203064021" Received: from 206-248-177-19.dsl.teksavvy.com (HELO ceviche.home) ([206.248.177.19]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 29 Oct 2012 09:51:39 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 4887E661F0; Mon, 29 Oct 2012 09:51:39 -0400 (EDT) From: Stefan Monnier To: Glenn Morris Subject: Re: bug#12759: letf indentation has become worse Message-ID: References: <29625twwa0.fsf@fencepost.gnu.org> Date: Mon, 29 Oct 2012 09:51:39 -0400 In-Reply-To: <29625twwa0.fsf@fencepost.gnu.org> (Glenn Morris's message of "Mon, 29 Oct 2012 03:51:51 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 12759-done Cc: 12759-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.8 (/) I think it's fixed now, thank you, Stefan ------------=_1351518903-12447-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Oct 2012 07:54:20 +0000 Received: from localhost ([127.0.0.1]:37321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSkAt-0007ST-JW for submit@debbugs.gnu.org; Mon, 29 Oct 2012 03:54:19 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:42495) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSkAr-0007SM-Av for submit@debbugs.gnu.org; Mon, 29 Oct 2012 03:54:18 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TSk8V-0008BP-To; Mon, 29 Oct 2012 03:51:51 -0400 From: Glenn Morris To: submit@debbugs.gnu.org Subject: letf indentation has become worse X-Spook: Armani fundamentalist Axis of Evil interception Pine Gap X-Ran: vl7,%;I)BdDc>Mek<)QVC,Ip?=w[cY"=qsJoj2$c7/aBcn@$R X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 29 Oct 2012 03:51:51 -0400 Message-ID: <29625twwa0.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.8 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.8 (----) Package: emacs Version: 24.2.50 Severity: minor In Emacs 24.2, letf is indented like this after `emacs -Q -l cl': (letf (((point) (point-min)) (a 17)) body) This is consistent with `let': (let ((p (point-min)) (a 17)) body) In current trunk, it indents like this: (letf (((point) (point-min)) (a 17)) body) cl-letf, on the other hand, indents like letf used to. Looks like `letf' lost its lisp-indent-function property? This probably affects the other cl.el functions that are not simply aliases to cl-lib.el functions. ------------=_1351518903-12447-1--