[slime-devel] Re: [PATCH] Fix TOKENIZE-SYMBOL (and regression from previous patches.)
Tobias C. Rittweiler
tcr at freebits.de
Sat Mar 3 23:36:08 UTC 2007
"Tobias C. Rittweiler" <tcr at freebits.de> writes:
> This fixes a regression introduced by my last patches:
The supplied patch was bogus. Attached is the correct version.
All patches can also be found at
http://www.freebits.de/users/tcr/tmp/slime-fuzzy
And for even more convenience:
export CVSROOT=:pserver:anonymous at common-lisp.net:/project/slime/cvsroot
cvs login # type in `anonymous'
cvs co slime
cd slime
mkdir tmp; cd tmp
wget -nd -r -l 1 'http://www.freebits.de/users/tcr/tmp/slime-fuzzy/'
cd ..
for p in tmp/*.diff; do
patch -p0 < "$p"
done
# Make Emacs load this new version.
-T.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: slime-tokenizing-symbol-internal-fix.diff
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20070304/3d67d84a/attachment.ksh>
More information about the slime-devel
mailing list