[slime-devel] Re: Missing features in latest CVS

Stelian Ionescu sionescu at common-lisp.net
Thu Jan 10 20:52:27 UTC 2008


On Thu, Jan 10, 2008 at 07:31:00PM +0100, Matthias Koeppe wrote:
>Stelian Ionescu <sionescu at common-lisp.net> writes:
>
>> On Thu, Jan 10, 2008 at 02:52:24PM +0100, Matthias Koeppe wrote:
>>> I have just checked in keybindings for presentation-related
>>>commands.
>>
>> hello, with your modifications to slime-presentations.el I get this
>> when starting Emacs:
>>
>> Debugger entered--Lisp error: (wrong-type-argument characterp 134217839)
>>   format("?\\C-%c" 134217839)
>>   slime-control-modified-char(134217839)
>
>I have checked in a possible fix for this -- please try again.

I've also noticed that copying presentations to the REPL using
middle-mouse-click doesn't work any more. the attached patch fixes that

-- 
Stelian Ionescu a.k.a. fe[nl]ix
Quidquid latine dictum sit, altum videtur.
-------------- next part --------------
diff -ur slime.orig/contrib/slime-presentations.el slime/contrib/slime-presentations.el
--- slime.orig/contrib/slime-presentations.el	2008-01-10 21:10:42.000000000 +0100
+++ slime/contrib/slime-presentations.el	2008-01-10 21:51:10.000000000 +0100
@@ -352,7 +352,7 @@
       (slime-presentation-around-click event)
     (if (with-current-buffer buffer
           (eq major-mode 'slime-repl-mode))
-        (slime-copy-presentation-at-mouse event)
+        (slime-copy-presentation-at-mouse-to-repl event)
       (slime-inspect-presentation-at-mouse event))))
 
 (defun slime-inspect-presentation (presentation start end buffer)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20080110/063719af/attachment.sig>


More information about the slime-devel mailing list