Results 46 comments of Rogach

@andreyorst Thank you, that works! I found that it is possible to get rid of "(when (eq this-command ..." by hooking eval-expression-minibuffer-setup-hook instead of minibuffer-setup-hook.

Up to the project owner, I guess. I saw that he marked the issue as a bug, so maybe he plans to do something else (one could argue that smartparens-strict-mode...

One more workaround that seems to work: wrapping the `WindowScroller`s in ``. Obviously that works only with fixed-height rows.

Also, other name mangling happens - `s24` becomes `s-24`. Since I'm uploading lab project files to wiki, I need to keep names clean, and I use combination of various numbers,...

Yes, that I understood. But was there any reason for that kebab-case? Manually uploading the files and setting proper names in the links works without any problems.

Okay, I can understand that non-url-friendly characters are bad, but adding dashes between letters and numbers and replacing underscores seems a little too much. Also, why force url-friendliness at all?...

Vertex (0.098,-1.714) is not added because it violates C5 predicate - big face to the right has no adjacent IN vertex - upper vertex is pointsite, can't be IN, and...

For the moment, I fixed it by accepting a face if it has a SEPPOINT vertex adjacent to considered vertex (in predicate_c5). It did solve this error and several others...

It's written in java, and I'm not comfortable with C++ enough to port it back. Here's the code: https://gist.github.com/Rogach/a6c75cd90221c09e0f9d It's part of my port of openvoronoi to java - it's...

@aewallin - just in case, want to notify you that I released port of openvoronoi to java, https://github.com/Rogach/jopenvoronoi. Thank you for all your work on this amazing library!