[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14381: 24.3; smie-auto-fill infinite loop
From: |
Leo Liu |
Subject: |
bug#14381: 24.3; smie-auto-fill infinite loop |
Date: |
Sat, 18 May 2013 07:16:16 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3) |
On 2013-05-13 23:43 +0800, Stefan Monnier wrote:
> If I were you, I'd start with octave-auto-fill, trying to replace it
> with something that hooks elsewhere, such as in fill-nobreak-predicate
> and in comment-line-break-function.
Yes, this was exactly what I tried i.e. set comment-line-break-function
to a octave-specific function but found this hangs due to this bug. smie
sets normal-auto-fill-function to smie-auto-fill.
Leo