GNU bug report logs - #12759
letf indentation has become worse

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Mon, 29 Oct 2012 07:55:02 UTC

Severity: minor

Found in version 24.2.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 12759 in the body.
You can then email your comments to 12759 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#12759; Package emacs. (Mon, 29 Oct 2012 07:55:02 GMT) Full text and rfc822 format available.

Message #3 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: submit <at> debbugs.gnu.org
Subject: letf indentation has become worse
Date: Mon, 29 Oct 2012 03:51:51 -0400
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.




Reply sent to Stefan Monnier <monnier <at> iro.umontreal.ca>:
You have taken responsibility. (Mon, 29 Oct 2012 13:55:02 GMT) Full text and rfc822 format available.

Notification sent to Glenn Morris <rgm <at> gnu.org>:
bug acknowledged by developer. (Mon, 29 Oct 2012 13:55:03 GMT) Full text and rfc822 format available.

Message #8 received at 12759-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 12759-done <at> debbugs.gnu.org
Subject: Re: bug#12759: letf indentation has become worse
Date: Mon, 29 Oct 2012 09:51:39 -0400
I think it's fixed now, thank you,


        Stefan





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 27 Nov 2012 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 257 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.