alphapapa / ement.el

A Matrix client for GNU Emacs
GNU General Public License v3.0
475 stars 44 forks source link

Docs: Update readme #273

Closed phil-s closed 2 months ago

phil-s commented 2 months ago

Per (info "(org)Escape Character") I've introduced a zero-width space before the closing paren in "(while writing in minibuffer: ~C-c '~​)" in order to achieve the correct formatting. This can be visualised using (set-face-background 'glyphless-char "red").

I've substitutedS-<return> everywhere that S-RET appeared, as the latter isn't a valid representation.

phil-s commented 2 months ago

Darn, Github doesn't like what I did with the C-c ' formatting!

https://github.com/phil-s/ement.el/tree/phil-s/docs?tab=readme-ov-file#room-buffers

I'll see if I can figure out a fix for that...

phil-s commented 2 months ago

That was a pain -- I think I now understand why the text had previously been written as C-c ') !

Through trial-and-error I've found that a single ZERO WIDTH JOINER after the apostrophe in C-c '‍ works for both Emacs and Github, so I've pushed that fix.

alphapapa commented 2 months ago

Thank you.