GNU bug report logs - #26187
Bug in indent-sexp

Previous Next

Package: emacs;

Reported by: Gdobbins <gdobbins <at> protonmail.com>

Date: Mon, 20 Mar 2017 06:07:02 UTC

Severity: normal

Tags: fixed, patch

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


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

From: Gdobbins <gdobbins <at> protonmail.com>
To: npostavs <at> users.sourceforge.net
Cc: 26187 <at> debbugs.gnu.org
Subject: Re: bug#26187: Bug in indent-sexp
Date: Tue, 21 Mar 2017 00:24:23 -0400
[Message part 1 (text/plain, inline)]
I have not yet done a copyright assignment.

-- Graham Dobbins

-------- Original Message --------
Subject: Re: bug#26187: Bug in indent-sexp
Local Time: March 20, 2017 11:20 PM
UTC Time: March 21, 2017 3:20 AM
From: npostavs <at> users.sourceforge.net
To: Gdobbins <gdobbins <at> protonmail.com>
26187 <at> debbugs.gnu.org

tags 26187 patch
quit

Gdobbins <gdobbins <at> protonmail.com> writes:

> Sure. In the form:
>
> (defun lisp-indent-defform (state _indent-point)
> (goto-char (car (cdr state)))
> (forward-line 1)
> (if (> (point) (car (cdr (cdr state))))|
> (progn
> (goto-char (car (cdr state)))
> (+ lisp-body-indent (current-column)))))
>
> where | is point, call indent-sexp and the result will be
>
> (defun lisp-indent-defform (state _indent-point)
> (goto-char (car (cdr state)))
> (forward-line 1)
> (if (> (point) (car (cdr (cdr state))))|
> (progn
> (goto-char (car (cdr state)))
> (+ lisp-body-indent (current-column)))))
>
> which is incorrect.

Hmm, the original behaviour is that no indentation happens at all which
seems kind of odd to me. But that's better than breaking things I
guess. Have you done copyright assignment for Emacs, or should I mark
your patch as a tiny change?
[Message part 2 (text/html, inline)]

This bug report was last modified 8 years and 156 days ago.

Previous Next


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