aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
keyringAdd key for arunisaac.Arun Isaac20 months
mainMake repository a guix channel.Arun Isaac20 months
 
 
AgeCommit messageAuthor
2023-07-09Make repository a guix channel.•••* .guix-authorizations, .guix-channel, .guix/emacs-thogai-package.scm, guix.scm: New files. HEADmainArun Isaac
2022-06-22Add Makefile.•••* Makefile: New file. Arun Isaac
2022-06-22Indicate unused variable with _.•••* thogai.el (thogai-process-stroke): Rename unused loop counter variable i to _. Arun Isaac
2022-06-22Define thogai-english-stenography-rules variable.•••* english-orthography.py: Define thogai-english-stenography-rules variable using defvar. Arun Isaac
2022-06-22Use Plover source instead of the built Plover package.•••* english-orthography.py: Accept the path to the Plover source as argument and import english_stenotype from that path. Arun Isaac
2022-06-20Implement comma and colon commands.•••* thogai.el (thogai-insert-translation): Implement comma and colon commands. Arun Isaac
2022-06-20Scroll to end of paper tape buffer after insertion.•••* thogai.el (thogai-gemini-protocol-filter): Scroll all relevant windows to the end of paper tape buffer after insertion. Arun Isaac
2022-06-20Always append to paper tape buffer.•••* thogai.el (thogai-gemini-protocol-filter): ALways append to paper tape buffer. Arun Isaac
2022-06-20Implement stroke suggestions.•••* thogai.el (thogai-suggest): New function. (thogai-process-stroke): Use thogai-suggest. Arun Isaac
2022-06-20Implement orthography aware suffixes.•••At build time, we import orthography rules from Plover source code. It is the easiest way to keep up with Plover. * english-orthography.py: New file. * thogai.el: Require thogai-english-orthography. (thogai-insert-orthography-aware-suffix): New function. (thogai-insert-translation): Use thogai-insert-orthography-aware-suffix. Arun Isaac
[...]