mastouille.fr est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Mastouille est une instance Mastodon durable, ouverte, et hébergée en France.

Administré par :

Statistiques du serveur :

591
comptes actifs

#emacs

35 messages24 participants4 messages aujourd’hui

Emacs org-mode includes the function `org-latex-preview`, which provides image overlays for LaTeX formulas in the buffer. As it turns out, it mostly works in non-org-mode buffers. It does throw warnings. I have suppressed them with this little wrapper:

```
(defun tws-latex-preview (&optional ARG)
(interactive "P")
(let ((warning-minimum-level ':error))
(org-latex-preview ARG)))
```

Not rigorously tested, but seems to work for making pretty comments in my source code.

#emacs#orgmode#latex
Suite du fil

#emacs #fjEl #forgejo #codeberg

fj.el release 0.16

- bind r to add reaction to item at point
- ensure sane default for sorting of issues/repos where possible
- overhaul rendering of item body HTML (for performance reasons)
- defcustom fj-timeline-default-items (for performance reasons)
- respect verbatim/code formatting in item titles and and timeline messages
- bind > to load more items in item timeline view
- include compose buffers in switch to fj buffer / kill all fj buffers
- fix a bunch of (contextually) broken commands
- i also worked on an api layer, but got sidetracked with jag.el, which attempts to do api client library code generation based on Swagger/OpenAPI (WIP)

Holler if you run into any issues upon updating.

if you appreciate my work on fj.el, consider donating:
paypal.me/martianh. (even a small amount is appreciated.)

& thanks a lot to the recent donors!

PayPal.MePayez Martin hiatt avec PayPal.MeRendez-vous sur PayPal.Me/martianh et saisissez le montant. C'est signé PayPal, donc c'est simple et sécurisé. Vous n'avez pas de compte PayPal ? Pas de problème.
Suite du fil

#emacs #mastodonEl

released 2.0.2
(mainly a fix stuff release)

- fix a bunch of tests
- add cmd to view instance's Nodeinfo (what software it runs)
- make usernames etc. safe from random unicode hack ups (rtl override)
- fix some native-compile issues
- fix handling of snac tags
- migrated profiles: display link to new profile on old
- fix display of baseline tags

Holler if you run into any issues upon updating.

if you appreciate my work on mastodon.el, consider donating:
paypal.me/martianh. (even a small amount is appreciated.)

& thanks a lot to the recent donators!

Apparently evil-mode and visual-line-mode can work together! You just have to (setq evil-respect-visual-line-mode t) before evil is loaded!

For years, I've wanted this in org-mode! I just assumed that it was a bug that evil-mode could not work with visual line mode! Please tell me I'm not the only person who didn't know this! What else do I not know about Emacs? What's your best Emacs tip? #emacs #spacemacs

In #mastodonEl, a great Mastodon client for #Emacs, I was putting point on content warnings and read more folds to press RET, like a chump! This is specially "difficult" because they don't start in the first column. But there are commands mastodon-tl-toggle-spoiler-text-in-toot (bound to c) and mastodon-tl-fold-post-toggle (bound to !) which work with point anywhere in a toot!

#programming #systemsProgramming #software #commonLisp #sitcalc #emacs #eepitch

screwlisp.small-web.org/comple

I relate #Sandewall's call for situation calculus actions and the shared environment / database to be moved into the kernel viz my #literateProgramming emacs useage.

People always said emacs /was/ the operatingsystem, didn't they.

Particularly, computer programs various send requests for actions to the emacs server where they are also seen playing out at they actually happen in real time.

screwlisp.small-web.orgMy eepitch-send, actions and the situation calculus

#gnus #emacs #nnimap #dovecot

An update to @sacha 's gnus local imap pipeline config, due to dovecot 2.3 -> 2.4 breaking changes:

1. Note mail_location option split up. Specify all options like this:

(nnimap-shell-program "/usr/libexec/dovecot/imap -o mail_driver=maildir -o mail_path=$HOME/Maildir -o mail_inbox_path=$HOME/Maildir/INBOX -o mailbox_list_layout=fs")

Alternatively, put everything into system config.

2. System config must have these two lines:

dovecot_config_version = 2.4.1
dovecot_storage_version = 2.4.1

3. Official migration guides:

<doc.dovecot.org/2.4.1/installa>
<doc.dovecot.org/2.4.1/installa>

P.S.

Offtopic. Helpful resource on the upgrade: <willem.com/blog/2025-06-04_bre>

Sample configs: <source.willem.com/dovecot-2.4->

doc.dovecot.org2.3 to 2.4 | Dovecot CEDovecot CE Documentation

mastodon.el users who are running it against mastodon.social: Do you ever get slow replies or timeouts or images not loading? I've been seeing a bunch of those lately even when normal webui access works. I wonder if it might be some kind of rate limiting issue? Currently it's speedy but yesterday it was struggling quite a bit.

Next time it happens I will try to enable url-debug to see if I can see anything in that. Other debugging ideas are welcome too!

(Posting this from a different instance that I use for my #emacs related toots)