Vibrys

Results 12 comments of Vibrys

stumbled upon the same issue: emacs.26.3 + spacemacs Debugger entered--Lisp error: (wrong-type-argument stringp nil) expand-file-name(nil) auto-revert-notify-add-watch() #f(compiled-function () #)() auto-revert-buffers--buffer-list-filter(#f(compiled-function () #)) apply(auto-revert-buffers--buffer-list-filter #f(compiled-function () #) nil) auto-revert-buffers() apply(auto-revert-buffers nil)...

IMO, this has strong relation with the following: (progn (require 'helm-make) (with-helm-default-directory "/path/to/dir/containing/Makefile/file/" (let ((targets (helm--make-cached-targets "Makefile")) (default-directory (file-name-directory "Makefile")) ) (helm :sources (helm-build-sync-source "Targets" :candidates 'targets :fuzzy-match helm-make-fuzzy-matching :action...

Hi. I find Irony module very useful in everyday programming. Its auto completion is fast and precise. Additionally, appending return value as last segment of complete choice is very nice....

> Just curious, did you get irony working with tramp by doing the modification you propose? I didn't do any modifications to the code. > This is a functionality I...

> irony-server is a bit like an interactive shell. It reads request from stdin and output response to stdout. the contents of modified buffer to be completed as well? I'm...

> Irony used to store things in /tmp, now it sends to stdin. good news. This was the reason why I classified step 1 as most difficult. > There is...

thank you for package. unfortunately the same here.

more light (deferred:default-cancel does get improper number of arguments?): ``` (reactions (nodes)) (comments (nodes)) (reviews (nodes))))))) 41 QUEUE-POST [1]: (#s(deferred deferred:default-callback [code-review-utils--log code-review--build-buffer prin1-to-string sequencep string-prefix-p BUG: Unknown extended header:...

I've just tried both `transient` and `hydra` methods (`hydra` config update below). `Hydra` version works way better for me due to: - while hydra is active it just overrides only...

> As stated before `repeat-mode` is sufficient and is built in. agreed > Hydra or transient seams to win on the discoverability axis though... agreed As hydra emerged on Wiki...