[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disemvowelment Mode?
From: |
Joost Kremers |
Subject: |
Re: Disemvowelment Mode? |
Date: |
Wed, 15 May 2019 23:41:40 +0200 |
User-agent: |
mu4e 1.3.2; emacs 26.2 |
On Wed, May 15 2019, Grant Rettke wrote:
If you use a timer, there's no reason AFAICT to *not* create a
minor mode for it.
Good point, thanks!
Another radical way you could do this: create a major(!) mode
which derives from text-mode but unbinds all vowel keys. That way
you can't even type vowel...
You could come up with some way to type vowels in those cases that
you do want to have a vowel (e.g., when a word starts with one).
Perhaps bind the capital vowels to a command that inserts the
lower-case variant (so typing `A` would actually insert 'a' in the
buffer), if your shorthand involves not using capital letters. Or
create a command that asks for a vowel and inserts it, and bind it
to a key, say `=`. Then you'd have to type `=a` to actually insert
'a' into the buffer. (You may be able to use a custom input method
to do that, actually).
--
Joost Kremers
Life has its moments
Re: Disemvowelment Mode?, Emanuel Berg, 2019/05/14