!NicAJNwJawmHrEhqZs:matrix.org

Ement.el

388 Members
Ement.el, a Matrix client for Emacs. | https://github.com/alphapapa/ement.el99 Servers

Load older messages


SenderMessageTime
18 Apr 2024
@phil.catalyst:matrix.orgPhil
In reply to dionisos

Btw, the new way to send reactions, and the new way to send message with the buffer below the room, is way better, thank you 🙏🙂

I'm glad you like the compose buffer features :) (The new reaction support is courtesy of oantolin primarily… I was only tangentially involved.)

12:28:39
@suckless_shill:matrix.orgvizspeaking of rich replies, i hope i will gain the motivation to rewrite it completely this summer. i feel like ement-room.el changed quite a bunch so it is probably wise to start over anew12:46:43
@suckless_shill:matrix.orgvizi completely misunderstood the spec and wrote a completely different thing 🙃12:48:01
@dionisos:matrix.orgdionisos

If I want to ask questions about others alphapapa Emacs packages, is there particular Emacs rooms for this, or is it ok if I ask here ?

13:57:46
@dionisos:matrix.orgdionisosIf I want to ask questions about others @alphapapa:matrix.org Emacs packages, is there particular Emacs room for this, or is it ok if I ask here ?13:58:12
@suckless_shill:matrix.orgviz
In reply to viz
speaking of rich replies, i hope i will gain the motivation to rewrite it completely this summer. i feel like ement-room.el changed quite a bunch so it is probably wise to start over anew
for now, i have html body handling written. i have no idea on how to handle plain text bodies (which is why i lost all motivation to continue my work)
14:09:28
@suckless_shill:matrix.orgviz(see rich-replies2 branch in my ement.el fork (easy enough to find). will merge it back to the PR branch once I smoothen out everything)14:13:58
@alphapapa:matrix.orgalphapapa
In reply to rrix
In reply to @alphapapa:matrix.org

FYI, I've released v0.15 of Ement.el: https://github.com/alphapapa/ement.el/releases/tag/v0.15

Great looking release, congrats everyone and especially Phil's saintly work (sorry)

It was saintly work, seriously. There's no way I wanted to work on that feature myself.

16:02:41
@alphapapa:matrix.orgalphapapa
In reply to Phil

(I wouldn't expect Element to render "foo" and "<p>foo</p>" differently, in other words; and if it does, I think that's a bug in Element.)

The various "Element" Matrix clients are somewhat notorious for HTML rendering issues. We could define our own derived Org HTML export backend that would produce output more suitable for other Matrix clients.

16:06:00
@alphapapa:matrix.orgalphapapa
In reply to dionisos
In reply to dionisos

I also like that it is easy to give alternative names to emoji with emote-search

For people who don't like losing time for emojis which also ask for a color with emote-search, it is possible to remove it likes that :

(setq emoji--derived (make-hash-table :test 'equal))

Aha, thanks, that extra step has been a bit annoying.

16:07:02
@alphapapa:matrix.orgalphapapa
In reply to dionisos

If I want to ask questions about others alphapapa Emacs packages, is there particular Emacs rooms for this, or is it ok if I ask here ?

I do have an #alphapapa:matrix.org room but no one uses it. But feel free to use it if you want.

16:08:45
@rrix:aelf.landrrix There is also ofc #emacs:matrix.org 16:11:45
@dionisos:matrix.orgdionisos
In reply to alphapapa
In reply to dionisos

If I want to ask questions about others alphapapa Emacs packages, is there particular Emacs rooms for this, or is it ok if I ask here ?

I do have an #alphapapa:matrix.org room but no one uses it. But feel free to use it if you want.

error "Unable to join room #alphapapa:matrix.org: You are not invited to this room."

This could explain why ^^
Anyway, if it is ok to ask question here I prefer to use this room.

16:18:53
@suckless_shill:matrix.orgviz
In reply to viz
speaking of rich replies, i hope i will gain the motivation to rewrite it completely this summer. i feel like ement-room.el changed quite a bunch so it is probably wise to start over anew
I hope the major part of the left-over work should be complete now
16:54:31
@suckless_shill:matrix.orgviz> <@suckless_shill:matrix.org> speaking of rich replies, i hope i will gain the motivation to rewrite it completely this summer. i feel like ement-room.el changed quite a bunch so it is probably wise to start over anew I hope the major part of the left-over work is complete now17:00:41
@alphapapa:matrix.orgalphapapa
In reply to dionisos
In reply to alphapapa
In reply to dionisos

If I want to ask questions about others alphapapa Emacs packages, is there particular Emacs rooms for this, or is it ok if I ask here ?

I do have an #alphapapa:matrix.org room but no one uses it. But feel free to use it if you want.

error "Unable to join room #alphapapa:matrix.org: You are not invited to this room."

This could explain why ^^
Anyway, if it is ok to ask question here I prefer to use this room.

I'd rather you use, e.g. #emacs:matrix.org. You can mention me to get my attention there. This room is specifically for Ement.el.

18:16:23
19 Apr 2024
@phil.catalyst:matrix.orgPhil

How busy is that channel, btw? I haven't joined it on the assumption that it'd be pretty distracting and I probably get all the emacs news I can handle from other sources already.

00:54:57
@suckless_shill:matrix.orgvizIt is fairly low traffic. It is active enough but it is not busy to be distracting02:31:09
@alphapapa:matrix.orgalphapapa

Yeah, it's much lower traffic than the Libera.chat #emacs channel, and much more on-topic.

11:36:55
@diy_fuego:matrix.orgeb(just started using Ement. Just a test)13:47:05
@phil.catalyst:matrix.orgPhil

Welcome, eb.

13:54:25
@gilganix:matrix.orgMist

Coming over from Emacs room, has anyone experienced evil somehow jumping from insert mode to normal mode and executing commands instead of typing the remaining text you wish to send? If so, can someone tell me what the culprit was?

17:06:33
@alphapapa:matrix.orgalphapapa
In reply to Mist

Coming over from Emacs room, has anyone experienced evil somehow jumping from insert mode to normal mode and executing commands instead of typing the remaining text you wish to send? If so, can someone tell me what the culprit was?

  1. I don't use EVIL, so this may not be helpful.
  2. Are you using evil-collection? If not, maybe try it.
  3. See the relevant new feature in the changelog for v0.15.
17:07:14
@gilganix:matrix.orgMist

I have been experiencing this issue for quite some time but never bothered asking about it tbh

17:07:48
@gilganix:matrix.orgMist

and yes, I am using evil-collection but that did not resolve the issue

17:07:59
@gilganix:matrix.orgMist

Maybe corfu is part of the issue or pretty-hydra… 🤔

17:08:08
@gilganix:matrix.orgMist

You know what? I am going to reduce the config later to find the culprit and perhaps report it. But first let me fix some of my nix bs lol

17:10:18
@gilganix:matrix.orgMist

Appreciate the suggestions!

17:10:25
@alphapapa:matrix.orgalphapapa

I hope you're able to figure it out. If not, maybe an EVIL/DOOM user here can help.

17:16:58
@diy_fuego:matrix.orgeb
In reply to Phil

Welcome, eb.

It took me that whole time to figure out how to send a reaction lol (mostly because I'm working right now and pretty busy)
18:25:28

There are no newer messages yet.


Back to Room ListRoom Version: 6