Steve Purcell

Results 288 comments of Steve Purcell

Hi! I'm not actively using `ac-slime` myself, and I don't have time to investigate this now myself. However, the [documentation code is very simple](https://github.com/purcell/ac-slime/blob/fafc6f75c90b2dbf124edd3e2887860ce052081e/ac-slime.el#L78-L81), and mostly just defers to `slime`,...

`ac-slime` only really calls Slime's own completions functions, so the problem must be with either Slime or `auto-complete`, not with `ac-slime`. I'll investigate further if I get chance. If you...

There are some extra string methods already, see [here](https://github.com/purcell/airspeed/blob/master/airspeed/__init__.py#L28-L30) — if you'd like to submit a PR with a couple of little tests, I'd be happy to incorporate it.

You could add support for `keySet` [here](https://github.com/purcell/airspeed/blob/master/airspeed/__init__.py#L39) with a couple of tests. I'm not sure that we should be trying to make airspeed mimic Java too much, though, and if...

> as for `toString` I need to convert an array `[1, 2, 3]` into a string `('1', '2', '3')`. There might be other ways to do this. Yeah, I think...

Hmm, I suspect the fix for this could be fiddly. I agree that compatibility would be good here, but I guess it would be fairly trivial to move the macro...

Thanks! Thinking about this, I guess another way to do it might be to support a well-known object in the namespace, e.g. `airspeed_options`, or just an `airspeed_strict` var. Then a...

No, it's not supported, and yes, I think that would be the right place to make a change. It's not clear where we'd set and store a value indicating whether...

We don't have any plans currently, but I'll leave this ticket open as a reminder. -Steve

Thanks @erasmospunk. Sorry that I don't have any spare capacity to help, but I'd be very happy to receive pull requests for this. :-)