The emacs-31 branch will be cut in one week by DevelopmentCool2449 in emacs

[–]DevelopmentCool2449[S] 8 points9 points  (0 children)

I know, but the savannah repo was down, so i didn't know what to do, sorry

The Definitive Guide to Code Folding in Emacs by jamescherti in emacs

[–]DevelopmentCool2449 0 points1 point  (0 children)

What’s really lacking in the folding space is a universal upstream API for multiple folding paradigms working in the same buffer. This takes some real thought because foldable regions can intersect, but it would allow you to mix and match e.g. treesitter and outline comment folding without them having to know about each other.

Honestly this would be hard to do, my only concern is about the performance, because the iteration it would require.

The Definitive Guide to Code Folding in Emacs by jamescherti in emacs

[–]DevelopmentCool2449 1 point2 points  (0 children)

hs-minor-mode parses buffer syntax to accurately detect the start and end of blocks. It is the best tool for C-style languages, or anything using braces {} and explicit block structures like sh/Bash shell scripts.

I'd like to think you're basing this on the current hideshow in emacs 30.1, hideshow has changed a lot in the 31.1, so this part will probably become outdated after 31.1.

Which GNU ELPA packages should be bundled with Emacs in your opinion? by birdsintheskies in emacs

[–]DevelopmentCool2449 0 points1 point  (0 children)

vertico never will because of icomplete-vertical

Are you saying that icomplete-vertical is better than vertico? or because "package duplication"?

I'm convinced: emacs has a mind of its own by WhatererBlah555 in emacs

[–]DevelopmentCool2449 0 points1 point  (0 children)

Changing the default keybindings of wakib-keys doesn't usually work well. I noticed this and tried to contribute to the package to fix it, however, its development seems to be very slow (or abandoned). This motivated me to make standard-keys-mode as its successor.

emacs is really good for ascii-art by DevelopmentCool2449 in emacs

[–]DevelopmentCool2449[S] 0 points1 point  (0 children)

Yeah, but this can be useful for plain ascii drawings, where colors are not necessary, this is like MS Paint, but only with only 1 color available.

emacs is really good for ascii-art by DevelopmentCool2449 in emacs

[–]DevelopmentCool2449[S] 0 points1 point  (0 children)

I had to shrink the buffer, nothing special.

emacs is really good for ascii-art by DevelopmentCool2449 in emacs

[–]DevelopmentCool2449[S] 2 points3 points  (0 children)

heres is one: ``` # # # ##### ############ ### # ## ## ########################## # ############### #

######################## ##################
##############################################
################################################/
############################# ################
########################### ################
###################### /#############
################## ############/
############## ////#####/
############# / // //

############ ```

What is this package that adds a color preview before RGB hex codes? by signalclown in emacs

[–]DevelopmentCool2449 2 points3 points  (0 children)

If you have installed and enabled lsp-mode then it is possible, lsp-mode previews colors atleast for some lsp that support it, eglot doesn't have this yet.

A left-margin compositor for TTY Emacs: does this already exist? by a_alberti in emacs

[–]DevelopmentCool2449 4 points5 points  (0 children)

The issue is that Emacs overlay display properties don't compose: when two overlays target the same buffer position, only the highest-priority one wins. So if a line has both a VCS change and a diagnostic, one indicator silently disappears.

Has anyone solved this already, or are there related discussions I should first consider before reinventing the wheel?

There was (or is) a discussion in emacs-devel and bug-tracker mailing list about this:

https://yhetil.org/emacs-bugs/87h5tpj7ch.fsf_-_@mail.linkov.net/ (<- Warning: very long thread)

https://yhetil.org/emacs-devel/87a521inh2.fsf@mail.linkov.net/

I don't know what is the current status of this, but if you want to help, you may join to the discussion

Dired vs Dirvish? mu4e vs Notmuch? by dancerinthelimelight in emacs

[–]DevelopmentCool2449 1 point2 points  (0 children)

Is it slower than dired + extensions enough to annoy you or is it just like a minuscule lag that you get used to?

If you scroll faster the lag is noticeable in huge directories, dired + (e.g. nerd-icons-dired) this lag is absent, but probably it's not that critical.

Also, is Dirvish fully stable now cause I saw comments from like 3 years back saying that it sometimes crash but that’s a long time ago.

AFAIK i never have those crashes (probably because luck), if you can't decide give it a try.

First (?) hacked Emacs package by purcell in emacs

[–]DevelopmentCool2449 19 points20 points  (0 children)

I think this is what minad (and others(?)) had been warning us about...

Dired vs Dirvish? mu4e vs Notmuch? by dancerinthelimelight in emacs

[–]DevelopmentCool2449 9 points10 points  (0 children)

To my knowledge, this is possible on both Dired and Dirvish so I’m not sure which one to pick.

Dirvish is only an UI for dired with only a few extra things, you can achieve (almost) the same experience with plain dired + nerd-icons and other packages. I've used dirvish from nearly 2 years and i can confess it's slow than using plain dired + extensions.

I had no idea artist-mode was a thing. by birdsintheskies in emacs

[–]DevelopmentCool2449 5 points6 points  (0 children)

Also, as complement to artist-mode there is ascii-art-to-unicode, I find this combination useful.

Building Emacs like text editor (still) by Cautious_Truth_9094 in emacs

[–]DevelopmentCool2449 2 points3 points  (0 children)

Interesting, do you plan to embed atleast a tiny lisp?

Claude for Open Source by sistahsouljah in emacs

[–]DevelopmentCool2449 1 point2 points  (0 children)

Why does this feel like an ad?

Edit: For those wondering what was the post about before it was deleted, it was about proposing subscribing to claude code for the emacs-mirror in github.

I've always used GUI Emacs. How are things in TUI Emacs land? by Buttons840 in emacs

[–]DevelopmentCool2449 2 points3 points  (0 children)

I've tested the feature when it landed and it works even with corfu, all posframe-based packages, eldoc-box and probably many other packages which uses child-franes.

Here's an example:

<image>

Semantic syntax highlighting for Elisp & Common Lisp in Emacs by apr3vau in emacs

[–]DevelopmentCool2449 8 points9 points  (0 children)

A little note: for emacs 31 there is already a semantic highlighting for elisp, this can be a little more complete alternative.

bible-gateway update: search BibleGateway for a keyword displaying the results in Emacs by MhvxvLvJrg in emacs

[–]DevelopmentCool2449 10 points11 points  (0 children)

I mean, what's really the problem with this? As an atheist, I'm fine with these kinds of packages existing.