Re: [Ecls-list] slime-edit-definition does not work perfectly with ECL

2012-12-02 Thread Juan Jose Garcia-Ripoll
On Fri, Nov 30, 2012 at 1:31 PM, Stanislav Frolov frolosof...@gmail.comwrote: slime-edit-definition foo - No known definition for: foo The expected behavior - move cursor to start of (defun foo... https://sourceforge.net/p/ecls/bugs/220/ Thanks for reporting -- Instituto de FĂ­sica

Re: [Ecls-list] SLIME, WITH-OPEN-FILE: error in process filter: Wrong number of arguments: nil, 127

2012-10-30 Thread Juan Jose Garcia-Ripoll
On Tue, Oct 30, 2012 at 2:41 AM, Matthew Mondor mm_li...@pulsar-zone.netwrote: With in swank-ecl.lisp: (defimplementation arglist (name) (let ((arglist (ext:get-annotation name :lambda-list nil))) (if (null arglist) :not-available arglist))) And your latest changes,

Re: [Ecls-list] SLIME, WITH-OPEN-FILE: error in process filter: Wrong number of arguments: nil, 127

2012-10-30 Thread Matthew Mondor
On Tue, 30 Oct 2012 11:50:17 +0100 Juan Jose Garcia-Ripoll juanjose.garciarip...@gmail.com wrote: The original code works for me just fine (defimplementation arglist (name) (multiple-value-bind (arglist foundp) (ext:function-lambda-list name) (if foundp arglist

Re: [Ecls-list] SLIME, WITH-OPEN-FILE: error in process filter: Wrong number of arguments: nil, 127

2012-10-27 Thread Juan Jose Garcia-Ripoll
On Tue, Oct 23, 2012 at 5:54 PM, Matthew Mondor mm_li...@pulsar-zone.netwrote: So I today had some time to do a small test and the following function indeed seems to work better in general. (defimplementation arglist (name) (let ((arglist (ext:get-annotation name :lambda-list nil)))

Re: [Ecls-list] SLIME, WITH-OPEN-FILE: error in process filter: Wrong number of arguments: nil, 127

2012-10-23 Thread Matthew Mondor
On Sun, 21 Oct 2012 12:20:33 -0400 Matthew Mondor mm_li...@pulsar-zone.net wrote: On Sat, 20 Oct 2012 22:19:46 +0400 Stas Boukarev stass...@gmail.com wrote: The problem is that sys:function-lambda-list doesn't like macros or special operators anymore. Clearly, the name suggests that it

[Ecls-list] SLIME, WITH-OPEN-FILE: error in process filter: Wrong number of arguments: nil, 127

2012-10-15 Thread Matthew Mondor
Hello, Anyone also experience the above error, along with a delay, and if typing during that delay, lost characters? Most notably when typing inside a WITH-OPEN-FILE macro, but I know it also happened in a few other cases, although I forgot where. This is using a fairly recent SLIME and quite

Re: [Ecls-list] Slime question: running swank in thread: Linux :) Windows :(

2012-08-18 Thread Polos Ruetz
2012/8/18, Juan Jose Garcia-Ripoll juanjose.garciarip...@gmail.com: The problem was with LISTEN. On Windows sockets it was broken and returned true when it shouldn't. Slime now works for me on the Windows box (MSVC port). Thanks, confirmed: it works for me too! Paul

[Ecls-list] Slime lambda-list auto-help

2012-05-16 Thread Matthew Mondor
Hello again, Although it's a minor issue, I noticed lately that when entering Lisp the following form using latest ECL (head) and latest Slime, I'm getting the following error in the command buffer: (with-open-file error in process filter: Wrong number of arguments: nil, 137 I'm not sure

Re: [Ecls-list] SLIME miscompiled in ECL 12.2.1

2012-04-20 Thread Juan Jose Garcia-Ripoll
On Sun, Feb 5, 2012 at 1:51 PM, Xiaofeng Yang n.akr.aki...@gmail.comwrote: The problem occurs in the newest SLIME (snapshot 2012-01-06) and the snapshot on 2011-10-19(this one can be compiled using C compiler of ECL 11.1.1), using bytecode compiler. Both of the snapshots I fetched from

[Ecls-list] SLIME miscompiled in ECL 12.2.1

2012-02-05 Thread Xiaofeng Yang
The problem occurs in the newest SLIME (snapshot 2012-01-06) and the snapshot on 2011-10-19(this one can be compiled using C compiler of ECL 11.1.1), using bytecode compiler. Both of the snapshots I fetched from http://common-lisp.net/project/slime/snapshots/slime-current.tgz . (progn (load

Re: [Ecls-list] slime

2012-01-15 Thread Alessandro Serra
Hi Juanjo, it is the package named swank. It downloads all slime files. Or, to install and configure SLIME in one step, you can use: (ql:quickload quicklisp-slime-helper) Alessandro On Sun, Jan 15, 2012 at 12:55 AM, Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com wrote: Thanks

[Ecls-list] slime

2012-01-14 Thread Alessandro Serra
Hi all, I had a problem with the last version of slime (the one used by quickload) and the cvs of ecl. Ecl generates a memory condition in cl-peek-char. I fixed it adding the :element-type key to the socket-accept function in the swank-ecl.lisp.

Re: [Ecls-list] Slime build failure (Was: Project status)

2010-12-12 Thread Juan Jose Garcia-Ripoll
On Sun, Dec 12, 2010 at 5:23 AM, Matthew Mondor mm_li...@pulsar-zone.netwrote: On Sat, 11 Dec 2010 14:55:21 -0500 Matthew Mondor mm_li...@pulsar-zone.net wrote: I'll also try with an up to date slime when I have more time, but I wanted to post this in case the origin of the problem seems

Re: [Ecls-list] Slime build failure (Was: Project status)

2010-12-11 Thread Matthew Mondor
On Sat, 11 Dec 2010 14:55:21 -0500 Matthew Mondor mm_li...@pulsar-zone.net wrote: I'll also try with an up to date slime when I have more time, but I wanted to post this in case the origin of the problem seems obvious to others. It also happens with today's SLIME CVS HEAD and an empty

Re: [Ecls-list] Slime ECL

2010-09-28 Thread Alexander Gavrilov
Hi, I've noticed that the slime debugger crashes when attempting to display the variables for some bytecode compiled function. This happens because bytecode closures for local flets appear in the variable binding list. I have patched it in my local copy of slime, but it would be nice if a