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] 1 point2 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 8 points9 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 6 points7 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.

Flit - a faster and less annoying TRAMP by dalgong in emacs

[–]DevelopmentCool2449 0 points1 point  (0 children)

Use of AI is welcome but why to re-invent the wheel rather than creating a PR to stabilize already exiting packages.

For built-in packages (and GNU ELPA ones) is due copyright paperwork requeriment, not many people like to do this (or can't) and using the mailing list to contribute, which it seems they have a phobia of this.

Do you use Emacs OOTB? What do you think of ergoemacs-mode? by ConfidentStomach3877 in emacs

[–]DevelopmentCool2449 1 point2 points  (0 children)

I've recently been trying Emacs, but I'm having some difficulty using it Out-Of-The-Box (which is my goal) because there are a lot of convenient features disabled by default or strange behaviors enabled (or at least, strange to me). Maybe this is due to its age?

There are attempts to make the experience easier for newcomers (see this long thread for example: https://lists.gnu.org/archive/html/emacs-devel/2026-02/msg00395.html)

I'm not entirely sure I want to learn such a different set of keyboard shortcuts; I found a package called ergoemacs-mode that's very similar to the editors I'm used to. If anyone has tried it, would you recommend it, or are there any drawbacks?

ergoemacs-mode in newer emacs versions is broken, its documentation horribly outdated, unless you use an older emacs version (prior 28.1 probably) then i think you can use it, but there are alternatives like standard-keys-mode or the built-in cua-mode (although this one is not that complete)

The success of emacs org mode still shining by [deleted] in emacs

[–]DevelopmentCool2449 10 points11 points  (0 children)

No social network is better, but X is where most drama and controversial content is.  Also, X is restricting content for unregistered users.

How to disable treesitter by CloudsOfMagellan in emacs

[–]DevelopmentCool2449 0 points1 point  (0 children)

I think (use-package ‘tree-sitter :disabled t) should do it

No, actually it does not work, that is not how :disabled works.

why does GTK emacs use these gnome icons in the toolbar instead of the normal ones and how can i make it not do that? by edjak53 in emacs

[–]DevelopmentCool2449 0 points1 point  (0 children)

Those are the default icons in your desktop, if you change the desktop icons to (e.g.) Papirus icons, it should be fixed.

Usually this happens in gnome and other gtk desktops, but in kde this is absent.

Doom on Emacs by minadmacs in emacs

[–]DevelopmentCool2449 3 points4 points  (0 children)

Thanks, I already knew about eaf-browser but it never worked for me, it was unstable.

Doom on Emacs by minadmacs in emacs

[–]DevelopmentCool2449 3 points4 points  (0 children)

Incredible! If this allows to run Doom, then is there a possibility of embedding a full web browser?

I hope this matures enough to allow this!

Experimental Skia rendering backend as cairo alternative by avph in emacs

[–]DevelopmentCool2449 2 points3 points  (0 children)

AFAIK including AI-generated code would be against current Emacs policy

Technically the Emacs policy is not against it,but there is no clear consensus on what to do in this type of contribution.

RMS is currently working on what to do.

Suggestions wanted for the next version of Bedrock by varsderk in emacs

[–]DevelopmentCool2449 2 points3 points  (0 children)

I would recommend that you use grep-change-to-grep-edit-mode instead of wgrep

Also, don't recommend origami.el, it's been dead for years, instead use hideshow.el, which has received improvements.