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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Subject: bug#12759: closed (Re: bug#12759: letf indentation has become worse)
Date: Mon, 29 Oct 2012 13:55:03 +0000
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.

-- 
12759: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12759
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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


[Message part 3 (message/rfc822, inline)]
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.



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

Previous Next


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