Nisar Ahmad

Results 10 comments of Nisar Ahmad

In that case, Comments need to updated rather than actually adding SHIFT-MOUSE-M for paste. MOUSE-M is Linux Specific, and some distros even disable that for security reasons. In case you...

OK. You are right. It looks like it is properly implemented, (function call works in the `selections` demo) But it is not bound to `SHIFT-MIDDLE-MOUSE`. However, It looks like `SHIFT-MIDDLE-MOUSE`...

When redisplaying Text (drawn with options `:align-x :center`and `:align-y :center`): 1) First display is correct. 2) The second redisplay however, Updating region seems to shift to upper right compared to...

This was caused by a23c9c4c which was introduced to fix #1170 . Removing "delayed repainting" also causes excessive repaints when the output is long like in "Coordinate Swizzling" demo. Note...

`mcclide` has an [file-selector](https://github.com/mmontone/mcclim/blob/master/Extensions/file-selector.lisp) extension, which is working quite well.

I think repaint is fine. If instead of using mouse-wheel/trackpad, I grab the scrollbar with mouse pointer, it scrolls fine. The real problem seems to be in how scrolling with...

I think I see the bug now. It is due to pointer trying to highlight presentations while scrolling. If you move the pointer out of the way (e.g on scrollbar)...

Regarding #908 , That is far from enough. If you call `(clim-lisp:describe 'X)`, it covers the part where `X` is a function and prints docstring. but `X` can simultaneously be...

An excellent example of above is `clim-listener::com-apropos` (invoked in listener as `,apropos string`) which improves upon `cl:apropos`.