1
3
submitted 6 hours ago by [email protected] to c/[email protected]
2
7
submitted 13 hours ago by [email protected] to c/[email protected]

Indent-bars v0.7.4 is now on ELPA

Indent-bars is a fast, configurable indentation guide-bars for Emacs

3
6
Company 1.0.0 released (company-mode.github.io)
submitted 13 hours ago* (last edited 13 hours ago) by [email protected] to c/[email protected]

Company is a text completion framework for Emacs. The name stands for "complete anything". It uses pluggable back-ends and front-ends to retrieve and display completion candidates.

It comes with several back-ends such as ElispClangSemanticIspellCMakeBBDBYasnippetDabbrevEtagsGtagsFilesKeywords and a few others.

Change log: https://github.com/company-mode/company-mode/blob/master/NEWS.md#2024-09-21-100

4
5
submitted 2 days ago by [email protected] to c/[email protected]
5
3
submitted 3 days ago by [email protected] to c/[email protected]
6
-7
submitted 2 days ago by [email protected] to c/[email protected]

Hello, you foolish Emacs-Religion!

I introduced a new employee to the superior editors and provided him an objective opinion of choice between our two Editors. This Fool elected Emacs. Anyhow, I did transfer all my Vim-Config to Emacs and it was working great. But I switched back since there were Scenarios were I definetly knew from my gut I issued the correct evil-mode instructions but somehow Emacs did some fuck-up.

At this point let me tell you that I was so impressed with your capabilties, that I found you guys speaking to me was meant intentionally demoralizing!!1 I also append that due to code quality reasons I transfered to Vim. So my Progress was: Neovim > Emacs > Vim.

I just realized that - maybe - it is about two differing things: The cursor/caret CONSISTENCY and panes (can't refer to a split in your native tongue, sorry).

Both Editors were configured to remember the last caret position. And I suspect both did this, since your Code is written by more proficient developers (my personal studies have shown). And panes are working within my - on-demand - unit teats correctly. But I just switched from a temporary help-pane to my code and realized: My layout wasn't effected, my caret was obv. still at my last editing position and this while I switched from shell to the editor, skipping a pane and rephrasing my own thought while doing this.

My caret is always consistent. Maybe this is something not explicitly tested in your code base. And why I shared it.

Anyhow, your Editor sucks and we will take all of your invention, idiots.

7
8
submitted 1 week ago by [email protected] to c/[email protected]
8
3
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]

Hi!

I'm trying to run the emacs daemon as a systemd user unit, and I'm seeing this error when trying to launch the GUI client:

Authorization required, but no authorization protocol specified

From what I've seen online it might be due to it trying to start before I'm logged in or something like that.
It does work after restarting the unit but I don't want to do that every time.

Anyone else see this before? Any ideas for a fix? Is there a better way of starting the emacs daemon?

9
2
submitted 3 weeks ago by [email protected] to c/[email protected]
10
1
submitted 1 month ago by [email protected] to c/[email protected]
11
34
submitted 1 month ago by [email protected] to c/[email protected]

Seems helpful for noobs like me.

12
6
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

I felt clunky doing NVIM and could never remember hotkeys for once a week -ish in-situ functional learning. Like I jump in FreeCAD for a few days, come back, and I can't recall a hotkey combo I only used once.

I think I can use Emacs lisp for some actual project goals with AI and other microcontroller projects involving FORTH, that I've never been able to figure out, and code complexity management issues I've never overcome. I still want the menu bar and am really unsure if the evil key bindings are for me. I would probably find it useful if I knew the vim bindings in situations like OpenWRT with busybox only, but it was the extreme complexity of navigating nvim help and key bindings that I found so useless to learn in-situ. Help me navigate this please. I'm being indecisive in a bad way about how to make this pretty, and get it configured.

13
17
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

I am excited and relieved to finally announce the release of Magit version 4.0, consisting of 1077 commits, since the last release three years ago. The release notes can be found here.

14
6
submitted 1 month ago by [email protected] to c/[email protected]
15
5
submitted 1 month ago by [email protected] to c/[email protected]
16
26
submitted 1 month ago by [email protected] to c/[email protected]
17
13
submitted 1 month ago by [email protected] to c/[email protected]
18
9
submitted 2 months ago by [email protected] to c/[email protected]
19
3
submitted 2 months ago by [email protected] to c/[email protected]
20
5
submitted 2 months ago by [email protected] to c/[email protected]

I've been theming emacs, trying to get it to look just right, but the lack of a per face line spacing is making it kind of difficult. I've tried to use :box as a hack to add invisible spacing, but that started to look weird when the region is highlighted. Does anyone know why there doesn't seem to be much interest or discussion on this topic? I'd love to be able to just add a top or bottom margin to headings like in css.

21
7
Emacs RFC 2646 email flowing (idiomdrottning.org)
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]

Emacs RFC 2646 email flowing

Heck it Emacs!

A few months ago I fixed a bug in RFC 2646 handling where the last paragraph wouldn't get reflowed unless I remembered to add a hard newline (that is, a newline with the 'hard text property) after it, at EOT. I needed to hit one extra RET at the end. All other paragraphs would be wrapped, not just the last one.

(I even bugged @[email protected] about it.)

But it still didn't always work and today I tried to get to the bottom of why, spending the entire day debugging it, finally realizing that... It's not even being called when there's only one paragraph in the email. I wasted so much time before realizing that! And then getting to the bottom of why that wasn't happening was the opposite of easy but it turnes out that Gnus by design doesn't call the fill-flowed-encode function when there aren't any hard newlines in the buffer. Which there aren't gonna be if it's a single-paragraph letter 🤦🏻‍♀️

Use-hard-newlines is beyond useless since that's always buffer-local and the text-reflowing is being done in a temp buffer. Instead since 2010 we're supposed to set mml-enable-flowed to true. But don't worry, fans of the messages-are-flowing package, I'm gonna send patches there to reflect that. I have a bunch of other changes to that package too since I've been using that a lot this summer.

This is all in bug#71017 (cursed palindrome!) for people who wanna dig in 👩🏻‍🏫

@[email protected]

22
8
submitted 2 months ago by [email protected] to c/[email protected]
23
11
submitted 2 months ago by [email protected] to c/[email protected]
24
16
Keyboard Macros are Misunderstood (www.masteringemacs.org)
submitted 3 months ago by [email protected] to c/[email protected]
25
7
submitted 3 months ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.world/post/16240755

Suggestions for a complimentary typeface to JetBrains Mono for reading and writing documents or prose

I am looking for a typeface that complements well to the one that I use to write code (JetBrains Mono). I will be using this to write documents and articles.

For further context, I am configuring Emacs' org-mode where I would be using both typefaces together. I could use JetBrains Mono for both purposes as I find it capable. But I would like to explore my options.

I have also looked at Iosevka. It offers variants for coding, reading, and writing. But I would prefer to stick with JetBrains Mono as much as I can for coding purposes.

view more: next ›

Emacs

2141 readers
14 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS