Wilfred / suggest.el

discover elisp functions that do what you want
367 stars 14 forks source link

Input -3, output 3 reliably segfaults Emacs #16

Closed Wilfred closed 7 years ago

Wilfred commented 7 years ago

(downcase -3) is the culprit

Wilfred commented 7 years ago

Filed bug upstream: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25684

Wilfred commented 7 years ago

Should make the code defensive to this case, as other users may hit this.