emmanueltouzery
emmanueltouzery
Yes.. I'm myself not familiar with the API, i'm just feeling the pain that the API is supposed to relieve :) For examples I usually look at `gtk-demo` and indeed...
no problem of course! I just wanted to get an idea whether it was feasible and point this out as, in my mind, an important feature of gtk4. Thanks again...
Yeah.. I could make a shortcut in the second telescope picker, like control-something, to do that. It makes sense, I'll probably do it!
Yes, that's part of the reason why there is an option for only core functions or not. We're calling the elixir repl functions to extract the data and the repl...
Regarding the core functions or not: if we list only core functions it will be faster. You could probably have two shortcuts for speed, when you know you're interested specially...
Note that obviously there are probably other avenues for speedup, but they are not obvious to me. I didn't time the runtime of this plugin vs running the repl commands...
I've been doing stuff like that in my config for other pickers using a hack with the feedkeys function. I'm not sure whether there's an official way to achieve that....
I have GNU Emacs 24.4.1, linux (fedora). I only use emacs in the GUI. As I said I use it through the spacemacs bundle though. On Mon, Apr 6, 2015...
I've added this to my init function: (add-hook 'focus-in-hook (lambda () (message "hello"))) and hello is displayed on focus. So I think that's not the problem.
It's a simple of having a clean repo, modifying the file, comitting outside of emacs, and the status doesn't update in emacs. In fact I even tried to call manually...