shlomiv

Results 15 comments of shlomiv

I see the same exact behavior, any updates on how to get the pretty png? I'd love to have something that looks like the example png instead of the screenshots...

Hey, that makes sense.. I thought perhaps there was a way to send specific keystrokes as well, for instance if sharing a buffer with org-mode as its major mode, send...

Hi there, Did you ever get the "new command" idea started?

There might be some performance decrease, but in some cases (like mine, where things are really huge) eliminating extra GC could prove to be beneficial in the big picture.. In...

Thanks :) Initial testing with AllTries.java and jawiki-20150805-all-titles-in-ns0.gz gives: ``` with 1564854 words and 12611354 chars in wikipedia titles. warming up... running all tries 10 times. TailLOUDSTrie(LOUDSBvTree(BytesSuccinctBitVector),ConcatTailArrayBuilder) TailLOUDSTrie(LOUDSBvTree(ByteBufferSuccinctBitVector),ConcatTailArrayBuilder) 1 2...

Thanks! Yes, I plan on sending a pull request, still some more things to check though. Here is another attempt, this time adding a BBTailLOUDSTrie: ``` TailLOUDSTrie(LOUDSBvTree(BytesSuccinctBitVector),ConcatTailArrayBuilder), 226, 655, 39325432...

I experience the same exact problem on an nexus 6p with android 7

Just my 2c, when on a TRAMP buffer it makes sense to run all commands remotely. Otherwise there might be versions or dependencies compatibility issues. Personally, I am using emacs...

I think of tramp as a replacement to the ssh/vim combo. I also think it will be quite difficult and cumbersome to use tramp as a "networked file system". I...