Andrea Richiardi

Results 486 comments of Andrea Richiardi

It does not seem to, I tried a couple of options and it seems that `ggtags-current-tag-name` is equal to my `namespace/symbol` and this is not what `ctags` produces. It seems...

I think the goal would be for `projectile` to tell `ggtags` the location of the project root after having identified it (for example using the `.projectile` file).

Any news on this /new consideration on this? I actually see why `ggtags-create-tags` is like this now, my `GTAGS` is 400 MB :smile: because it basically indexing the whole `node_modules`...

@leoliu unfortunately the `node_modules` mechanics allow for a lot of duplication, I am not a js dev (ClojureScript!) and I will be trying to find a way to exclude those...

Nice! Thanks it seems like it is working indeed.

Right, we can have a multiple choice like: ```elisp (defcustom sly-stickers-break-when 'before-and-after :type '(choice (const :tag "Before and after" t) (const :tag "Only Before" '(:before)) (const :tag "Only After" '(:after))...

Ok actually this was easy from the `sly-mrepl` buffer: `(comint-send-string (get-buffer-process (current-buffer)) "(+ 1 1)")` And I see it in the buffer. I probably then need to understand more about...

For completeness, this package shows the workflow I am looking for :smile: https://github.com/kaz-yos/eval-in-repl But no worries, if not possible I can always adapt :wink:

I think I am deep in a rabbit hole as I was trying to implement an extension for `eval-in-repl`. I found a small road block for now. Basically that library...

Found some more info, still haven't had time for it properly: https://stackoverflow.com/questions/13103177/nrepl-el-how-to-eval-clojure-buffer-form-to-nrepl-buffer-instead-of-echo-area