Toots for mekeor@catgirl.cloud account

Written by Mekeor Melire on 2025-01-24 at 11:49

i just published a first draft of another #emacs package for citing formst=flowed emails. i'd appreciate feedback :)

https://codeberg.org/mekeor/citeff

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2025-01-23 at 11:30

what's the name of alice and bob's non-binary friend? (beginning with "c", please.)

[#]cryptography #computerscience #nonbinary #naming

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2025-01-22 at 23:15

i wrote a little #emacs package similar to "messages-are-flowing", i.e. for making hard newlines visually distinct. unlike the mentioned alternative, it provides a face instead of displaying a character. (internally, it uses font-lock-mode instead of after-change-functions hook.) it's called moai-medusa. haha.

https://codeberg.org/mekeor/moai-medusa/src/branch/default/moai-medusa.el

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2025-01-20 at 13:47

warum sind so viele rechtsextreme parteien in europa russlandfreundlich? ich checks nicht. kann mir jemand helfen?

@istuetzle, vielleicht du? :D

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-12-30 at 09:26

i'm pretty close to a #qmk keymap for the #skeletyl keyboard that uses a sophisticated tap-dance: most of my thumb-keys are mapped to tap-hold / mod-tap / layer-tap. but when i hold one such modifier, how do i press another key from the same hand? my tap-dance allows to mimik tapping or holding any "mirrored" thumb-key by double-tapping / double-holding. if that makes sense.

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-12-17 at 23:09

join https://meet.ffmuc.net/libera-emacs to experience the #emacs #irc channel on #libera as audio. this is a limited service for some minutes or hours, motivated by #accessibility.

it uses emacs, irc, erc, piper-tts, joe model, pipewire, pw-play and most importantly erc-tts: https://github.com/fmqa/elisp-snippets/blob/main/erc-tts.el

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-12-16 at 11:23

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-12-12 at 23:25

today i learned regarding #emacs that

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-12-12 at 23:22

let's do art together: take a screenshot of this post and share it in a comment to this post. next person takes a screenshot of your comment and shares it in a comment to your comment. and so on...

(make sure to select "Public" scope/visibility. and make sure that at least some part of your fediverse-client is pictured on the screenshot.)

[#]fed #fediverse #fediart #fedihelp

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-12-09 at 00:15

how do you manage project-local dependencies?

[#]packagemanagement #dependencymanagement #guix #nix #devenv #asdf #mise #nvm

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-11-22 at 13:03

ah, htmlize is the package i was remembering: https://github.com/hniksic/emacs-htmlize

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-11-22 at 13:01

having opened #emacs in terminal (-nw), how can i take a "text-only screenshot"? i mean, i could just select the text in the terminal and copy it. can i also do it from within emacs?

also, it'd be nice to have an "html screenshot", i.e. all text (including menu-bar, header-line, margins, mode-line, window separators and echo area) with approriate inline css styles for colors and underline etc. i remember a package for this but if i remember correctly, it only exports a buffer, not the tui-frame.

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-11-19 at 00:39

From an information-security point of view, is it safe to use the cache of #Emacs Auth-Source interface to Password-Store as alternative to SSH-agent, for Magit? I don't know. Let me know if you know.

Anyway, here's how you can do that: https://mekeor.codeberg.page/emacs-auth-source-pass-instead-of-ssh-agent.html

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-11-13 at 09:51

i configured my computer so that #emacs magit does not repeatedly ask for git commit signature key passphrases. but i neither use gpg- nor ssh-agent. instead, i use password-store (pass) and emacs' auth-source interface to it which has an in-memory-cache. i then configured magit to lookup the passphrases with auth-source, i.e. via pass xD

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-11-08 at 01:04

wenn nach kommenden neuwahlen eine schwarz-gelbe minderheitsregierung zustande kommt, lasst euch nicht beirren: dann regiert die afd mit. nur mit ihren stimmen wird würd die minderheitsregierung ihre gesetzesvorschläge verabschieden können. so wie es auf landesebene schon passiert in ostdeutschland.

[#]neuwahlen #minderheitsregierung #afd #lindner #fdp #antifa

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-10-31 at 22:01

[#]emacs: big news. @monnier proposes to make emacs-lisp default to lexical binding as per version 31:

https://debbugs.gnu.org/74145

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-10-29 at 12:44

[#]emacs: you can interactively browse and view lisp objects (even self-referencing ones) with:

M-: (require 'data-debug) RET

M-x data-debug-eval-expression RET ...

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-10-29 at 10:01

if you (1.) use #emacs; (2.) use elpa package consult; and (3.) frequently spawn asynchronous shell commands from emacs; then you might be interested in a little package i wrote, called "consult-shell-command". it's a thin wrapper around "async-shell-command" but (1.) it shows matching history elements instantly, i.e. you don't need to enter and exit "consult-history"; and (2.) it shows matching history from shell-command-history, async-shell-command-history and your shell history. it's not yet on melpa but on codeberg:

https://codeberg.org/mekeor/consult-shell-command/src/branch/default/consult-shell-command.el

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-10-28 at 12:11

why is the heart located on the left side of the chest (for most people)? what is the essential difference between left and right? i mean, why is the universe this way and not flipped at an arbitrary but fixed (hyper)plane?

=> More informations about this toot | View the thread

Written by Mekeor Melire on 2024-10-27 at 19:43

pros and cons of #lisp

=> More informations about this toot | View the thread

=> This profile without reblog | Go to mekeor@catgirl.cloud account

Proxy Information
Original URL
gemini://mastogem.picasoft.net/profile/112124538714549587/reblog
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
374.603163 milliseconds
Gemini-to-HTML Time
5.036346 milliseconds

This content has been proxied by September (3851b).