radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
495 stars 47 forks source link

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

Closed raxod502 closed 1 year ago

raxod502 commented 6 years ago

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 commented 6 years ago

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

raxod502 commented 1 year ago

Fixed upstream.