radian icon indicating copy to clipboard operation
radian copied to clipboard

M-x fill-paragraph in Haskell causes additional indent for some reason

Open raxod502 opened this issue 7 years ago • 1 comments

Example paragraph:

The issue is that the state of the program never repeats, since the
value of x is incremented each time through the loop, but there are
an infinite number of possible states because x may increase without
bound (until it hits the maximum for Int).

After M-q:

The issue is that the state of the program never repeats, since the
 value of x is incremented each time through the loop, but there are
 an infinite number of possible states because x may increase without
 bound (until it hits the maximum for Int).

After M-q again:

The issue is that the state of the program never repeats, since the
  value of x is incremented each time through the loop, but there are
  an infinite number of possible states because x may increase without
  bound (until it hits the maximum for Int).

raxod502 avatar Feb 04 '18 18:02 raxod502

See https://github.com/haskell/haskell-mode/issues/1594.

raxod502 avatar May 06 '18 06:05 raxod502

Fixed upstream.

raxod502 avatar Feb 21 '23 22:02 raxod502