acdw pushed to main at acdw/titlecase.el 2026年06月22日 06:46:15 +02:00
eb75d75392 Merge pull request 'Specify type of `titlecase-command'' (#3) from goiabae/titlecase.el:main into main
4b5aadfb0b Specify type of `titlecase-command'
Compare 2 commits »
acdw merged pull request acdw/titlecase.el#3 2026年06月22日 06:46:13 +02:00
Specify type of `titlecase-command'
acdw commented on issue susam/wander#1 2026年03月19日 05:00:17 +01:00
Share your Wander console
acdw merged pull request emacs-jabber/emacs-jabber#84 2025年02月23日 05:20:44 +01:00
Minor cleanups: fix dependency version, remove empty comment block.
acdw pushed to production at emacs-jabber/emacs-jabber 2025年02月23日 05:20:44 +01:00
f904c98c53 Merge pull request 'Minor cleanups: fix dependency version, remove empty comment block.' (#84) from hdasch/emacs-jabber:srv-version into production
8bc2d5656f Fix srv dependency version.
8fcfb7c5f8 Remove superfluous comments.
Compare 3 commits »
acdw commented on pull request emacs-jabber/emacs-jabber#13 2023年08月02日 03:54:43 +02:00
Mark the last read line

What's the status on this MR? Should I rewrite something to fix the conflict?

acdw closed pull request acdw/titlecase.el#2 2023年07月14日 05:26:54 +02:00
Use replace-region-contents instead of insert
acdw commented on pull request acdw/titlecase.el#2 2023年07月14日 05:26:53 +02:00
Use replace-region-contents instead of insert

Hey @swflint ! I'm so sorry, I completely forgot about this. I've implemented a fix based on yours and merged it; feel free to test and let me know if there are issues!

Thanks so much for the...

acdw closed issue acdw/titlecase.el#1 2023年07月14日 05:25:54 +02:00
Issue when using programatically
acdw pushed to main at acdw/titlecase.el 2023年07月14日 05:25:54 +02:00
eb8d23925f Properly deal with non-point regions
acdw pushed to main at acdw/postcard-protocol 2023年06月07日 18:11:34 +02:00
00b6b80293 Add codepage codes
acdw commented on issue acdw/postcard-protocol#1 2023年06月07日 05:38:46 +02:00
Select encoding postcard text

I realized we could accept utf-8 almost as a default with type '0', then go from there. Ideas welcome!

acdw closed issue acdw/postcard-protocol#2 2023年06月07日 05:35:07 +02:00
Rethink postcard format
acdw pushed to main at acdw/postcard-protocol 2023年06月07日 05:35:07 +02:00
e51a096d6f Update postcard format, describe encodings
acdw opened issue acdw/postcard-protocol#3 2023年06月07日 05:17:41 +02:00
Move into 43beans
acdw commented on issue acdw/postcard-protocol#1 2023年06月07日 05:06:31 +02:00
Select encoding postcard text

oooh that's a good idea... i think. what do you mean by revision indicator? (like alpha,beta, etc?)

Also, how many encodings should we support slash how should they be encoded.

acdw commented on issue acdw/postcard-protocol#1 2023年06月07日 04:41:40 +02:00
Select encoding postcard text

I was thinking incremental, yes. And possibly byte-wise to get the most bang for our buck as it were (or at least ... 0-9a-z) .. but i guess also 2 digits .. hm

You know we should probably just...

acdw commented on issue acdw/postcard-protocol#2 2023年06月07日 02:39:38 +02:00
Rethink postcard format

Byte-wise, it might look like this

<PROTOCOL HEADER (8 bytes)>
<SENDER PUBLIC KEY (32 bytes)>
<RECIPIENT ADDRESS (1 byte)>
<MESSAGE (up to 407 bytes)>
<TRANSMISSION SIGNATURE (64...
acdw opened issue acdw/postcard-protocol#2 2023年06月07日 02:37:43 +02:00
Rethink postcard format
acdw commented on issue acdw/postcard-protocol#1 2023年06月07日 00:42:08 +02:00
Select encoding postcard text

i like this idea but I was thinking of having a more fully-formed postcard header, something like (ignore spaces)

p c <version> <encoding> (possibly more)

where pc are the 'magic...