diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-28 01:24:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-28 01:26:03 +0200 |
commit | 75b39248fe5021ef95b996f9bec9339f53a59cb0 (patch) | |
tree | dc32ae7543240a4079f758cde6d8edc62ae8fb7e /res | |
parent | derp (diff) | |
download | mds-75b39248fe5021ef95b996f9bec9339f53a59cb0.tar.gz mds-75b39248fe5021ef95b996f9bec9339f53a59cb0.tar.bz2 mds-75b39248fe5021ef95b996f9bec9339f53a59cb0.tar.xz |
compose table: make an assumption that basic symbols are available
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'res')
-rw-r--r-- | res/keyboard/compose/dead | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/keyboard/compose/dead b/res/keyboard/compose/dead index 4313ae0..a1f1eab 100644 --- a/res/keyboard/compose/dead +++ b/res/keyboard/compose/dead @@ -20,6 +20,18 @@ +# If we are compile this file as a stand-alone file we will pretend +# that the keyboard already have basic latin latters so can create a +# complete compose table from those symbols without getting a lot of +# warnings about those symbols not being available. +assumption + have_range "a" "z" + have_range "A" "Z" + have_range "0" "9" + have_chars " !\"#$%&'()*+,-./:;<=>?@[\]^_`{|}~" +end assumption + + macro dead_ascii/1 <dead letter \1> [" " <dead letter \1>] : "\1" <dead compose> "\1" : <dead letter \1> |