vermiculus / sx.el

Stack Exchange for Emacs
http://stackapps.com/q/3950
713 stars 40 forks source link

Really fix filling #217

Closed Malabarba closed 9 years ago

vermiculus commented 9 years ago

Looks good. I am curious though – why does this work?

Malabarba commented 9 years ago

The regexp we used started with a ^, so it was assuming begining of line. Also, the function needs to return non-nil, otherwise it's assumed to have failed and filling is done anyway.

vermiculus commented 9 years ago

Ohh – alright :smile: