From 75b39248fe5021ef95b996f9bec9339f53a59cb0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Sep 2014 01:24:59 +0200 Subject: compose table: make an assumption that basic symbols are available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- res/keyboard/compose/dead | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'res/keyboard') 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 [" " ] : "\1" "\1" : -- cgit v1.2.3-70-g09d2