Vasilij Schneidermann

Results 56 issues of Vasilij Schneidermann

No matter whether I'm using Emacs 24.3, 24.4, 24.5 or 25.0.50.1, I only get to see two blank images. I'm on Arch Linux and can display SVG images otherwise, on...

Note: This has been brought up by @benaiah on IRC. It's wonderful that MAL has a guide, loads of tests and some example code, however some parts of the guide...

``` ruby >> module Foo; refine Array do; def bar; end; end; end => # >> using Foo; [].bar; >> using Foo; >> [].bar NoMethodError: undefined method `bar' for []:Array...

bug

I've seen auto-complete/popup-el#50 and am a bit sad about the proposed change not happening. Would it be an option for `company-mode` to go ahead and split off its own popup...

wishlist

I was surprised that clicking links (no modifier) didn't work. Only after reading the source code, I noticed one can right click and choose the appropriate context menu item or...

Sorry for the useless backtrace. If you have a better idea how to debug a hang here, please let me know. ``` Debugger entered--entering a function: * (#f(compiled-function () #))...

investigate

This is more of a stylistic nitpick. Enabling a few dozen minor modes in my init file doesn't print a single message, but for explain-pause-mode it does. You could argue...

enhancement

I've tried this on my [init.org](https://github.com/wasamasa/dotemacs/blob/master/init.org) and found two examples of stripping not being zealous enough: - TODO states are kept - Headings that are links break the TOC link

``` chuck ConsoleInput stdin; stdin.prompt("prompt> "); ``` Anything typed in has an extra space after the space of the prompt string. This is highly unexpected as it's different from anything...

``` chuck "\"\"" => string x; >; >; // expected it to print "\"\"", got "\""" instead "\"f\"" => string y; >; >; // this on the other hand prints...