Re: no whitespace in history
Stas Boukarev <[email protected]>
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <[email protected]> |
Stas Boukarev <[email protected]> writes: > Robert Brown <[email protected]> writes: > >> I just tried a recent version of Slime. When I type >> M-P in the slime-repl buffer I see the previous command >> I typed, but without any whitespace. For instance, >> "(cons 1 2)" appears as "(cons12)". In my .emacs file I >> have slime-repl-history-trim-whitespaces set to t. If I set >> it to nil, I get the correct history string. It looks like all >> whitespace is being trimmed, not just leading and trailing >> spaces. > Perhaps this broke it: > https://github.com/slime/slime/commit/3467ebc9ead3408c21cd1d2ae119ac05e2a7e2d9#diff-c8ce1f42fae596a1a0fdf8769976cabdL966 And it is, fixed it. Thanks for the report. -- With best regards, Stas.