Skip to content
  • 0 Votes
    5 Posts
    0 Views
    tzz@infosec.exchangeT
    @paniash @oantolin I’ve been using #emacs #gnus for decades and contributed code to it. It’s a great experience and will work with gmail for instance. It has a ridiculous amount of features.Sending e-mail takes seconds so it’s not particularly annoying that it happens in the main thread. People have been talking about using the Emacs threads for parallelizing the article fetch, threading, scoring, and sorting for years but no one has done the work. That first time delay (a few seconds for larger groups, can be a minute or more for huge groups) may annoy you if you value performance very highly but I don’t think it’s particularly bad. It’s worth trying,
  • 0 Votes
    2 Posts
    0 Views
    slackline@mastodon.socialS
    @csantosb There is orgit-forge (and orgit) which provide functions to generate org-mode links to issues and pull requests, albeit to Forge/Magit buffers.https://github.com/magit/orgit-forgehttps://github.com/magit/orgit
  • Anyone want's to test #Emacs #Emacs31?

    Uncategorized emacs emacs31 opensuse
    2
    0 Votes
    2 Posts
    3 Views
    aamfp@fosstodon.orgA
    @thaodanIf you need a Windows tester...(Yes, I know, I know... ‍️)
  • 0 Votes
    1 Posts
    0 Views
    sacha@social.sachachua.comS
    I love the way #Emacs can be a haven for power users and tinkerers. Let's figure out how we can get even better at helping people learn how to make their own tools. From https://fireborn.mataroa.blog/blog/the-slow-death-of-the-power-user/"The YouTube tutorial is the perfect emblem of this rot. Tutorials are not documentation. A tutorial teaches you to perform a specific sequence of steps to achieve a specific outcome. The steps are usually correct for the specific scenario the tutorial covers. If your scenario differs — if something’s changed, if you get an error the tutorial didn’t anticipate, if you’re using a different version — the tutorial has given you no tools to respond. Documentation teaches you to understand a system: what its components are, how they interact, what the configuration options mean and why they exist, what the error messages indicate. One produces people who can follow instructions. The other produces people who understand what they’re doing. The industry has enthusiastically replaced the latter with the former and called it democratization.""Close off the tinkering and you close off the pipeline. What you get instead is a generation of developers who’ve only ever worked within platform constraints, who’ve never pushed against the edges of the abstractions they’ve been given, who treat framework behavior as ground truth rather than implementation detail. They build more constrained platforms, because the constraints are all they know, for the next generation to be hemmed in by. The technical capability of the field decays, quietly, generation by generation, because the informal education pathway — break things, fix them, understand them — has been systematically closed by platforms that have every financial incentive to keep it closed."Found via https://johnjohnston.info/blog/liked-the-slow-death-of-the-power-user-fireborn/
  • 0 Votes
    3 Posts
    0 Views
    craigbro@infosec.exchangeC
    @galdor agreed! Home row mods were a big win for me with emacs on my corne kbd. I did end up using helix for half a year, and even base nvi on OpenBSD after switching to the split kbd. Still use those daily, for my recreational hacking, because they feel good.Eventually went back to emacs for work, because of terminal mgmt and buffer movement and project.el and magit and org mode and eglot and pdf-mode and flymake and dired… Just too damn productive
  • 0 Votes
    8 Posts
    0 Views
    teledyn@mstdn.caT
    @clayote Back in 1994 my gradeschool kids had web pages they created in #Emacs. It's not hard. It is DEEP if you want to go there, and that depth includes how it can deliver org-mode &c, but a casual user does not need to learn elisp to use it. For years a blind musician friend used Emacspeak as his email and web client. (somewhere exists my Gentle Introduction to Emacspeak) People are actually very good at learning, they just don't want to I have been told doom and space emacs are very turnkey and GUI friendly
  • Where did emacs.ch go?

    Uncategorized emacs
    4
    0 Votes
    4 Posts
    0 Views
    stefano@mastodon.bsd.cafeS
    @darth Louis was attacked - also with personal manaces - and decided to step back.For some time, he had an account at BSD Cafe but then closed it. I hope he is fine.
  • 0 Votes
    1 Posts
    0 Views
    sacha@social.sachachua.comS
    In a little over three hours from now, I'm going to chat with Prot about the Emacs new user experience. Thu Apr 30 1030H EDT / 0930H CDT / 0830H MDT / 0730H PDT / 1430H UTC / 1630H CEST / 1730H EEST / 2000H IST / 2230H +08 / 2330H JSTI'll livestream it on YouTube: https://youtube.com/live/z7pcLdwuyxENotes will be posted at https://sachachua.com/blog/2026/04/yay-emacs-sacha-and-prot-talk-emacs-newbies-starter-kits/#emacs
  • 0 Votes
    1 Posts
    1 Views
    unixbhaskar@mastodon.socialU
    NO, I DON'T CARE, and I DON'T USE #vim keys( aka Evil Mode) in #emacs. I stuck with using default Emacs's mode keybinds, and from the beginning, Period.Likewise, I DON'T CARE, and I DON'T USE any damn resemblance of #emacs keybinds in #vim. I have been stuck with using Vim's default keybinds from the beginning. Period. Why make things complicated??? Oh, you are following the "Experts" advice to do that???STOP kidding yourself.
  • 0 Votes
    1 Posts
    7 Views
    plantarum@ottawa.placeP
    #Emacs repeat-mode also combines really well with #expreg (expand-region). expreg looks like a worthy successor to Magnars' `expand-region` package, which many of us have grown to love.I have it set so `C-c y` marks the semantic 'thing' at point, and subsequent presses of `y` or `u` expand or contract to the next semantic unit.Works well out of the box. Should work even better if/when I get my head around #treesitter. This is my config:(repeat-mode 1)(defvar expreg-expand-keymap (define-keymap "y" #'expreg-expand "u" #'expreg-contract))(put #'expreg-expand 'repeat-map 'expreg-expand-keymap)(put #'expreg-contract 'repeat-map 'expreg-expand-keymap)(global-set-key (kbd "C-c y") #'expreg-expand)
  • 0 Votes
    1 Posts
    7 Views
    david_megginson@mstdn.caD
    I love playing #classicalGuitar I love #gardening I love #tea I love #publicTransit I love #emacs I wonder if just these 5 interests in combination are enough to identify me uniquely in the fediverse.
  • 0 Votes
    1 Posts
    4 Views
    kickingvegas@sfba.socialK
    ICYMI, “File › Options › Enter Debugger on Error” is a thing.#Emacs
  • 0 Votes
    1 Posts
    5 Views
    xenodium@indieweb.socialX
    chatgpt-shell was my most popular #emacs package. Here comes agent-shell #llm #agent #ai #agentic #opencode #gemini #claude #foss #oss #macos #linux
  • 0 Votes
    23 Posts
    58 Views
    wirthy@functional.cafeW
    @jameshowell Composability, where each module does one thing well and has a clean interface to the others, is a worthy goal. But from the user perspective, completion _is_ one thing, so why should we need to coordinate and configure seven or eight packages to get it working? Yes, as the article says, there are many _potentially_ orthogonal concerns in completion, but when you separate them into different user packages, you've pushed too much of the complexity of their interaction onto the user.The solution, apparently, is to add another layer of abstraction: emacs configuration kits. It all seems a bit much.
  • 0 Votes
    1 Posts
    6 Views
    sacha@social.sachachua.comS
    Reading tecosaur's lovely 317-page Emacs config PDF at https://tecosaur.github.io/emacs-config/config.pdf gave me a case of literate config envy, so I spent the morning wrangling my #Emacs configuration into a slightly prettier PDF. It is 736 pages long and 12 MB in size. My table of contents takes up 15 pages. I still want to add lots of commentary, implement more LaTeX exports for my custom link types, and tweak the design some more, but at least it's there now. https://sachachua.com/dotemacs/index.pdf (although for some reason it doesn't like to load in Firefox...)
  • What a nice chat

    Uncategorized emacs
    1
    0 Votes
    1 Posts
    2 Views
    mms@mastodon.bsd.cafeM
    What a nice chathttps://www.youtube.com/watch?v=1vMlGFELajQ#emacs
  • 0 Votes
    3 Posts
    33 Views
    draxil@social.linux.pizzaD
    @itsfoss "Emacs is as fluid and unique as the minds of its users." is a good crystallisation of the emacs user (configurer?) experience