gcv

Results 174 comments of gcv

With commit 0b693bdfdc135128c37bdcfaad0d57cc613564f4, `helm-buffers-list` now lists buffers in all perspectives when called with a prefix argument. It now has actions to add to the current perspective, and to remove buffers...

Re: `completing-read-multiple`: I like that. I think `persp-add-buffer` and `persp-remove-buffer` can be modified to use `completing-read-multiple`. There might be minor complications with `persp-interactive-completion-function`. Re: ibuffer. Your functions look fine, I...

@sellout: Have you tried using `(persp-current-name)` in place of `(frame-parameter nil 'persp--curr)`? I would merge in a PR that added `persp-frame-title` and included documentation about how to use it.

Thank you for the detailed bug report. I'm swamped right now, but will try to find time to take a look in the next couple of weeks.

Cool! I was actually thinking about that last night, and I think the way [Bufler](https://github.com/alphapapa/bufler.el) handles `tab-bar-mode` makes a lot of sense (look at `bufler-workspace-tabs.el`): - make a separate minor...

@LemonBreezes: That code wouldn't work directly in Perspective, which has different hooks and parameter setting from persp-mode. Did you adapt it? If so, please post the changes you made. I'd...

It should be possible to make Emacs do this, but it's a matter for [julia-mode](https://github.com/JuliaEditorSupport/julia-emacs), as Snail relies on it for code formatting.

Closing as there isn't anything to do on the Snail side.

Are you using Julia 1.10? I managed to reproduce the problem once, but not again. It seems related to initialization and precompilation somehow. Try doing something like `import JuliaFormatter` at...

That's right. I think something happened in 1.10 with all the precompilation changes, and the way Snail loads extensions stopped working _unless_ the dependency packages have all been precompiled. Or...