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: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#12759: closed (letf indentation has become worse)
Date: Mon, 29 Oct 2012 13:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 29 Oct 2012 09:51:39 -0400
with message-id <jwv390xcrqc.fsf-monnier+emacs <at> gnu.org>
and subject line Re: bug#12759: letf indentation has become worse
has caused the debbugs.gnu.org bug report #12759,
regarding letf indentation has become worse
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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: 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.


[Message part 3 (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



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.