15 Nov 2024 |
human | broken layout or something | 19:31:04 |
alphapapa | You appear to be running in a tty. You would probably need to choose a font that supports the emoji characters | 21:19:23 |
alphapapa | Emoji characters can appear in any text, including member names, so I don't think they can be universally filtered. Maybe there's something deep in Emacs that is relevant, but I can't help you there. | 21:20:53 |
16 Nov 2024 |
human | upgrade to v0.16, seems room lists color changed | 08:10:23 |
Phil |
human: FWIW I don't have that problem when running Ement in gnome-terminal or xterm. You're seeing double-width characters being rendered with single-width substitutes, which throws out the column counts. I don't know whether that's the fault of the font or the terminal emulators, but test some different combinations of both. | 12:18:42 |
Phil |
Actually… I do get some (different) rendering glitches in gnome-terminal – more to do with height than width, in my case. If you can find a font where every character displays at the same size, though, I expect you'll be sorted. | 12:27:18 |
Phil |
Failing that, you could try setting a custom buffer-display-table to remap all of the emoji code points. | 12:29:06 |
18 Nov 2024 |
| Thib (m.org, 🤒) changed their display name from Thib (m.org, 🤒) to Thib (m.org). | 08:07:45 |
| igor_cafe joined the room. | 23:36:45 |
igor_cafe | testing | 23:39:46 |
igor_cafe | yeah :D | 23:40:02 |
20 Nov 2024 |
human | pantalaimon support without dbus? how to disable dbus on that :) | 18:07:38 |
human | Phli: will try it later, now, my homeserver is dying, will shutdown forever soon nah | 18:08:31 |
chops | dbus is required for ui , unfortunately ui is required for panctl , which is required for session and client verification | 18:14:35 |
21 Nov 2024 |
| albin joined the room. | 16:25:09 |
23 Nov 2024 |
alphapapa |
Welcome to those who joined recently. | 02:56:01 |
Mrtn | Yeah, welcome @albin:matrix.sm6wjm.se, @igor_cafe:matrix.org and @thibaultmartin:matrix.org et al. | 07:05:04 |
albin | Thank you! | 07:06:26 |
| @franburstall:matrix.org joined the room. | 17:51:04 |
@franburstall:matrix.org | Hi. New ement user here. How do I get the users-in-different-colours thing that I see on the ement.el github page? | 17:53:13 |
viz | Search fkr user options with prism in its name | 18:56:37 |
@franburstall:matrix.org | Thanks: ement-room-prism | 19:13:19 |
alphapapa |
Welcome, Fran Burstall. | 20:52:37 |
24 Nov 2024 |
| @franburstall:matrix.org left the room. | 15:29:08 |
26 Nov 2024 |
| Richard Brooksby joined the room. | 09:01:19 |
rrix | i know this isn't the place necessarily, but anyone have any thoughts on what to do about a UnicodeDecodeError in pantalaimon's sync response handler? since a few weeks now something in my sync response is triggering UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb5 in position 1: invalid start byte in panta | 18:17:53 |
Fritjof | how does one send a piece of code in plain text format? Should it just be made in a separate message, or is it possible to do inside another message with something like ` ` , as within the app for element? | 18:56:45 |
27 Nov 2024 |
Phil |
Fritjof: (customize-option 'ement-room-send-message-filter) and select the org-mode option, and then you can use arbitrary org syntax, and the org-to-html export will be used to generate the appropriate HTML (which is what Matrix actually needs – the Element client similarly recognises markdown and converts `...` to <code>...</code> or similar).
So you can use =...= or ~...~ for inline cases, and code blocks for larger things. | 02:53:28 |
Phil |
I find org-tempo convenient for starting a new code block, and I use C-c C-, to wrap a region I've already typed. The 'verse' block type is also useful when you don't want the code face, but you don't want your newlines to be collapsed in the org-to-html export. | 02:57:53 |
Phil |
rix: No idea. My first thought was to wonder whether it could be some Byte Order Mark thing. That's the sequence EF BB BF for UTF-8, so it's not that, but mayyyybe some kind of corruption of that could be behind it? Maybe. (But probably not.) | 03:03:41 |