bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

252
active users

#emacs

55 posts51 participants3 posts today

As much as I use Emacs, one thing that's funny to me is how little I tend to care about new versions.

Partially because I always install from whatever package manager is on the host OS, so they aren't full of features I'll usually be able to use tomorrow; I still have crufty machines running emacs 27 that my config has to be compatible with.

But mostly because it's Emacs. Any problems these updates solve I've generally already solved in my workflow! You want me to be excited about an Emacs update? Tell me how LISP interpreter performance just increased by 30%.

can a hook remove itself?

Is there a better way to do it? (I want music to start sometimes when I clock into a task in org with a timer, but I don't want it to happen every time, just when I use my special task clock in thing)

#Python folks: if you want an interactive debugger, what do you use, and how do you set it up? Particularly on unfamiliar projects with something like tox/nox/Just which gets between you and the running process. Bonus points if you have a functioning #Emacs integration.

In principle I love the idea of interactive debuggers. In practice I have been burned so many times by configuration, path, and terminal interaction issues that I have an almost instinctual recoil from anything based on pdb.

Recently I joined copilot.el's team and my biggest contribution to date is that we have the first ever tagged release github.com/copilot-emacs/copil The AI tools for #Emacs keep getting better!

The release notes are huge, as they contain the entire dev history, but things will get better from here!

What's Changed

ci: auto update copilot binaries by @kiennq in #49
add: support a list of commands that should be allowed to call without clearing the copilot overlay by @hrehfeld in #55
Update spa...
GitHubRelease copilot.el v0.1.0 · copilot-emacs/copilot.elWhat's Changed ci: auto update copilot binaries by @kiennq in #49 add: support a list of commands that should be allowed to call without clearing the copilot overlay by @hrehfeld in #55 Update spa...

I’m trying up Forge for #emacs and I don’t get the idea. Is it a starting point before moving to browser? Seems like the interactions (merging, ci, commenting) on prs (95% of what I do on Microsoft GitHub) are very limited. Am I missing something?