summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RELNOTES54
-rwxr-xr-xconfigure2
-rw-r--r--protsym.c320
-rw-r--r--share/txr/stdlib/ver.tl2
-rw-r--r--tl.vim712
-rw-r--r--txr.14
-rw-r--r--txr.vim712
7 files changed, 958 insertions, 848 deletions
diff --git a/RELNOTES b/RELNOTES
index 86347a1e..c74b63bb 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,57 @@
+ TXR 175
+ 2017-05-15
+
+
+ Features
+
+ - New: Foreign Function Interface (FFI)
+ - Declare bindings to C-compatible functions in other software
+ components (dynamic libraries).
+ - Use Lisp functions as C-compatible from foreign software
+ components.
+ - New :prompt command in listener, nicknamed :p, which
+ turns on prompts, useful in the plain mode listener.
+ - stat structure has a path slot now, for convenience;
+ - answers question: if the stat was obtained from a path,
+ what was that path?
+ - Built in functions and macros can now be redefined:
+ only a warning occurs, rather than error.
+ - New buffer data type.
+ - Functions related to cptr type exposed.
+ - Funtions dlopen, dlsym and related functions exposed.
+ - OOP:
+ - new and lnew macros now check nonexistence of base type at
+ expansion time and generate immediate warning.
+
+ Bugs
+
+ - Printing issue with embdedded symbols in quasiliterals.
+ - Fixed broken printing of quasi-word-list literals.
+ - @{expr [index]} substitution syntax now indexes into
+ any kind of sequence, not only lists.
+ - Tightening in parser to reject certain unassigned syntax
+ like #[], and better error checking over hash literals.
+ - Bugfixes in area of processing TXR pattern language in context
+ of user-defined package.
+ - OOP print methods can now disable *print-circle* over
+ recursive print calls.
+ - Unintering built-in symbols is now possible without
+ catastrophic results.
+ - Fixed error in macro-expander's traversal of the special
+ forms return-from, sys:abscond-from and block*.
+ - Fixed bug in expander for suspend macro.
+ - Fixed bug in the ash function when right shifting fixnum integers.
+ - Fixed tostringp not behaving for float numbers in documented manner.
+ - mkstring and vec-set-length defend against negative argument.
+ - lognot and logtrunc defend against negative number of bits.
+ - Fixed bug in --free-all logic when --vg-debug in effect.
+ - Fixed incorrectly ordered logic in make-catenated-stream, exposing
+ a Lisp object to premature reclamation.
+ - Reproduced as actual issue on Darwin, under the --gc-debug
+ GC torture test.
+
+
+
TXR 174
2017-04-04
diff --git a/configure b/configure
index c9b26f23..8c1b5c67 100755
--- a/configure
+++ b/configure
@@ -452,7 +452,7 @@ fi
#
-txr_ver=174
+txr_ver=175
#
# The all important banner.
diff --git a/protsym.c b/protsym.c
index e02d1e23..408fe88c 100644
--- a/protsym.c
+++ b/protsym.c
@@ -34,176 +34,192 @@
extern val accept_s, addr_k, addr_s, addrinfo_s, all_s;
extern val and_s, ap_s, apf_s, append_each_s, append_each_star_s;
extern val append_k, append_s, apply_s, aret_s, args_k;
-extern val assert_s, atime_k, atime_s, atom_s, auto_k;
-extern val bignum_s, bind_s, blksize_k, blksize_s, block_s;
-extern val block_star_s, blocks_k, blocks_s, byte_oriented_k, call_s;
-extern val canonname_s, car_s, caseq_s, caseq_star_s, caseql_s;
-extern val caseql_star_s, casequal_s, casequal_star_s, cases_s, cat_s;
-extern val catch_s, cc_s, cdigit_k, cdr_s, cflag_s;
-extern val chain_s, chand_s, chars_k, choose_s, chr_s;
-extern val chset_s, circref_s, close_s, cobj_s, coll_s;
-extern val collect_each_s, collect_each_star_s, collect_s, colon_k, compl_s;
-extern val compound_s, cond_s, cons_s, continue_k, continue_s;
-extern val counter_k, cptr_s, cset_s, cspace_k, ctime_k;
-extern val ctime_s, cword_char_k, data_s, day_s, debug_quit_s;
-extern val decline_k, defex_s, deffilter_s, define_s, defmacro_s;
-extern val defparm_s, defparml_s, defr_warning_s, defsymacro_s, defun_s;
-extern val defvar_s, defvarl_s, dev_k, dev_s, digit_k;
-extern val dir_s, do_s, dohash_s, domainname_s, downcase_k;
-extern val dst_s, dvbind_s, dwim_s, each_op_s, each_s;
-extern val each_star_s, empty_s, env_k, env_s, eof_s;
-extern val eol_s, eq_s, eql_s, equal_based_k, equal_s;
-extern val error_s, eval_error_s, expr_s, fail_s, family_s;
-extern val fbind_s, fd_k, file_error_s, filter_k, filter_s;
-extern val finally_s, finish_k, first_s, fixnum_s, flags_s;
-extern val flatten_s, flet_s, float_s, flow_info_s, for_op_s;
-extern val for_s, for_star_s, force_s, forget_s, form_k;
-extern val format_s, freeform_s, from_current_k, from_end_k, from_list_s;
-extern val from_start_k, frombase64_k, fromhtml_k, frompercent_k, fromurl_k;
-extern val fun_k, fun_s, fuzz_s, gap_k, gather_s;
-extern val gecos_s, gen_s, generate_s, gensym_counter_s, gid_k;
-extern val gid_s, gmtoff_s, greedy_k, group_s, gun_s;
-extern val handler_bind_s, hash_construct_s, hash_iter_s, hash_lit_s, hash_s;
-extern val hextoint_k, hour_s, iapply_s, identity_s, if_s;
-extern val iflag_s, iflet_s, in_package_s, inc_s, include_s;
-extern val ino_k, ino_s, integer_s, internal_error_s, into_k;
-extern val intr_s, ipf_s, ispeed_s, keyword_package_s, labels_s;
-extern val lambda_s, lambda_set_s, last_s, lbind_s, lcons_s;
-extern val let_s, let_star_s, lfilt_k, lflag_s, line_s;
-extern val lines_k, lisp1_setq_s, list_k, list_s, list_star_s;
-extern val listener_hist_len_s, listener_multi_line_p_s, listener_sel_inclusive_p_s, lit_s, load_path_s;
-extern val load_recursive_s, load_s, local_s, longest_k, lstr_s;
-extern val mac_param_bind_s, machine_s, macro_s, macro_time_s, macrolet_s;
-extern val make_struct_lit_s, mandatory_k, maxgap_k, maxtimes_k, maybe_s;
-extern val mdo_s, mem_s, memq_s, memql_s, memqual_s;
-extern val merge_s, meth_s, min_s, mingap_k, mintimes_k;
-extern val mod_s, mode_k, mode_s, modlast_s, month_s;
-extern val mtime_k, mtime_s, name_k, name_s, named_k;
-extern val next_s, next_spec_k, nlink_k, nlink_s, nodename_s;
-extern val none_s, nongreedy_s, not_s, nothrow_k, noval_s;
-extern val null_s, nullify_s, number_s, numeric_error_s, oand_s;
-extern val oflag_s, oneplus_s, op_s, opip_s, optional_s;
-extern val or_s, ospeed_s, output_s, package_alist_s, package_s;
-extern val panic_s, parser_s, passwd_s, path_s, pkg_s;
-extern val plus_s, port_s, print_base_s, print_circle_s, print_flo_digits_s;
-extern val print_flo_format_s, print_flo_precision_s, print_s, prio_k, process_error_s;
-extern val prof_s, prog1_s, progn_s, promise_forced_s, promise_inprogress_s;
-extern val promise_s, protocol_s, qquote_s, qref_s, quasi_s;
+extern val array_s, assert_s, atime_k, atime_s, atom_s;
+extern val auto_k, bchar_s, bignum_s, bind_s, blksize_k;
+extern val blksize_s, block_s, block_star_s, blocks_k, blocks_s;
+extern val bstr_d_s, bstr_s, buf_d_s, buf_s, byte_oriented_k;
+extern val call_s, canonname_s, car_s, caseq_s, caseq_star_s;
+extern val caseql_s, caseql_star_s, casequal_s, casequal_star_s, cases_s;
+extern val cat_s, catch_s, cc_s, cdigit_k, cdr_s;
+extern val cflag_s, chain_s, chand_s, char_s, chars_k;
+extern val choose_s, chr_s, chset_s, circref_s, close_s;
+extern val closure_s, cobj_s, coll_s, collect_each_s, collect_each_star_s;
+extern val collect_s, colon_k, compl_s, compound_s, cond_s;
+extern val cons_s, continue_k, continue_s, counter_k, cptr_s;
+extern val cset_s, cspace_k, ctime_k, ctime_s, cword_char_k;
+extern val data_s, day_s, debug_quit_s, decline_k, defex_s;
+extern val deffilter_s, define_s, defmacro_s, defparm_s, defparml_s;
+extern val defr_warning_s, defsymacro_s, defun_s, defvar_s, defvarl_s;
+extern val dev_k, dev_s, digit_k, dir_s, do_s;
+extern val dohash_s, domainname_s, double_s, downcase_k, dst_s;
+extern val dvbind_s, dwim_s, each_op_s, each_s, each_star_s;
+extern val empty_s, env_k, env_s, eof_s, eol_s;
+extern val eq_s, eql_s, equal_based_k, equal_s, error_s;
+extern val eval_error_s, expr_s, fail_s, family_s, fbind_s;
+extern val fd_k, ffi_call_desc_s, ffi_closure_s, ffi_type_s, file_error_s;
+extern val filter_k, filter_s, finally_s, finish_k, first_s;
+extern val fixnum_s, flags_s, flatten_s, flet_s, float_s;
+extern val flow_info_s, for_op_s, for_s, for_star_s, force_s;
+extern val forget_s, form_k, format_s, freeform_s, from_current_k;
+extern val from_end_k, from_list_s, from_start_k, frombase64_k, fromhtml_k;
+extern val frompercent_k, fromurl_k, fun_k, fun_s, fuzz_s;
+extern val gap_k, gather_s, gecos_s, gen_s, generate_s;
+extern val gensym_counter_s, gid_k, gid_s, gmtoff_s, greedy_k;
+extern val group_s, gun_s, handler_bind_s, hash_construct_s, hash_iter_s;
+extern val hash_lit_s, hash_s, hextoint_k, hour_s, iapply_s;
+extern val identity_s, if_s, iflag_s, iflet_s, in_package_s;
+extern val inc_s, include_s, ino_k, ino_s, int16_s;
+extern val int32_s, int64_s, int8_s, int_s, integer_s;
+extern val internal_error_s, into_k, intr_s, ipf_s, ispeed_s;
+extern val keyword_package_s, labels_s, lambda_s, lambda_set_s, last_s;
+extern val lbind_s, lcons_s, let_s, let_star_s, lfilt_k;
+extern val lflag_s, line_s, lines_k, lisp1_setq_s, list_k;
+extern val list_s, list_star_s, listener_hist_len_s, listener_multi_line_p_s, listener_sel_inclusive_p_s;
+extern val lit_s, load_path_s, load_recursive_s, load_s, local_s;
+extern val long_s, longest_k, lstr_s, mac_param_bind_s, machine_s;
+extern val macro_s, macro_time_s, macrolet_s, make_struct_lit_s, mandatory_k;
+extern val maxgap_k, maxtimes_k, maybe_s, mdo_s, mem_s;
+extern val memq_s, memql_s, memqual_s, merge_s, meth_s;
+extern val min_s, mingap_k, mintimes_k, mod_s, mode_k;
+extern val mode_s, modlast_s, month_s, mtime_k, mtime_s;
+extern val name_k, name_s, named_k, next_s, next_spec_k;
+extern val nlink_k, nlink_s, nodename_s, none_s, nongreedy_s;
+extern val not_s, nothrow_k, noval_s, null_s, nullify_s;
+extern val number_s, numeric_error_s, oand_s, oflag_s, oneplus_s;
+extern val op_s, opip_s, optional_s, or_s, ospeed_s;
+extern val output_s, package_alist_s, package_s, panic_s, parser_s;
+extern val passwd_s, path_s, pkg_s, plus_s, port_s;
+extern val pprint_flo_format_s, print_base_s, print_circle_s, print_flo_digits_s, print_flo_format_s;
+extern val print_flo_precision_s, print_s, prio_k, process_error_s, prof_s;
+extern val prog1_s, progn_s, promise_forced_s, promise_inprogress_s, promise_s;
+extern val protocol_s, ptr_in_d_s, ptr_in_s, ptr_out_d_s, ptr_out_s;
+extern val ptr_out_s_s, ptr_s, qquote_s, qref_s, quasi_s;
extern val quasilist_s, query_error_s, quote_s, random_state_s, random_state_var_s;
extern val random_warmup_s, range_error_s, range_s, rcons_s, rdev_k;
extern val rdev_s, real_time_k, rebind_s, reflect_k, regex_s;
extern val release_s, rep_s, repeat_s, repeat_spec_k, require_s;
extern val resolve_k, rest_s, restart_s, ret_s, return_from_s;
extern val return_s, rfilt_k, scope_id_s, sec_s, sequence_s;
-extern val set_s, setq_s, setqf_s, shell_s, shortest_k;
-extern val single_s, size_k, size_s, skip_s, slot_s;
-extern val sockaddr_in6_s, sockaddr_in_s, sockaddr_un_s, socket_error_s, socktype_s;
-extern val some_s, space_k, special_s, splice_s, stat_s;
-extern val static_slot_s, stddebug_s, stderr_s, stdin_s, stdio_stream_s;
-extern val stdnull_s, stdout_s, str_s, stream_s, string_k;
-extern val string_s, struct_lit_s, struct_type_s, switch_s, sym_s;
-extern val symacro_k, symacrolet_s, syntax_error_s, sys_abscond_from_s, sys_apply_s;
-extern val sys_catch_s, sys_lisp1_value_s, sys_mark_special_s, sys_qquote_s, sys_splice_s;
-extern val sys_unquote_s, sysname_s, system_error_s, system_package_s, termios_s;
-extern val text_s, throw_s, time_local_s, time_parse_s, time_s;
-extern val time_string_s, time_utc_s, timeout_error_s, times_k, tlist_k;
-extern val tobase64_k, tofloat_k, tohtml_k, tohtml_star_k, toint_k;
-extern val tonumber_k, topercent_k, tourl_k, trailer_s, tree_bind_s;
-extern val tree_case_s, try_s, type_error_s, uid_k, uid_s;
+extern val set_s, setq_s, setqf_s, shell_s, short_s;
+extern val shortest_k, single_s, size_k, size_s, skip_s;
+extern val slot_s, sockaddr_in6_s, sockaddr_in_s, sockaddr_un_s, socket_error_s;
+extern val socktype_s, some_s, space_k, special_s, splice_s;
+extern val stat_s, static_slot_s, stddebug_s, stderr_s, stdin_s;
+extern val stdio_stream_s, stdnull_s, stdout_s, str_d_s, str_s;
+extern val stream_s, string_k, string_s, struct_lit_s, struct_s;
+extern val struct_type_s, switch_s, sym_s, symacro_k, symacrolet_s;
+extern val syntax_error_s, sys_abscond_from_s, sys_apply_s, sys_catch_s, sys_lisp1_value_s;
+extern val sys_mark_special_s, sys_qquote_s, sys_splice_s, sys_unquote_s, sysname_s;
+extern val system_error_s, system_package_s, termios_s, text_s, throw_s;
+extern val time_local_s, time_parse_s, time_s, time_string_s, time_utc_s;
+extern val timeout_error_s, times_k, tlist_k, tobase64_k, tofloat_k;
+extern val tohtml_k, tohtml_star_k, toint_k, tonumber_k, topercent_k;
+extern val tourl_k, trailer_s, tree_bind_s, tree_case_s, try_s;
+extern val type_error_s, uchar_s, uid_k, uid_s, uint16_s;
+extern val uint32_s, uint64_s, uint8_s, uint_s, ulong_s;
extern val unbound_s, unique_s, unquote_s, until_s, until_star_s;
-extern val upcase_k, uref_s, user_package_s, userdata_k, utsname_s;
-extern val uw_protect_s, var_k, var_s, vars_k, vec_list_s;
-extern val vec_s, vecref_s, vector_lit_s, version_s, warning_s;
-extern val weak_keys_k, weak_vals_k, when_s, while_s, while_star_s;
-extern val whole_k, wild_s, with_dyn_rebinds_s, word_char_k, wrap_k;
-extern val year_s, zap_s, zeroplus_s, zone_s;
+extern val upcase_k, uref_s, user_package_s, userdata_k, ushort_s;
+extern val utsname_s, uw_protect_s, var_k, var_s, vars_k;
+extern val vec_list_s, vec_s, vecref_s, vector_lit_s, version_s;
+extern val void_s, warning_s, wchar_s, weak_keys_k, weak_vals_k;
+extern val when_s, while_s, while_star_s, whole_k, wild_s;
+extern val with_dyn_rebinds_s, word_char_k, wrap_k, wstr_d_s, wstr_s;
+extern val year_s, zap_s, zarray_s, zeroplus_s, zone_s;
val *protected_sym[] = {
&accept_s, &addr_k, &addr_s, &addrinfo_s, &all_s,
&and_s, &ap_s, &apf_s, &append_each_s, &append_each_star_s,
&append_k, &append_s, &apply_s, &aret_s, &args_k,
- &assert_s, &atime_k, &atime_s, &atom_s, &auto_k,
- &bignum_s, &bind_s, &blksize_k, &blksize_s, &block_s,
- &block_star_s, &blocks_k, &blocks_s, &byte_oriented_k, &call_s,
- &canonname_s, &car_s, &caseq_s, &caseq_star_s, &caseql_s,
- &caseql_star_s, &casequal_s, &casequal_star_s, &cases_s, &cat_s,
- &catch_s, &cc_s, &cdigit_k, &cdr_s, &cflag_s,
- &chain_s, &chand_s, &chars_k, &choose_s, &chr_s,
- &chset_s, &circref_s, &close_s, &cobj_s, &coll_s,
- &collect_each_s, &collect_each_star_s, &collect_s, &colon_k, &compl_s,
- &compound_s, &cond_s, &cons_s, &continue_k, &continue_s,
- &counter_k, &cptr_s, &cset_s, &cspace_k, &ctime_k,
- &ctime_s, &cword_char_k, &data_s, &day_s, &debug_quit_s,
- &decline_k, &defex_s, &deffilter_s, &define_s, &defmacro_s,
- &defparm_s, &defparml_s, &defr_warning_s, &defsymacro_s, &defun_s,
- &defvar_s, &defvarl_s, &dev_k, &dev_s, &digit_k,
- &dir_s, &do_s, &dohash_s, &domainname_s, &downcase_k,
- &dst_s, &dvbind_s, &dwim_s, &each_op_s, &each_s,
- &each_star_s, &empty_s, &env_k, &env_s, &eof_s,
- &eol_s, &eq_s, &eql_s, &equal_based_k, &equal_s,
- &error_s, &eval_error_s, &expr_s, &fail_s, &family_s,
- &fbind_s, &fd_k, &file_error_s, &filter_k, &filter_s,
- &finally_s, &finish_k, &first_s, &fixnum_s, &flags_s,
- &flatten_s, &flet_s, &float_s, &flow_info_s, &for_op_s,
- &for_s, &for_star_s, &force_s, &forget_s, &form_k,
- &format_s, &freeform_s, &from_current_k, &from_end_k, &from_list_s,
- &from_start_k, &frombase64_k, &fromhtml_k, &frompercent_k, &fromurl_k,
- &fun_k, &fun_s, &fuzz_s, &gap_k, &gather_s,
- &gecos_s, &gen_s, &generate_s, &gensym_counter_s, &gid_k,
- &gid_s, &gmtoff_s, &greedy_k, &group_s, &gun_s,
- &handler_bind_s, &hash_construct_s, &hash_iter_s, &hash_lit_s, &hash_s,
- &hextoint_k, &hour_s, &iapply_s, &identity_s, &if_s,
- &iflag_s, &iflet_s, &in_package_s, &inc_s, &include_s,
- &ino_k, &ino_s, &integer_s, &internal_error_s, &into_k,
- &intr_s, &ipf_s, &ispeed_s, &keyword_package_s, &labels_s,
- &lambda_s, &lambda_set_s, &last_s, &lbind_s, &lcons_s,
- &let_s, &let_star_s, &lfilt_k, &lflag_s, &line_s,
- &lines_k, &lisp1_setq_s, &list_k, &list_s, &list_star_s,
- &listener_hist_len_s, &listener_multi_line_p_s, &listener_sel_inclusive_p_s, &lit_s, &load_path_s,
- &load_recursive_s, &load_s, &local_s, &longest_k, &lstr_s,
- &mac_param_bind_s, &machine_s, &macro_s, &macro_time_s, &macrolet_s,
- &make_struct_lit_s, &mandatory_k, &maxgap_k, &maxtimes_k, &maybe_s,
- &mdo_s, &mem_s, &memq_s, &memql_s, &memqual_s,
- &merge_s, &meth_s, &min_s, &mingap_k, &mintimes_k,
- &mod_s, &mode_k, &mode_s, &modlast_s, &month_s,
- &mtime_k, &mtime_s, &name_k, &name_s, &named_k,
- &next_s, &next_spec_k, &nlink_k, &nlink_s, &nodename_s,
- &none_s, &nongreedy_s, &not_s, &nothrow_k, &noval_s,
- &null_s, &nullify_s, &number_s, &numeric_error_s, &oand_s,
- &oflag_s, &oneplus_s, &op_s, &opip_s, &optional_s,
- &or_s, &ospeed_s, &output_s, &package_alist_s, &package_s,
- &panic_s, &parser_s, &passwd_s, &path_s, &pkg_s,
- &plus_s, &port_s, &print_base_s, &print_circle_s, &print_flo_digits_s,
- &print_flo_format_s, &print_flo_precision_s, &print_s, &prio_k, &process_error_s,
- &prof_s, &prog1_s, &progn_s, &promise_forced_s, &promise_inprogress_s,
- &promise_s, &protocol_s, &qquote_s, &qref_s, &quasi_s,
+ &array_s, &assert_s, &atime_k, &atime_s, &atom_s,
+ &auto_k, &bchar_s, &bignum_s, &bind_s, &blksize_k,
+ &blksize_s, &block_s, &block_star_s, &blocks_k, &blocks_s,
+ &bstr_d_s, &bstr_s, &buf_d_s, &buf_s, &byte_oriented_k,
+ &call_s, &canonname_s, &car_s, &caseq_s, &caseq_star_s,
+ &caseql_s, &caseql_star_s, &casequal_s, &casequal_star_s, &cases_s,
+ &cat_s, &catch_s, &cc_s, &cdigit_k, &cdr_s,
+ &cflag_s, &chain_s, &chand_s, &char_s, &chars_k,
+ &choose_s, &chr_s, &chset_s, &circref_s, &close_s,
+ &closure_s, &cobj_s, &coll_s, &collect_each_s, &collect_each_star_s,
+ &collect_s, &colon_k, &compl_s, &compound_s, &cond_s,
+ &cons_s, &continue_k, &continue_s, &counter_k, &cptr_s,
+ &cset_s, &cspace_k, &ctime_k, &ctime_s, &cword_char_k,
+ &data_s, &day_s, &debug_quit_s, &decline_k, &defex_s,
+ &deffilter_s, &define_s, &defmacro_s, &defparm_s, &defparml_s,
+ &defr_warning_s, &defsymacro_s, &defun_s, &defvar_s, &defvarl_s,
+ &dev_k, &dev_s, &digit_k, &dir_s, &do_s,
+ &dohash_s, &domainname_s, &double_s, &downcase_k, &dst_s,
+ &dvbind_s, &dwim_s, &each_op_s, &each_s, &each_star_s,
+ &empty_s, &env_k, &env_s, &eof_s, &eol_s,
+ &eq_s, &eql_s, &equal_based_k, &equal_s, &error_s,
+ &eval_error_s, &expr_s, &fail_s, &family_s, &fbind_s,
+ &fd_k, &ffi_call_desc_s, &ffi_closure_s, &ffi_type_s, &file_error_s,
+ &filter_k, &filter_s, &finally_s, &finish_k, &first_s,
+ &fixnum_s, &flags_s, &flatten_s, &flet_s, &float_s,
+ &flow_info_s, &for_op_s, &for_s, &for_star_s, &force_s,
+ &forget_s, &form_k, &format_s, &freeform_s, &from_current_k,
+ &from_end_k, &from_list_s, &from_start_k, &frombase64_k, &fromhtml_k,
+ &frompercent_k, &fromurl_k, &fun_k, &fun_s, &fuzz_s,
+ &gap_k, &gather_s, &gecos_s, &gen_s, &generate_s,
+ &gensym_counter_s, &gid_k, &gid_s, &gmtoff_s, &greedy_k,
+ &group_s, &gun_s, &handler_bind_s, &hash_construct_s, &hash_iter_s,
+ &hash_lit_s, &hash_s, &hextoint_k, &hour_s, &iapply_s,
+ &identity_s, &if_s, &iflag_s, &iflet_s, &in_package_s,
+ &inc_s, &include_s, &ino_k, &ino_s, &int16_s,
+ &int32_s, &int64_s, &int8_s, &int_s, &integer_s,
+ &internal_error_s, &into_k, &intr_s, &ipf_s, &ispeed_s,
+ &keyword_package_s, &labels_s, &lambda_s, &lambda_set_s, &last_s,
+ &lbind_s, &lcons_s, &let_s, &let_star_s, &lfilt_k,
+ &lflag_s, &line_s, &lines_k, &lisp1_setq_s, &list_k,
+ &list_s, &list_star_s, &listener_hist_len_s, &listener_multi_line_p_s, &listener_sel_inclusive_p_s,
+ &lit_s, &load_path_s, &load_recursive_s, &load_s, &local_s,
+ &long_s, &longest_k, &lstr_s, &mac_param_bind_s, &machine_s,
+ &macro_s, &macro_time_s, &macrolet_s, &make_struct_lit_s, &mandatory_k,
+ &maxgap_k, &maxtimes_k, &maybe_s, &mdo_s, &mem_s,
+ &memq_s, &memql_s, &memqual_s, &merge_s, &meth_s,
+ &min_s, &mingap_k, &mintimes_k, &mod_s, &mode_k,
+ &mode_s, &modlast_s, &month_s, &mtime_k, &mtime_s,
+ &name_k, &name_s, &named_k, &next_s, &next_spec_k,
+ &nlink_k, &nlink_s, &nodename_s, &none_s, &nongreedy_s,
+ &not_s, &nothrow_k, &noval_s, &null_s, &nullify_s,
+ &number_s, &numeric_error_s, &oand_s, &oflag_s, &oneplus_s,
+ &op_s, &opip_s, &optional_s, &or_s, &ospeed_s,
+ &output_s, &package_alist_s, &package_s, &panic_s, &parser_s,
+ &passwd_s, &path_s, &pkg_s, &plus_s, &port_s,
+ &pprint_flo_format_s, &print_base_s, &print_circle_s, &print_flo_digits_s, &print_flo_format_s,
+ &print_flo_precision_s, &print_s, &prio_k, &process_error_s, &prof_s,
+ &prog1_s, &progn_s, &promise_forced_s, &promise_inprogress_s, &promise_s,
+ &protocol_s, &ptr_in_d_s, &ptr_in_s, &ptr_out_d_s, &ptr_out_s,
+ &ptr_out_s_s, &ptr_s, &qquote_s, &qref_s, &quasi_s,
&quasilist_s, &query_error_s, &quote_s, &random_state_s, &random_state_var_s,
&random_warmup_s, &range_error_s, &range_s, &rcons_s, &rdev_k,
&rdev_s, &real_time_k, &rebind_s, &reflect_k, &regex_s,
&release_s, &rep_s, &repeat_s, &repeat_spec_k, &require_s,
&resolve_k, &rest_s, &restart_s, &ret_s, &return_from_s,
&return_s, &rfilt_k, &scope_id_s, &sec_s, &sequence_s,
- &set_s, &setq_s, &setqf_s, &shell_s, &shortest_k,
- &single_s, &size_k, &size_s, &skip_s, &slot_s,
- &sockaddr_in6_s, &sockaddr_in_s, &sockaddr_un_s, &socket_error_s, &socktype_s,
- &some_s, &space_k, &special_s, &splice_s, &stat_s,
- &static_slot_s, &stddebug_s, &stderr_s, &stdin_s, &stdio_stream_s,
- &stdnull_s, &stdout_s, &str_s, &stream_s, &string_k,
- &string_s, &struct_lit_s, &struct_type_s, &switch_s, &sym_s,
- &symacro_k, &symacrolet_s, &syntax_error_s, &sys_abscond_from_s, &sys_apply_s,
- &sys_catch_s, &sys_lisp1_value_s, &sys_mark_special_s, &sys_qquote_s, &sys_splice_s,
- &sys_unquote_s, &sysname_s, &system_error_s, &system_package_s, &termios_s,
- &text_s, &throw_s, &time_local_s, &time_parse_s, &time_s,
- &time_string_s, &time_utc_s, &timeout_error_s, &times_k, &tlist_k,
- &tobase64_k, &tofloat_k, &tohtml_k, &tohtml_star_k, &toint_k,
- &tonumber_k, &topercent_k, &tourl_k, &trailer_s, &tree_bind_s,
- &tree_case_s, &try_s, &type_error_s, &uid_k, &uid_s,
+ &set_s, &setq_s, &setqf_s, &shell_s, &short_s,
+ &shortest_k, &single_s, &size_k, &size_s, &skip_s,
+ &slot_s, &sockaddr_in6_s, &sockaddr_in_s, &sockaddr_un_s, &socket_error_s,
+ &socktype_s, &some_s, &space_k, &special_s, &splice_s,
+ &stat_s, &static_slot_s, &stddebug_s, &stderr_s, &stdin_s,
+ &stdio_stream_s, &stdnull_s, &stdout_s, &str_d_s, &str_s,
+ &stream_s, &string_k, &string_s, &struct_lit_s, &struct_s,
+ &struct_type_s, &switch_s, &sym_s, &symacro_k, &symacrolet_s,
+ &syntax_error_s, &sys_abscond_from_s, &sys_apply_s, &sys_catch_s, &sys_lisp1_value_s,
+ &sys_mark_special_s, &sys_qquote_s, &sys_splice_s, &sys_unquote_s, &sysname_s,
+ &system_error_s, &system_package_s, &termios_s, &text_s, &throw_s,
+ &time_local_s, &time_parse_s, &time_s, &time_string_s, &time_utc_s,
+ &timeout_error_s, &times_k, &tlist_k, &tobase64_k, &tofloat_k,
+ &tohtml_k, &tohtml_star_k, &toint_k, &tonumber_k, &topercent_k,
+ &tourl_k, &trailer_s, &tree_bind_s, &tree_case_s, &try_s,
+ &type_error_s, &uchar_s, &uid_k, &uid_s, &uint16_s,
+ &uint32_s, &uint64_s, &uint8_s, &uint_s, &ulong_s,
&unbound_s, &unique_s, &unquote_s, &until_s, &until_star_s,
- &upcase_k, &uref_s, &user_package_s, &userdata_k, &utsname_s,
- &uw_protect_s, &var_k, &var_s, &vars_k, &vec_list_s,
- &vec_s, &vecref_s, &vector_lit_s, &version_s, &warning_s,
- &weak_keys_k, &weak_vals_k, &when_s, &while_s, &while_star_s,
- &whole_k, &wild_s, &with_dyn_rebinds_s, &word_char_k, &wrap_k,
- &year_s, &zap_s, &zeroplus_s, &zone_s,
+ &upcase_k, &uref_s, &user_package_s, &userdata_k, &ushort_s,
+ &utsname_s, &uw_protect_s, &var_k, &var_s, &vars_k,
+ &vec_list_s, &vec_s, &vecref_s, &vector_lit_s, &version_s,
+ &void_s, &warning_s, &wchar_s, &weak_keys_k, &weak_vals_k,
+ &when_s, &while_s, &while_star_s, &whole_k, &wild_s,
+ &with_dyn_rebinds_s, &word_char_k, &wrap_k, &wstr_d_s, &wstr_s,
+ &year_s, &zap_s, &zarray_s, &zeroplus_s, &zone_s,
convert(val *, 0)
};
diff --git a/share/txr/stdlib/ver.tl b/share/txr/stdlib/ver.tl
index ca0cb99a..84c8d1f8 100644
--- a/share/txr/stdlib/ver.tl
+++ b/share/txr/stdlib/ver.tl
@@ -1,2 +1,2 @@
-(defvarl lib-version 174)
+(defvarl lib-version 175)
(defvarl *lib-version* lib-version)
diff --git a/tl.vim b/tl.vim
index e25d1dc7..94f15f68 100644
--- a/tl.vim
+++ b/tl.vim
@@ -26,110 +26,124 @@ syn keyword tl_keyword contained *flo-max* *flo-min* *full-args* *gensym-counter
syn keyword tl_keyword contained *lib-version* *listener-hist-len* *listener-multi-line-p* *listener-sel-inclusive-p*
syn keyword tl_keyword contained *load-path* *package* *package-alist* *param-macro*
syn keyword tl_keyword contained *pi* *place-clobber-expander* *place-delete-expander* *place-macro*
-syn keyword tl_keyword contained *place-update-expander* *print-base* *print-circle* *print-flo-digits*
-syn keyword tl_keyword contained *print-flo-format* *print-flo-precision* *random-state* *random-warmup*
-syn keyword tl_keyword contained *self-path* *stddebug* *stderr* *stdin*
-syn keyword tl_keyword contained *stdlog* *stdnull* *stdout* *trace-output*
-syn keyword tl_keyword contained *txr-version* *unhandled-hook* + -
-syn keyword tl_keyword contained / /= : :abandoned
-syn keyword tl_keyword contained :addr :apf :append :args
-syn keyword tl_keyword contained :atime :auto :awk-file :awk-rec
-syn keyword tl_keyword contained :begin :begin-file :blksize :blocks
-syn keyword tl_keyword contained :bool :byte-oriented :cdigit :chars
-syn keyword tl_keyword contained :cint :close :continue :counter
-syn keyword tl_keyword contained :cspace :ctime :cword-char :dec
-syn keyword tl_keyword contained :decline :dev :digit :downcase
-syn keyword tl_keyword contained :end :end-file :env :equal-based
-syn keyword tl_keyword contained :explicit-no :fallback :fd :filter
-syn keyword tl_keyword contained :fini :finish :float :form
-syn keyword tl_keyword contained :from-current :from-end :from-start :from_html
-syn keyword tl_keyword contained :frombase64 :fromhtml :frompercent :fromurl
-syn keyword tl_keyword contained :fun :function :gap :gid
-syn keyword tl_keyword contained :greedy :hex :hextoint :inf
-syn keyword tl_keyword contained :init :ino :inp :inputs
-syn keyword tl_keyword contained :instance :into :key :let
-syn keyword tl_keyword contained :lfilt :lines :list :local
-syn keyword tl_keyword contained :longest :mandatory :maxgap :maxtimes
-syn keyword tl_keyword contained :method :mingap :mintimes :mode
-syn keyword tl_keyword contained :mtime :name :named :next-spec
-syn keyword tl_keyword contained :nlink :nothrow :oct :outf
-syn keyword tl_keyword contained :outp :output :postinit :prio
-syn keyword tl_keyword contained :rdev :real-time :reflect :repeat-spec
-syn keyword tl_keyword contained :resolve :rfilt :set :set-file
-syn keyword tl_keyword contained :shortest :size :space :static
-syn keyword tl_keyword contained :str :string :symacro :times
-syn keyword tl_keyword contained :tlist :to_html :tobase64 :tofloat
-syn keyword tl_keyword contained :tohtml :tohtml* :toint :tonumber
-syn keyword tl_keyword contained :topercent :tourl :uid :upcase
-syn keyword tl_keyword contained :use :use-from :use-syms :userdata
-syn keyword tl_keyword contained :var :vars :weak-keys :weak-vals
-syn keyword tl_keyword contained :whole :word-char :wrap <
-syn keyword tl_keyword contained <= = > >=
-syn keyword tl_keyword contained abort abs abs-path-p acons
-syn keyword tl_keyword contained acons-new aconsql-new acos ado
-syn keyword tl_keyword contained af-inet af-inet6 af-unix af-unspec
-syn keyword tl_keyword contained ai-addrconfig ai-all ai-canonname ai-numerichost
-syn keyword tl_keyword contained ai-numericserv ai-passive ai-v4mapped alet
-syn keyword tl_keyword contained alist-nremove alist-remove all and
-syn keyword tl_keyword contained andf ap apf append
-syn keyword tl_keyword contained append* append-each append-each* apply
-syn keyword tl_keyword contained aret ash asin assoc
-syn keyword tl_keyword contained assql at-exit-call at-exit-do-not-call atan
-syn keyword tl_keyword contained atan2 atom awk base64-decode
-syn keyword tl_keyword contained base64-encode bignump bindable bit
-syn keyword tl_keyword contained block block* boundp break-str
-syn keyword tl_keyword contained brkint bs0 bs1 bsdly
-syn keyword tl_keyword contained build build-list butlast butlastn
-syn keyword tl_keyword contained caaaaar caaaadr caaaar caaadar
-syn keyword tl_keyword contained caaaddr caaadr caaar caadaar
-syn keyword tl_keyword contained caadadr caadar caaddar caadddr
-syn keyword tl_keyword contained caaddr caadr caar cadaaar
-syn keyword tl_keyword contained cadaadr cadaar cadadar cadaddr
-syn keyword tl_keyword contained cadadr cadar caddaar caddadr
-syn keyword tl_keyword contained caddar cadddar caddddr cadddr
-syn keyword tl_keyword contained caddr cadr call call-clobber-expander
-syn keyword tl_keyword contained call-delete-expander call-finalizers call-super-fun call-super-method
-syn keyword tl_keyword contained call-update-expander callf car caseq
-syn keyword tl_keyword contained caseq* caseql caseql* casequal
-syn keyword tl_keyword contained casequal* cat-str cat-streams cat-vec
-syn keyword tl_keyword contained catch catch* catenated-stream-p catenated-stream-push
-syn keyword tl_keyword contained cbaud cbaudex cdaaaar cdaaadr
-syn keyword tl_keyword contained cdaaar cdaadar cdaaddr cdaadr
-syn keyword tl_keyword contained cdaar cdadaar cdadadr cdadar
-syn keyword tl_keyword contained cdaddar cdadddr cdaddr cdadr
-syn keyword tl_keyword contained cdar cddaaar cddaadr cddaar
-syn keyword tl_keyword contained cddadar cddaddr cddadr cddar
-syn keyword tl_keyword contained cdddaar cdddadr cdddar cddddar
-syn keyword tl_keyword contained cdddddr cddddr cdddr cddr
-syn keyword tl_keyword contained cdr ceil ceil-rem chain
-syn keyword tl_keyword contained chand chdir chmod chr-digit
-syn keyword tl_keyword contained chr-int chr-isalnum chr-isalpha chr-isascii
-syn keyword tl_keyword contained chr-isblank chr-iscntrl chr-isdigit chr-isgraph
-syn keyword tl_keyword contained chr-islower chr-isprint chr-ispunct chr-isspace
-syn keyword tl_keyword contained chr-isunisp chr-isupper chr-isxdigit chr-num
-syn keyword tl_keyword contained chr-str chr-str-set chr-tolower chr-toupper
-syn keyword tl_keyword contained chr-xdigit chrp clamp clear-dirty
-syn keyword tl_keyword contained clear-error clear-struct clearhash clocal
-syn keyword tl_keyword contained close-stream closelog cmp-str cmspar
-syn keyword tl_keyword contained collect-each collect-each* comb command-get
-syn keyword tl_keyword contained command-get-lines command-get-string command-put command-put-lines
-syn keyword tl_keyword contained command-put-string compare-swap compile-defr-warning compile-error
-syn keyword tl_keyword contained compile-warning compl-span-str cond conda
-syn keyword tl_keyword contained condlet cons conses conses*
-syn keyword tl_keyword contained consp constantp copy copy-alist
-syn keyword tl_keyword contained copy-cons copy-hash copy-list copy-str
-syn keyword tl_keyword contained copy-struct copy-vec cos count-if
-syn keyword tl_keyword contained countq countql countqual cr0
-syn keyword tl_keyword contained cr1 cr2 cr3 crdly
-syn keyword tl_keyword contained cread crtscts crypt cs5
-syn keyword tl_keyword contained cs6 cs7 cs8 csize
-syn keyword tl_keyword contained cstopb cum-norm-dist daemon dec
-syn keyword tl_keyword contained defer-warning defex define-accessor define-modify-macro
-syn keyword tl_keyword contained define-param-expander define-place-macro defmacro defmeth
-syn keyword tl_keyword contained defpackage defparm defparml defplace
-syn keyword tl_keyword contained defstruct defsymacro defun defvar
-syn keyword tl_keyword contained defvarl del delay delete-package
-syn keyword tl_keyword contained display-width do dohash dotimes
+syn keyword tl_keyword contained *place-update-expander* *pprint-flo-format* *print-base* *print-circle*
+syn keyword tl_keyword contained *print-flo-digits* *print-flo-format* *print-flo-precision* *random-state*
+syn keyword tl_keyword contained *random-warmup* *self-path* *stddebug* *stderr*
+syn keyword tl_keyword contained *stdin* *stdlog* *stdnull* *stdout*
+syn keyword tl_keyword contained *trace-output* *txr-version* *unhandled-hook* +
+syn keyword tl_keyword contained - / /= :
+syn keyword tl_keyword contained :abandoned :addr :apf :append
+syn keyword tl_keyword contained :args :atime :auto :awk-file
+syn keyword tl_keyword contained :awk-rec :begin :begin-file :blksize
+syn keyword tl_keyword contained :blocks :bool :byte-oriented :cdigit
+syn keyword tl_keyword contained :chars :cint :close :continue
+syn keyword tl_keyword contained :counter :cspace :ctime :cword-char
+syn keyword tl_keyword contained :dec :decline :dev :digit
+syn keyword tl_keyword contained :downcase :end :end-file :env
+syn keyword tl_keyword contained :equal-based :explicit-no :fallback :fd
+syn keyword tl_keyword contained :filter :fini :finish :float
+syn keyword tl_keyword contained :form :from-current :from-end :from-start
+syn keyword tl_keyword contained :from_html :frombase64 :fromhtml :frompercent
+syn keyword tl_keyword contained :fromurl :fun :function :gap
+syn keyword tl_keyword contained :gid :greedy :hex :hextoint
+syn keyword tl_keyword contained :inf :init :ino :inp
+syn keyword tl_keyword contained :inputs :instance :into :key
+syn keyword tl_keyword contained :let :lfilt :lines :list
+syn keyword tl_keyword contained :local :longest :mandatory :maxgap
+syn keyword tl_keyword contained :maxtimes :method :mingap :mintimes
+syn keyword tl_keyword contained :mode :mtime :name :named
+syn keyword tl_keyword contained :next-spec :nlink :nothrow :oct
+syn keyword tl_keyword contained :outf :outp :output :postinit
+syn keyword tl_keyword contained :prio :rdev :real-time :reflect
+syn keyword tl_keyword contained :repeat-spec :resolve :rfilt :set
+syn keyword tl_keyword contained :set-file :shortest :size :space
+syn keyword tl_keyword contained :static :str :string :symacro
+syn keyword tl_keyword contained :times :tlist :to_html :tobase64
+syn keyword tl_keyword contained :tofloat :tohtml :tohtml* :toint
+syn keyword tl_keyword contained :tonumber :topercent :tourl :uid
+syn keyword tl_keyword contained :upcase :use :use-from :use-syms
+syn keyword tl_keyword contained :userdata :var :vars :weak-keys
+syn keyword tl_keyword contained :weak-vals :whole :word-char :wrap
+syn keyword tl_keyword contained < <= = >
+syn keyword tl_keyword contained >= abort abs abs-path-p
+syn keyword tl_keyword contained acons acons-new aconsql-new acos
+syn keyword tl_keyword contained ado af-inet af-inet6 af-unix
+syn keyword tl_keyword contained af-unspec ai-addrconfig ai-all ai-canonname
+syn keyword tl_keyword contained ai-numerichost ai-numericserv ai-passive ai-v4mapped
+syn keyword tl_keyword contained alet alist-nremove alist-remove all
+syn keyword tl_keyword contained and andf ap apf
+syn keyword tl_keyword contained append append* append-each append-each*
+syn keyword tl_keyword contained apply aret ash asin
+syn keyword tl_keyword contained assoc assql at-exit-call at-exit-do-not-call
+syn keyword tl_keyword contained atan atan2 atom awk
+syn keyword tl_keyword contained base64-decode base64-encode bignump bindable
+syn keyword tl_keyword contained bit block block* boundp
+syn keyword tl_keyword contained break-str brkint bs0 bs1
+syn keyword tl_keyword contained bsdly buf-get-char buf-get-cptr buf-get-double
+syn keyword tl_keyword contained buf-get-float buf-get-i16 buf-get-i32 buf-get-i64
+syn keyword tl_keyword contained buf-get-i8 buf-get-int buf-get-long buf-get-short
+syn keyword tl_keyword contained buf-get-u16 buf-get-u32 buf-get-u64 buf-get-u8
+syn keyword tl_keyword contained buf-get-uchar buf-get-uint buf-get-ulong buf-get-ushort
+syn keyword tl_keyword contained buf-put-char buf-put-cptr buf-put-double buf-put-float
+syn keyword tl_keyword contained buf-put-i16 buf-put-i32 buf-put-i64 buf-put-i8
+syn keyword tl_keyword contained buf-put-int buf-put-long buf-put-short buf-put-u16
+syn keyword tl_keyword contained buf-put-u32 buf-put-u64 buf-put-u8 buf-put-uchar
+syn keyword tl_keyword contained buf-put-uint buf-put-ulong buf-put-ushort buf-set-length
+syn keyword tl_keyword contained buf-trim build build-list butlast
+syn keyword tl_keyword contained butlastn caaaaar caaaadr caaaar
+syn keyword tl_keyword contained caaadar caaaddr caaadr caaar
+syn keyword tl_keyword contained caadaar caadadr caadar caaddar
+syn keyword tl_keyword contained caadddr caaddr caadr caar
+syn keyword tl_keyword contained cadaaar cadaadr cadaar cadadar
+syn keyword tl_keyword contained cadaddr cadadr cadar caddaar
+syn keyword tl_keyword contained caddadr caddar cadddar caddddr
+syn keyword tl_keyword contained cadddr caddr cadr call
+syn keyword tl_keyword contained call-clobber-expander call-delete-expander call-finalizers call-super-fun
+syn keyword tl_keyword contained call-super-method call-update-expander callf car
+syn keyword tl_keyword contained caseq caseq* caseql caseql*
+syn keyword tl_keyword contained casequal casequal* cat-str cat-streams
+syn keyword tl_keyword contained cat-vec catch catch* catenated-stream-p
+syn keyword tl_keyword contained catenated-stream-push cbaud cbaudex cdaaaar
+syn keyword tl_keyword contained cdaaadr cdaaar cdaadar cdaaddr
+syn keyword tl_keyword contained cdaadr cdaar cdadaar cdadadr
+syn keyword tl_keyword contained cdadar cdaddar cdadddr cdaddr
+syn keyword tl_keyword contained cdadr cdar cddaaar cddaadr
+syn keyword tl_keyword contained cddaar cddadar cddaddr cddadr
+syn keyword tl_keyword contained cddar cdddaar cdddadr cdddar
+syn keyword tl_keyword contained cddddar cdddddr cddddr cdddr
+syn keyword tl_keyword contained cddr cdr ceil ceil-rem
+syn keyword tl_keyword contained chain chand chdir chmod
+syn keyword tl_keyword contained chr-digit chr-int chr-isalnum chr-isalpha
+syn keyword tl_keyword contained chr-isascii chr-isblank chr-iscntrl chr-isdigit
+syn keyword tl_keyword contained chr-isgraph chr-islower chr-isprint chr-ispunct
+syn keyword tl_keyword contained chr-isspace chr-isunisp chr-isupper chr-isxdigit
+syn keyword tl_keyword contained chr-num chr-str chr-str-set chr-tolower
+syn keyword tl_keyword contained chr-toupper chr-xdigit chrp clamp
+syn keyword tl_keyword contained clear-dirty clear-error clear-struct clearhash
+syn keyword tl_keyword contained clocal close-stream closelog cmp-str
+syn keyword tl_keyword contained cmspar collect-each collect-each* comb
+syn keyword tl_keyword contained command-get command-get-lines command-get-string command-put
+syn keyword tl_keyword contained command-put-lines command-put-string compare-swap compile-defr-warning
+syn keyword tl_keyword contained compile-error compile-warning compl-span-str cond
+syn keyword tl_keyword contained conda condlet cons conses
+syn keyword tl_keyword contained conses* consp constantp copy
+syn keyword tl_keyword contained copy-alist copy-cons copy-hash copy-list
+syn keyword tl_keyword contained copy-str copy-struct copy-vec cos
+syn keyword tl_keyword contained count-if countq countql countqual
+syn keyword tl_keyword contained cptr-free cptr-int cptr-null cptr-obj
+syn keyword tl_keyword contained cptr-zap cr0 cr1 cr2
+syn keyword tl_keyword contained cr3 crdly cread crtscts
+syn keyword tl_keyword contained crypt cs5 cs6 cs7
+syn keyword tl_keyword contained cs8 csize cstopb cum-norm-dist
+syn keyword tl_keyword contained daemon dec defer-warning defex
+syn keyword tl_keyword contained deffi deffi-cb deffi-cb-unsafe deffi-type
+syn keyword tl_keyword contained define-accessor define-modify-macro define-param-expander define-place-macro
+syn keyword tl_keyword contained defmacro defmeth defpackage defparm
+syn keyword tl_keyword contained defparml defplace defstruct defsymacro
+syn keyword tl_keyword contained defun defvar defvarl del
+syn keyword tl_keyword contained delay delete-package display-width dlclose
+syn keyword tl_keyword contained dlopen dlsym dlsym-checked dlvsym
+syn keyword tl_keyword contained dlvsym-checked do dohash dotimes
syn keyword tl_keyword contained downcase-str drop drop-until drop-while
syn keyword tl_keyword contained dump-deferred-warnings dup dupfd dwim
syn keyword tl_keyword contained each each* echo echoctl
@@ -143,72 +157,75 @@ syn keyword tl_keyword contained exception-subtype-map exception-subtype-p exec
syn keyword tl_keyword contained exit* exp expand-left expand-right
syn keyword tl_keyword contained expt exptmod extproc f$
syn keyword tl_keyword contained f^ f^$ false fboundp
-syn keyword tl_keyword contained ff0 ff1 ffdly fifth
-syn keyword tl_keyword contained file-append file-append-lines file-append-string file-get
-syn keyword tl_keyword contained file-get-lines file-get-string file-put file-put-lines
-syn keyword tl_keyword contained file-put-string fileno filter-equal filter-string-tree
-syn keyword tl_keyword contained finalize find find-frame find-frames
-syn keyword tl_keyword contained find-if find-max find-min find-package
-syn keyword tl_keyword contained find-struct-type first fixnum-max fixnum-min
-syn keyword tl_keyword contained fixnump flatcar flatcar* flatten
-syn keyword tl_keyword contained flatten* flet flip flipargs
-syn keyword tl_keyword contained flo-dig flo-epsilon flo-int flo-max
-syn keyword tl_keyword contained flo-max-dig flo-min flo-str floatp
-syn keyword tl_keyword contained floor floor-rem flush-stream flusho
-syn keyword tl_keyword contained fmakunbound fmt fnm-casefold fnm-leading-dir
-syn keyword tl_keyword contained fnm-noescape fnm-pathname fnm-period fnmatch
-syn keyword tl_keyword contained for for* force fork
-syn keyword tl_keyword contained format fourth fr$ fr^
-syn keyword tl_keyword contained fr^$ from frr fstat
-syn keyword tl_keyword contained ftw ftw-actionretval ftw-chdir ftw-continue
-syn keyword tl_keyword contained ftw-d ftw-depth ftw-dnr ftw-dp
-syn keyword tl_keyword contained ftw-f ftw-mount ftw-ns ftw-phys
-syn keyword tl_keyword contained ftw-skip-siblings ftw-skip-subtree ftw-sl ftw-sln
-syn keyword tl_keyword contained ftw-stop fun func-get-env func-get-form
-syn keyword tl_keyword contained func-get-name func-set-env functionp gcd
-syn keyword tl_keyword contained gen generate gensym gequal
-syn keyword tl_keyword contained get-byte get-char get-clobber-expander get-delete-expander
-syn keyword tl_keyword contained get-error get-error-str get-frames get-hash-userdata
-syn keyword tl_keyword contained get-indent get-indent-mode get-line get-lines
-syn keyword tl_keyword contained get-list-from-stream get-sig-handler get-string get-string-from-stream
-syn keyword tl_keyword contained get-update-expander getaddrinfo getegid getenv
-syn keyword tl_keyword contained geteuid getgid getgrent getgrgid
-syn keyword tl_keyword contained getgrnam getgroups gethash getitimer
-syn keyword tl_keyword contained getopts getpid getppid getpwent
-syn keyword tl_keyword contained getpwnam getpwuid getresgid getresuid
-syn keyword tl_keyword contained getuid ginterate giterate glob
-syn keyword tl_keyword contained glob-altdirfunc glob-brace glob-err glob-mark
-syn keyword tl_keyword contained glob-nocheck glob-noescape glob-nomagic glob-nosort
-syn keyword tl_keyword contained glob-onlydir glob-period glob-tilde glob-tilde-check
-syn keyword tl_keyword contained go greater group-by group-reduce
-syn keyword tl_keyword contained gun handle handle* handler-bind
-syn keyword tl_keyword contained hash hash-alist hash-begin hash-construct
-syn keyword tl_keyword contained hash-count hash-diff hash-eql hash-equal
-syn keyword tl_keyword contained hash-from-pairs hash-isec hash-keys hash-list
-syn keyword tl_keyword contained hash-next hash-pairs hash-proper-subset hash-revget
-syn keyword tl_keyword contained hash-subset hash-uni hash-update hash-update-1
-syn keyword tl_keyword contained hash-userdata hash-values hashp have
-syn keyword tl_keyword contained html-decode html-encode html-encode* hupcl
-syn keyword tl_keyword contained iapply icanon icrnl identity
-syn keyword tl_keyword contained ido iexten if ifa
-syn keyword tl_keyword contained iff iffi iflet ignbrk
-syn keyword tl_keyword contained igncr ignerr ignpar ignwarn
-syn keyword tl_keyword contained imaxbel improper-plist-to-alist in in-package
-syn keyword tl_keyword contained in6addr-any in6addr-loopback inaddr-any inaddr-loopback
-syn keyword tl_keyword contained inc inc-indent indent-code indent-data
-syn keyword tl_keyword contained indent-off inhash inlcr inpck
-syn keyword tl_keyword contained int-chr int-flo int-str integerp
-syn keyword tl_keyword contained intern interp-fun-p interpose invoke-catch
-syn keyword tl_keyword contained ip ipf iread isig
-syn keyword tl_keyword contained isqrt istrip itimer-prov itimer-real
-syn keyword tl_keyword contained itimer-virtual iuclc iutf8 ixany
-syn keyword tl_keyword contained ixoff ixon juxt keep-if
-syn keyword tl_keyword contained keep-if* keepq keepql keepqual
-syn keyword tl_keyword contained keyword-package keywordp kill labels
-syn keyword tl_keyword contained lambda last lazy-str lazy-str-force
-syn keyword tl_keyword contained lazy-str-force-upto lazy-str-get-trailing-list lazy-stream-cons lazy-stringp
-syn keyword tl_keyword contained lcm lcons lcons-fun lconsp
-syn keyword tl_keyword contained ldiff length length-list length-str
+syn keyword tl_keyword contained ff0 ff1 ffdly ffi-call
+syn keyword tl_keyword contained ffi-get ffi-in ffi-make-call-desc ffi-make-closure
+syn keyword tl_keyword contained ffi-out ffi-put ffi-put-into ffi-size
+syn keyword tl_keyword contained ffi-type-compile ffi-typedef fifth file-append
+syn keyword tl_keyword contained file-append-lines file-append-string file-get file-get-lines
+syn keyword tl_keyword contained file-get-string file-put file-put-lines file-put-string
+syn keyword tl_keyword contained fileno filter-equal filter-string-tree finalize
+syn keyword tl_keyword contained find find-frame find-frames find-if
+syn keyword tl_keyword contained find-max find-min find-package find-struct-type
+syn keyword tl_keyword contained first fixnum-max fixnum-min fixnump
+syn keyword tl_keyword contained flatcar flatcar* flatten flatten*
+syn keyword tl_keyword contained flet flip flipargs flo-dig
+syn keyword tl_keyword contained flo-epsilon flo-int flo-max flo-max-dig
+syn keyword tl_keyword contained flo-min flo-str floatp floor
+syn keyword tl_keyword contained floor-rem flush-stream flusho fmakunbound
+syn keyword tl_keyword contained fmt fnm-casefold fnm-leading-dir fnm-noescape
+syn keyword tl_keyword contained fnm-pathname fnm-period fnmatch for
+syn keyword tl_keyword contained for* force fork format
+syn keyword tl_keyword contained fourth fr$ fr^ fr^$
+syn keyword tl_keyword contained from frr fstat ftw
+syn keyword tl_keyword contained ftw-actionretval ftw-chdir ftw-continue ftw-d
+syn keyword tl_keyword contained ftw-depth ftw-dnr ftw-dp ftw-f
+syn keyword tl_keyword contained ftw-mount ftw-ns ftw-phys ftw-skip-siblings
+syn keyword tl_keyword contained ftw-skip-subtree ftw-sl ftw-sln ftw-stop
+syn keyword tl_keyword contained fun func-get-env func-get-form func-get-name
+syn keyword tl_keyword contained func-set-env functionp gcd gen
+syn keyword tl_keyword contained generate gensym gequal get-byte
+syn keyword tl_keyword contained get-char get-clobber-expander get-delete-expander get-error
+syn keyword tl_keyword contained get-error-str get-frames get-hash-userdata get-indent
+syn keyword tl_keyword contained get-indent-mode get-line get-lines get-list-from-stream
+syn keyword tl_keyword contained get-sig-handler get-string get-string-from-stream get-update-expander
+syn keyword tl_keyword contained getaddrinfo getegid getenv geteuid
+syn keyword tl_keyword contained getgid getgrent getgrgid getgrnam
+syn keyword tl_keyword contained getgroups gethash getitimer getopts
+syn keyword tl_keyword contained getpid getppid getpwent getpwnam
+syn keyword tl_keyword contained getpwuid getresgid getresuid getuid
+syn keyword tl_keyword contained ginterate giterate glob glob-altdirfunc
+syn keyword tl_keyword contained glob-brace glob-err glob-mark glob-nocheck
+syn keyword tl_keyword contained glob-noescape glob-nomagic glob-nosort glob-onlydir
+syn keyword tl_keyword contained glob-period glob-tilde glob-tilde-check go
+syn keyword tl_keyword contained greater group-by group-reduce gun
+syn keyword tl_keyword contained handle handle* handler-bind hash
+syn keyword tl_keyword contained hash-alist hash-begin hash-construct hash-count
+syn keyword tl_keyword contained hash-diff hash-eql hash-equal hash-from-pairs
+syn keyword tl_keyword contained hash-isec hash-keys hash-list hash-next
+syn keyword tl_keyword contained hash-pairs hash-proper-subset hash-revget hash-subset
+syn keyword tl_keyword contained hash-uni hash-update hash-update-1 hash-userdata
+syn keyword tl_keyword contained hash-values hashp have html-decode
+syn keyword tl_keyword contained html-encode html-encode* hupcl iapply
+syn keyword tl_keyword contained icanon icrnl identity ido
+syn keyword tl_keyword contained iexten if ifa iff
+syn keyword tl_keyword contained iffi iflet ignbrk igncr
+syn keyword tl_keyword contained ignerr ignpar ignwarn imaxbel
+syn keyword tl_keyword contained improper-plist-to-alist in in-package in6addr-any
+syn keyword tl_keyword contained in6addr-loopback inaddr-any inaddr-loopback inc
+syn keyword tl_keyword contained inc-indent indent-code indent-data indent-off
+syn keyword tl_keyword contained inhash inlcr inpck int-chr
+syn keyword tl_keyword contained int-flo int-str integerp intern
+syn keyword tl_keyword contained interp-fun-p interpose invoke-catch ip
+syn keyword tl_keyword contained ipf iread isig isqrt
+syn keyword tl_keyword contained istrip itimer-prov itimer-real itimer-virtual
+syn keyword tl_keyword contained iuclc iutf8 ixany ixoff
+syn keyword tl_keyword contained ixon juxt keep-if keep-if*
+syn keyword tl_keyword contained keepq keepql keepqual keyword-package
+syn keyword tl_keyword contained keywordp kill labels lambda
+syn keyword tl_keyword contained last lazy-str lazy-str-force lazy-str-force-upto
+syn keyword tl_keyword contained lazy-str-get-trailing-list lazy-stream-cons lazy-stringp lcm
+syn keyword tl_keyword contained lcons lcons-fun lconsp ldiff
+syn keyword tl_keyword contained length length-buf length-list length-str
syn keyword tl_keyword contained length-str-< length-str-<= length-str-> length-str->=
syn keyword tl_keyword contained length-vec lequal less let
syn keyword tl_keyword contained let* lexical-fun-p lexical-lisp1-binding lexical-var-p
@@ -224,83 +241,85 @@ syn keyword tl_keyword contained logand logior lognot logtest
syn keyword tl_keyword contained logtrunc logxor lset lstat
syn keyword tl_keyword contained m$ m^ m^$ mac-param-bind
syn keyword tl_keyword contained macro-ancestor macro-form-p macro-time macroexpand
-syn keyword tl_keyword contained macroexpand-1 macrolet major make-catenated-stream
-syn keyword tl_keyword contained make-env make-hash make-lazy-cons make-lazy-struct
-syn keyword tl_keyword contained make-like make-package make-random-state make-similar-hash
-syn keyword tl_keyword contained make-string-byte-input-stream make-string-input-stream make-string-output-stream make-strlist-input-stream
-syn keyword tl_keyword contained make-strlist-output-stream make-struct make-struct-type make-sym
-syn keyword tl_keyword contained make-time make-time-utc make-trie makedev
-syn keyword tl_keyword contained makunbound mapcar mapcar* mapdo
-syn keyword tl_keyword contained mapf maphash mappend mappend*
-syn keyword tl_keyword contained mask match-fun match-regex match-regex-right
-syn keyword tl_keyword contained match-regst match-regst-right match-str match-str-tree
-syn keyword tl_keyword contained max mboundp member member-if
-syn keyword tl_keyword contained memp memq memql memqual
-syn keyword tl_keyword contained merge meth method min
-syn keyword tl_keyword contained minor minusp mismatch mkdir
-syn keyword tl_keyword contained mknod mkstring mlet mmakunbound
-syn keyword tl_keyword contained mod multi multi-sort n-choose-k
-syn keyword tl_keyword contained n-perm-k nconc neq neql
-syn keyword tl_keyword contained nequal new nexpand-left nil
-syn keyword tl_keyword contained nilf ninth nl0 nl1
-syn keyword tl_keyword contained nldly noflsh none not
-syn keyword tl_keyword contained notf nreconc nreverse nthcdr
-syn keyword tl_keyword contained nthlast null nullify num-chr
-syn keyword tl_keyword contained num-str numberp oand obtain
-syn keyword tl_keyword contained obtain* obtain*-block obtain-block ocrnl
-syn keyword tl_keyword contained oddp ofdel ofill olcuc
-syn keyword tl_keyword contained onlcr onlret onocr op
-syn keyword tl_keyword contained open-command open-directory open-file open-fileno
-syn keyword tl_keyword contained open-files open-files* open-pipe open-process
-syn keyword tl_keyword contained open-socket open-socket-pair open-tail openlog
-syn keyword tl_keyword contained opip opost opt opthelp
-syn keyword tl_keyword contained or orf package-alist package-fallback-list
-syn keyword tl_keyword contained package-foreign-symbols package-local-symbols package-name package-symbols
-syn keyword tl_keyword contained packagep pad parenb parmrk
-syn keyword tl_keyword contained parodd partition partition* partition-by
-syn keyword tl_keyword contained path-blkdev-p path-chrdev-p path-dir-p path-executable-to-me-p
-syn keyword tl_keyword contained path-exists-p path-file-p path-mine-p path-my-group-p
-syn keyword tl_keyword contained path-newer path-older path-pipe-p path-private-to-me-p
-syn keyword tl_keyword contained path-read-writable-to-me-p path-readable-to-me-p path-same-object path-setgid-p
-syn keyword tl_keyword contained path-setuid-p path-sock-p path-sticky-p path-strictly-private-to-me-p
-syn keyword tl_keyword contained path-symlink-p path-writable-to-me-p pdec pendin
-syn keyword tl_keyword contained perm pinc pipe place-form-p
-syn keyword tl_keyword contained placelet placelet* plist-to-alist plusp
-syn keyword tl_keyword contained poll poll-err poll-in poll-nval
-syn keyword tl_keyword contained poll-out poll-pri poll-rdband poll-rdhup
-syn keyword tl_keyword contained poll-wrband pop pos pos-if
-syn keyword tl_keyword contained pos-max pos-min posq posql
-syn keyword tl_keyword contained posqual pppred ppred pprinl
-syn keyword tl_keyword contained pprint pprof pred prinl
-syn keyword tl_keyword contained print prof prog prog*
-syn keyword tl_keyword contained prog1 progn promisep prop
-syn keyword tl_keyword contained proper-list-p proper-listp pset pure-rel-path-p
-syn keyword tl_keyword contained purge-deferred-warning push pushhash pushnew
-syn keyword tl_keyword contained put-byte put-char put-line put-lines
-syn keyword tl_keyword contained put-string put-strings pwd qquote
-syn keyword tl_keyword contained qref quote r$ r^
-syn keyword tl_keyword contained r^$ raise rand random
-syn keyword tl_keyword contained random-fixnum random-state-get-vec random-state-p range
-syn keyword tl_keyword contained range* range-regex rangep rassoc
-syn keyword tl_keyword contained rassql rcomb rcons read
-syn keyword tl_keyword contained read-until-match readlink real-time-stream-p record-adapter
-syn keyword tl_keyword contained reduce-left reduce-right ref refset
-syn keyword tl_keyword contained regex-compile regex-from-trie regex-parse regex-source
-syn keyword tl_keyword contained regexp register-exception-subtypes register-tentative-def regsub
-syn keyword tl_keyword contained rehome-sym release-deferred-warnings remhash remove-if
-syn keyword tl_keyword contained remove-if* remove-path remq remq*
-syn keyword tl_keyword contained remql remql* remqual remqual*
-syn keyword tl_keyword contained rename-path repeat replace replace-list
-syn keyword tl_keyword contained replace-str replace-struct replace-vec reset-struct
-syn keyword tl_keyword contained rest ret retf return
-syn keyword tl_keyword contained return* return-from revappend reverse
-syn keyword tl_keyword contained rfind rfind-if rlcp rlcp-tree
-syn keyword tl_keyword contained rlet rmember rmember-if rmemq
-syn keyword tl_keyword contained rmemql rmemqual rmismatch rotate
-syn keyword tl_keyword contained round round-rem rperm rplaca
-syn keyword tl_keyword contained rplacd rpos rpos-if rposq
-syn keyword tl_keyword contained rposql rposqual rr rra
-syn keyword tl_keyword contained rsearch rslot run s-ifblk
+syn keyword tl_keyword contained macroexpand-1 macrolet major make-buf
+syn keyword tl_keyword contained make-catenated-stream make-env make-hash make-lazy-cons
+syn keyword tl_keyword contained make-lazy-struct make-like make-package make-random-state
+syn keyword tl_keyword contained make-similar-hash make-string-byte-input-stream make-string-input-stream make-string-output-stream
+syn keyword tl_keyword contained make-strlist-input-stream make-strlist-output-stream make-struct make-struct-type
+syn keyword tl_keyword contained make-sym make-time make-time-utc make-trie
+syn keyword tl_keyword contained makedev makunbound mapcar mapcar*
+syn keyword tl_keyword contained mapdo mapf maphash mappend
+syn keyword tl_keyword contained mappend* mask match-fun match-regex
+syn keyword tl_keyword contained match-regex-right match-regst match-regst-right match-str
+syn keyword tl_keyword contained match-str-tree max mboundp member
+syn keyword tl_keyword contained member-if memp memq memql
+syn keyword tl_keyword contained memqual merge meth method
+syn keyword tl_keyword contained min minor minusp mismatch
+syn keyword tl_keyword contained mkdir mknod mkstring mlet
+syn keyword tl_keyword contained mmakunbound mod multi multi-sort
+syn keyword tl_keyword contained n-choose-k n-perm-k nconc neq
+syn keyword tl_keyword contained neql nequal new nexpand-left
+syn keyword tl_keyword contained nil nilf ninth nl0
+syn keyword tl_keyword contained nl1 nldly noflsh none
+syn keyword tl_keyword contained not notf nreconc nreverse
+syn keyword tl_keyword contained nthcdr nthlast null nullify
+syn keyword tl_keyword contained num-chr num-str numberp oand
+syn keyword tl_keyword contained obtain obtain* obtain*-block obtain-block
+syn keyword tl_keyword contained ocrnl oddp ofdel ofill
+syn keyword tl_keyword contained olcuc onlcr onlret onocr
+syn keyword tl_keyword contained op open-command open-directory open-file
+syn keyword tl_keyword contained open-fileno open-files open-files* open-pipe
+syn keyword tl_keyword contained open-process open-socket open-socket-pair open-tail
+syn keyword tl_keyword contained openlog opip opost opt
+syn keyword tl_keyword contained opthelp or orf package-alist
+syn keyword tl_keyword contained package-fallback-list package-foreign-symbols package-local-symbols package-name
+syn keyword tl_keyword contained package-symbols packagep pad parenb
+syn keyword tl_keyword contained parmrk parodd partition partition*
+syn keyword tl_keyword contained partition-by path-blkdev-p path-chrdev-p path-dir-p
+syn keyword tl_keyword contained path-executable-to-me-p path-exists-p path-file-p path-mine-p
+syn keyword tl_keyword contained path-my-group-p path-newer path-older path-pipe-p
+syn keyword tl_keyword contained path-private-to-me-p path-read-writable-to-me-p path-readable-to-me-p path-same-object
+syn keyword tl_keyword contained path-setgid-p path-setuid-p path-sock-p path-sticky-p
+syn keyword tl_keyword contained path-strictly-private-to-me-p path-symlink-p path-writable-to-me-p pdec
+syn keyword tl_keyword contained pendin perm pinc pipe
+syn keyword tl_keyword contained place-form-p placelet placelet* plist-to-alist
+syn keyword tl_keyword contained plusp poll poll-err poll-in
+syn keyword tl_keyword contained poll-nval poll-out poll-pri poll-rdband
+syn keyword tl_keyword contained poll-rdhup poll-wrband pop pos
+syn keyword tl_keyword contained pos-if pos-max pos-min posq
+syn keyword tl_keyword contained posql posqual pppred ppred
+syn keyword tl_keyword contained pprinl pprint pprof pred
+syn keyword tl_keyword contained prinl print prof prog
+syn keyword tl_keyword contained prog* prog1 progn promisep
+syn keyword tl_keyword contained prop proper-list-p proper-listp pset
+syn keyword tl_keyword contained pure-rel-path-p purge-deferred-warning push pushhash
+syn keyword tl_keyword contained pushnew put-byte put-char put-line
+syn keyword tl_keyword contained put-lines put-string put-strings pwd
+syn keyword tl_keyword contained qquote qref quote r$
+syn keyword tl_keyword contained r^ r^$ raise rand
+syn keyword tl_keyword contained random random-fixnum random-state-get-vec random-state-p
+syn keyword tl_keyword contained range range* range-regex rangep
+syn keyword tl_keyword contained rassoc rassql rcomb rcons
+syn keyword tl_keyword contained read read-until-match readlink real-time-stream-p
+syn keyword tl_keyword contained record-adapter reduce-left reduce-right ref
+syn keyword tl_keyword contained refset regex-compile regex-from-trie regex-parse
+syn keyword tl_keyword contained regex-source regexp register-exception-subtypes register-tentative-def
+syn keyword tl_keyword contained regsub rehome-sym release-deferred-warnings remhash
+syn keyword tl_keyword contained remove-if remove-if* remove-path remq
+syn keyword tl_keyword contained remq* remql remql* remqual
+syn keyword tl_keyword contained remqual* rename-path repeat replace
+syn keyword tl_keyword contained replace-list replace-str replace-struct replace-vec
+syn keyword tl_keyword contained reset-struct rest ret retf
+syn keyword tl_keyword contained return return* return-from revappend
+syn keyword tl_keyword contained reverse rfind rfind-if rlcp
+syn keyword tl_keyword contained rlcp-tree rlet rmember rmember-if
+syn keyword tl_keyword contained rmemq rmemql rmemqual rmismatch
+syn keyword tl_keyword contained rotate round round-rem rperm
+syn keyword tl_keyword contained rplaca rplacd rpos rpos-if
+syn keyword tl_keyword contained rposq rposql rposqual rr
+syn keyword tl_keyword contained rra rsearch rslot rtld-deepbind
+syn keyword tl_keyword contained rtld-global rtld-lazy rtld-local rtld-nodelete
+syn keyword tl_keyword contained rtld-noload rtld-now run s-ifblk
syn keyword tl_keyword contained s-ifchr s-ifdir s-ififo s-iflnk
syn keyword tl_keyword contained s-ifmt s-ifreg s-ifsock s-irgrp
syn keyword tl_keyword contained s-iroth s-irusr s-irwxg s-irwxo
@@ -325,104 +344,105 @@ syn keyword tl_keyword contained sig-stop sig-sys sig-term sig-trap
syn keyword tl_keyword contained sig-tstp sig-ttin sig-ttou sig-urg
syn keyword tl_keyword contained sig-usr1 sig-usr2 sig-vtalrm sig-winch
syn keyword tl_keyword contained sig-xcpu sig-xfsz sign-extend sin
-syn keyword tl_keyword contained sixth size-vec slet slot
-syn keyword tl_keyword contained slotp slots slotset sock-accept
-syn keyword tl_keyword contained sock-bind sock-cloexec sock-connect sock-dgram
-syn keyword tl_keyword contained sock-family sock-listen sock-nonblock sock-peer
-syn keyword tl_keyword contained sock-recv-timeout sock-send-timeout sock-set-peer sock-shutdown
-syn keyword tl_keyword contained sock-stream sock-type some sort
-syn keyword tl_keyword contained sort-group source-loc source-loc-str span-str
-syn keyword tl_keyword contained special-operator-p special-var-p splice split
-syn keyword tl_keyword contained split* split-str split-str-set sqrt
-syn keyword tl_keyword contained sssucc ssucc starts-with stat
-syn keyword tl_keyword contained static-slot static-slot-ensure static-slot-home static-slot-p
-syn keyword tl_keyword contained static-slot-set stdlib str-in6addr str-in6addr-net
-syn keyword tl_keyword contained str-inaddr str-inaddr-net str< str<=
-syn keyword tl_keyword contained str= str> str>= stream-get-prop
-syn keyword tl_keyword contained stream-set-prop streamp string-extend string-lt
-syn keyword tl_keyword contained stringp struct-from-args struct-from-plist struct-type
-syn keyword tl_keyword contained struct-type-p structp sub sub-list
-syn keyword tl_keyword contained sub-str sub-vec subtypep succ
-syn keyword tl_keyword contained super super-method suspend swap
-syn keyword tl_keyword contained symacrolet symbol-function symbol-macro symbol-name
-syn keyword tl_keyword contained symbol-package symbol-value symbolp symlink
-syn keyword tl_keyword contained sys:*pl-env* sys:*trace-hash* sys:*trace-level* sys:abscond*
-syn keyword tl_keyword contained sys:abscond-from sys:apply sys:awk-code-move-check sys:awk-expander
-syn keyword tl_keyword contained sys:awk-fun-let sys:awk-fun-shadowing-env sys:awk-mac-let sys:awk-redir
-syn keyword tl_keyword contained sys:awk-test sys:bad-slot-syntax sys:bits sys:build-key-list
-syn keyword tl_keyword contained sys:capture-cont sys:catch sys:check-slot sys:circref
-syn keyword tl_keyword contained sys:compat sys:conv sys:conv-expand sys:conv-let
-syn keyword tl_keyword contained sys:ctx-form sys:ctx-name sys:defmeth sys:do-conv
-syn keyword tl_keyword contained sys:do-path-test sys:dvbind sys:dwim-del sys:dwim-set
-syn keyword tl_keyword contained sys:each-op sys:eval-err sys:expand sys:expand-handle
-syn keyword tl_keyword contained sys:expand-params sys:expand-with-free-refs sys:expr sys:extract-keys
-syn keyword tl_keyword contained sys:extract-keys-p sys:fbind sys:for-op sys:gc
-syn keyword tl_keyword contained sys:gc-set-delta sys:get-fun-getter-setter sys:get-mb sys:get-vb
-syn keyword tl_keyword contained sys:handle-bad-syntax sys:if-to-cond sys:in6addr-condensed-text sys:l1-setq
-syn keyword tl_keyword contained sys:l1-val sys:lbind sys:lisp1-setq sys:lisp1-value
-syn keyword tl_keyword contained sys:list-builder-flets sys:loc sys:make-struct-lit sys:make-struct-type
-syn keyword tl_keyword contained sys:mark-special sys:name-str sys:obtain-impl sys:opt-dash
-syn keyword tl_keyword contained sys:opt-err sys:path-access sys:path-examine sys:path-test
-syn keyword tl_keyword contained sys:path-test-mode sys:pl-expand sys:placelet-1 sys:propagate-ancestor
-syn keyword tl_keyword contained sys:prune-missing-inits sys:qquote sys:quasi sys:quasilist
-syn keyword tl_keyword contained sys:r-s-let-expander sys:reg-expand-nongreedy sys:reg-optimize sys:register-simple-accessor
-syn keyword tl_keyword contained sys:rplaca sys:rplacd sys:rslotset sys:set-hash-rec-limit
-syn keyword tl_keyword contained sys:set-hash-str-limit sys:set-macro-ancestor sys:setq sys:setqf
-syn keyword tl_keyword contained sys:slot-types sys:splice sys:static-slot-types sys:str-inaddr-net-impl
-syn keyword tl_keyword contained sys:struct-lit sys:switch sys:sym-clobber-expander sys:sym-delete-expander
-syn keyword tl_keyword contained sys:sym-update-expander sys:top-fb sys:top-mb sys:top-vb
-syn keyword tl_keyword contained sys:trace sys:trace-canonicalize-name sys:trace-enter sys:trace-leave
-syn keyword tl_keyword contained sys:trace-redefine-check sys:unquote sys:untrace sys:var
-syn keyword tl_keyword contained sys:wdwrap sys:with-dyn-rebinds syslog system-package
-syn keyword tl_keyword contained t tab0 tab1 tab2
-syn keyword tl_keyword contained tab3 tabdly tagbody take
-syn keyword tl_keyword contained take-until take-while tan tb
-syn keyword tl_keyword contained tc tcdrain tcflow tcflush
-syn keyword tl_keyword contained tcgetattr tciflush tcioff tcioflush
-syn keyword tl_keyword contained tcion tcoflush tcooff tcoon
-syn keyword tl_keyword contained tcsadrain tcsaflush tcsanow tcsendbreak
-syn keyword tl_keyword contained tcsetattr tentative-def-exists tenth test-clear
-syn keyword tl_keyword contained test-clear-dirty test-dec test-dirty test-inc
-syn keyword tl_keyword contained test-set test-set-indent-mode tf third
-syn keyword tl_keyword contained throw throwf time time-fields-local
-syn keyword tl_keyword contained time-fields-utc time-parse time-parse-local time-parse-utc
-syn keyword tl_keyword contained time-string-local time-string-utc time-struct-local time-struct-utc
-syn keyword tl_keyword contained time-usec to tofloat tofloatz
-syn keyword tl_keyword contained toint tointz tok-str tok-where
-syn keyword tl_keyword contained tostop tostring tostringp tprint
-syn keyword tl_keyword contained trace transpose tree-bind tree-case
-syn keyword tl_keyword contained tree-find trie-add trie-compress trie-lookup-begin
-syn keyword tl_keyword contained trie-lookup-feed-char trie-value-at trim-str true
-syn keyword tl_keyword contained trunc trunc-rem truncate-stream tuples
-syn keyword tl_keyword contained txr-case txr-case-impl txr-if txr-path
-syn keyword tl_keyword contained txr-sym txr-version txr-when typecase
-syn keyword tl_keyword contained typeof typep umask umeth
-syn keyword tl_keyword contained umethod uname unget-byte unget-char
-syn keyword tl_keyword contained unintern uniq unique unless
-syn keyword tl_keyword contained unquote unsetenv until until*
-syn keyword tl_keyword contained untrace unuse-package unuse-sym unwind-protect
-syn keyword tl_keyword contained upcase-str upd update uref
-syn keyword tl_keyword contained url-decode url-encode use use-package
-syn keyword tl_keyword contained use-sym user-package usl usleep
-syn keyword tl_keyword contained uslot vdiscard vec vec-list
-syn keyword tl_keyword contained vec-push vec-set-length vecref vector
-syn keyword tl_keyword contained vector-list vectorp veof veol
-syn keyword tl_keyword contained veol2 verase vintr vkill
-syn keyword tl_keyword contained vlnext vmin vquit vreprint
-syn keyword tl_keyword contained vstart vstop vsusp vswtc
-syn keyword tl_keyword contained vt0 vt1 vtdly vtime
-syn keyword tl_keyword contained vwerase w-continued w-coredump w-exitstatus
-syn keyword tl_keyword contained w-ifcontinued w-ifexited w-ifsignaled w-ifstopped
-syn keyword tl_keyword contained w-nohang w-stopsig w-termsig w-untraced
-syn keyword tl_keyword contained wait weave when whena
-syn keyword tl_keyword contained whenlet where while while*
-syn keyword tl_keyword contained whilet width width-check window-map
-syn keyword tl_keyword contained window-mappend with-clobber-expander with-delete-expander with-gensyms
-syn keyword tl_keyword contained with-hash-iter with-in-string-byte-stream with-in-string-stream with-objects
-syn keyword tl_keyword contained with-out-string-stream with-out-strlist-stream with-resources with-slots
-syn keyword tl_keyword contained with-stream with-update-expander wrap wrap*
-syn keyword tl_keyword contained xcase yield yield-from zap
-syn keyword tl_keyword contained zerop zip
+syn keyword tl_keyword contained sixth size-vec sizeof slet
+syn keyword tl_keyword contained slot slotp slots slotset
+syn keyword tl_keyword contained sock-accept sock-bind sock-cloexec sock-connect
+syn keyword tl_keyword contained sock-dgram sock-family sock-listen sock-nonblock
+syn keyword tl_keyword contained sock-peer sock-recv-timeout sock-send-timeout sock-set-peer
+syn keyword tl_keyword contained sock-shutdown sock-stream sock-type some
+syn keyword tl_keyword contained sort sort-group source-loc source-loc-str
+syn keyword tl_keyword contained span-str special-operator-p special-var-p splice
+syn keyword tl_keyword contained split split* split-str split-str-set
+syn keyword tl_keyword contained sqrt sssucc ssucc starts-with
+syn keyword tl_keyword contained stat static-slot static-slot-ensure static-slot-home
+syn keyword tl_keyword contained static-slot-p static-slot-set stdlib str-in6addr
+syn keyword tl_keyword contained str-in6addr-net str-inaddr str-inaddr-net str<
+syn keyword tl_keyword contained str<= str= str> str>=
+syn keyword tl_keyword contained stream-get-prop stream-set-prop streamp string-extend
+syn keyword tl_keyword contained string-lt stringp struct-from-args struct-from-plist
+syn keyword tl_keyword contained struct-type struct-type-p structp sub
+syn keyword tl_keyword contained sub-list sub-str sub-vec subtypep
+syn keyword tl_keyword contained succ super super-method suspend
+syn keyword tl_keyword contained swap symacrolet symbol-function symbol-macro
+syn keyword tl_keyword contained symbol-name symbol-package symbol-value symbolp
+syn keyword tl_keyword contained symlink sys:*pl-env* sys:*trace-hash* sys:*trace-level*
+syn keyword tl_keyword contained sys:abscond* sys:abscond-from sys:analyze-argtypes sys:apply
+syn keyword tl_keyword contained sys:awk-code-move-check sys:awk-expander sys:awk-fun-let sys:awk-fun-shadowing-env
+syn keyword tl_keyword contained sys:awk-mac-let sys:awk-redir sys:awk-test sys:bad-slot-syntax
+syn keyword tl_keyword contained sys:bits sys:build-key-list sys:capture-cont sys:catch
+syn keyword tl_keyword contained sys:check-slot sys:check-struct sys:circref sys:compat
+syn keyword tl_keyword contained sys:conv sys:conv-expand sys:conv-let sys:ctx-form
+syn keyword tl_keyword contained sys:ctx-name sys:deffi-cb-expander sys:defmeth sys:dlib-expr
+syn keyword tl_keyword contained sys:do-conv sys:do-path-test sys:dvbind sys:dwim-del
+syn keyword tl_keyword contained sys:dwim-set sys:each-op sys:eval-err sys:expand
+syn keyword tl_keyword contained sys:expand-handle sys:expand-params sys:expand-with-free-refs sys:expr
+syn keyword tl_keyword contained sys:extract-keys sys:extract-keys-p sys:fbind sys:for-op
+syn keyword tl_keyword contained sys:gc sys:gc-set-delta sys:get-fun-getter-setter sys:get-mb
+syn keyword tl_keyword contained sys:get-vb sys:handle-bad-syntax sys:if-to-cond sys:in6addr-condensed-text
+syn keyword tl_keyword contained sys:l1-setq sys:l1-val sys:lbind sys:lisp1-setq
+syn keyword tl_keyword contained sys:lisp1-value sys:list-builder-flets sys:loc sys:make-struct-lit
+syn keyword tl_keyword contained sys:make-struct-type sys:mark-special sys:name-str sys:obtain-impl
+syn keyword tl_keyword contained sys:opt-dash sys:opt-err sys:path-access sys:path-examine
+syn keyword tl_keyword contained sys:path-test sys:path-test-mode sys:pl-expand sys:placelet-1
+syn keyword tl_keyword contained sys:propagate-ancestor sys:prune-missing-inits sys:qquote sys:quasi
+syn keyword tl_keyword contained sys:quasilist sys:r-s-let-expander sys:reg-expand-nongreedy sys:reg-optimize
+syn keyword tl_keyword contained sys:register-simple-accessor sys:rplaca sys:rplacd sys:rslotset
+syn keyword tl_keyword contained sys:set-hash-rec-limit sys:set-hash-str-limit sys:set-macro-ancestor sys:setq
+syn keyword tl_keyword contained sys:setqf sys:slot-types sys:splice sys:static-slot-types
+syn keyword tl_keyword contained sys:str-inaddr-net-impl sys:struct-lit sys:switch sys:sym-clobber-expander
+syn keyword tl_keyword contained sys:sym-delete-expander sys:sym-update-expander sys:top-fb sys:top-mb
+syn keyword tl_keyword contained sys:top-vb sys:trace sys:trace-canonicalize-name sys:trace-enter
+syn keyword tl_keyword contained sys:trace-leave sys:trace-redefine-check sys:unquote sys:untrace
+syn keyword tl_keyword contained sys:var sys:wdwrap sys:with-dyn-rebinds syslog
+syn keyword tl_keyword contained system-package t tab0 tab1
+syn keyword tl_keyword contained tab2 tab3 tabdly tagbody
+syn keyword tl_keyword contained take take-until take-while tan
+syn keyword tl_keyword contained tb tc tcdrain tcflow
+syn keyword tl_keyword contained tcflush tcgetattr tciflush tcioff
+syn keyword tl_keyword contained tcioflush tcion tcoflush tcooff
+syn keyword tl_keyword contained tcoon tcsadrain tcsaflush tcsanow
+syn keyword tl_keyword contained tcsendbreak tcsetattr tentative-def-exists tenth
+syn keyword tl_keyword contained test-clear test-clear-dirty test-dec test-dirty
+syn keyword tl_keyword contained test-inc test-set test-set-indent-mode tf
+syn keyword tl_keyword contained third throw throwf time
+syn keyword tl_keyword contained time-fields-local time-fields-utc time-parse time-parse-local
+syn keyword tl_keyword contained time-parse-utc time-string-local time-string-utc time-struct-local
+syn keyword tl_keyword contained time-struct-utc time-usec to tofloat
+syn keyword tl_keyword contained tofloatz toint tointz tok-str
+syn keyword tl_keyword contained tok-where tostop tostring tostringp
+syn keyword tl_keyword contained tprint trace transpose tree-bind
+syn keyword tl_keyword contained tree-case tree-find trie-add trie-compress
+syn keyword tl_keyword contained trie-lookup-begin trie-lookup-feed-char trie-value-at trim-str
+syn keyword tl_keyword contained true trunc trunc-rem truncate-stream
+syn keyword tl_keyword contained tuples txr-case txr-case-impl txr-if
+syn keyword tl_keyword contained txr-path txr-sym txr-version txr-when
+syn keyword tl_keyword contained typecase typeof typep umask
+syn keyword tl_keyword contained umeth umethod uname unget-byte
+syn keyword tl_keyword contained unget-char unintern uniq unique
+syn keyword tl_keyword contained unless unquote unsetenv until
+syn keyword tl_keyword contained until* untrace unuse-package unuse-sym
+syn keyword tl_keyword contained unwind-protect upcase-str upd update
+syn keyword tl_keyword contained uref url-decode url-encode use
+syn keyword tl_keyword contained use-package use-sym user-package usl
+syn keyword tl_keyword contained usleep uslot vdiscard vec
+syn keyword tl_keyword contained vec-list vec-push vec-set-length vecref
+syn keyword tl_keyword contained vector vector-list vectorp veof
+syn keyword tl_keyword contained veol veol2 verase vintr
+syn keyword tl_keyword contained vkill vlnext vmin vquit
+syn keyword tl_keyword contained vreprint vstart vstop vsusp
+syn keyword tl_keyword contained vswtc vt0 vt1 vtdly
+syn keyword tl_keyword contained vtime vwerase w-continued w-coredump
+syn keyword tl_keyword contained w-exitstatus w-ifcontinued w-ifexited w-ifsignaled
+syn keyword tl_keyword contained w-ifstopped w-nohang w-stopsig w-termsig
+syn keyword tl_keyword contained w-untraced wait weave when
+syn keyword tl_keyword contained whena whenlet where while
+syn keyword tl_keyword contained while* whilet width width-check
+syn keyword tl_keyword contained window-map window-mappend with-clobber-expander with-delete-expander
+syn keyword tl_keyword contained with-dyn-lib with-gensyms with-hash-iter with-in-string-byte-stream
+syn keyword tl_keyword contained with-in-string-stream with-objects with-out-string-stream with-out-strlist-stream
+syn keyword tl_keyword contained with-resources with-slots with-stream with-update-expander
+syn keyword tl_keyword contained wrap wrap* xcase yield
+syn keyword tl_keyword contained yield-from zap zerop zip
syn match txr_nested_error "[^\t ]\+" contained
syn match txr_variable "\(@[ \t]*\)[*]\?[ \t]*[A-Za-z_][A-Za-z_0-9]*"
syn match txr_splicevar "@[ \t,*@]*[A-Za-z_][A-Za-z_0-9]*" contained
@@ -523,4 +543,4 @@ hi def link txr_ign_bkt Comment
let b:current_syntax = "lisp"
-set lispwords=ado,alet,ap,append-each,append-each*,aret,awk,block,block*,build,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,collect-each,collect-each*,compare-swap,cond,conda,condlet,dec,defex,define-accessor,define-modify-macro,define-param-expander,define-place-macro,defmacro,defmeth,defpackage,defparm,defparml,defplace,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,dotimes,each,each*,equot,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,let,let*,lset,mac-param-bind,macro-time,macrolet,mlet,obtain,obtain*,obtain*-block,obtain-block,op,pdec,pinc,placelet,placelet*,pop,pprof,prof,prog,prog*,prog1,progn,push,pushnew,ret,return,return-from,rlet,rslot,slet,splice,suspend,symacrolet,sys:abscond-from,sys:awk-fun-let,sys:awk-mac-let,sys:awk-redir,sys:catch,sys:conv,sys:dvbind,sys:each-op,sys:expr,sys:fbind,sys:for-op,sys:l1-val,sys:lbind,sys:lisp1-value,sys:path-examine,sys:path-test,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:unquote,sys:var,sys:with-dyn-rebinds,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-case-impl,txr-if,txr-when,typecase,unless,unquote,until,until*,untrace,unwind-protect,upd,uref,when,whena,whenlet,while,while*,whilet,with-clobber-expander,with-delete-expander,with-gensyms,with-hash-iter,with-in-string-byte-stream,with-in-string-stream,with-objects,with-out-string-stream,with-out-strlist-stream,with-resources,with-slots,with-stream,with-update-expander,yield,yield-from,zap,:method,:function,:init,:postinit,:fini
+set lispwords=ado,alet,ap,append-each,append-each*,aret,awk,block,block*,build,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,collect-each,collect-each*,compare-swap,cond,conda,condlet,dec,defex,deffi,deffi-cb,deffi-cb-unsafe,deffi-type,define-accessor,define-modify-macro,define-param-expander,define-place-macro,defmacro,defmeth,defpackage,defparm,defparml,defplace,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,dotimes,each,each*,equot,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,let,let*,lset,mac-param-bind,macro-time,macrolet,mlet,obtain,obtain*,obtain*-block,obtain-block,op,pdec,pinc,placelet,placelet*,pop,pprof,prof,prog,prog*,prog1,progn,push,pushnew,ret,return,return-from,rlet,rslot,sizeof,slet,splice,suspend,symacrolet,sys:abscond-from,sys:awk-fun-let,sys:awk-mac-let,sys:awk-redir,sys:catch,sys:conv,sys:dlib-expr,sys:dvbind,sys:each-op,sys:expr,sys:fbind,sys:for-op,sys:l1-val,sys:lbind,sys:lisp1-value,sys:path-examine,sys:path-test,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:unquote,sys:var,sys:with-dyn-rebinds,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-case-impl,txr-if,txr-when,typecase,unless,unquote,until,until*,untrace,unwind-protect,upd,uref,when,whena,whenlet,while,while*,whilet,with-clobber-expander,with-delete-expander,with-dyn-lib,with-gensyms,with-hash-iter,with-in-string-byte-stream,with-in-string-stream,with-objects,with-out-string-stream,with-out-strlist-stream,with-resources,with-slots,with-stream,with-update-expander,yield,yield-from,zap,:method,:function,:init,:postinit,:fini
diff --git a/txr.1 b/txr.1
index 86a6a3ab..580bb771 100644
--- a/txr.1
+++ b/txr.1
@@ -340,9 +340,9 @@
.ds TX \f[B]TXR\f[]
.ds TL \f[B]TXR Lisp\f[]
.\" Start of man page:
-.TH TXR 1 2017-04-04 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku"
+.TH TXR 1 2017-05-15 "Utility Commands" "TXR Data Processing Language" "Kaz Kylheku"
.SH* NAME
-\*(TX \- text processing language (version 174)
+\*(TX \- text processing language (version 175)
.SH* SYNOPSIS
.cblk
diff --git a/txr.vim b/txr.vim
index b79ea3e1..f55b97cb 100644
--- a/txr.vim
+++ b/txr.vim
@@ -26,110 +26,124 @@ syn keyword tl_keyword contained *flo-max* *flo-min* *full-args* *gensym-counter
syn keyword tl_keyword contained *lib-version* *listener-hist-len* *listener-multi-line-p* *listener-sel-inclusive-p*
syn keyword tl_keyword contained *load-path* *package* *package-alist* *param-macro*
syn keyword tl_keyword contained *pi* *place-clobber-expander* *place-delete-expander* *place-macro*
-syn keyword tl_keyword contained *place-update-expander* *print-base* *print-circle* *print-flo-digits*
-syn keyword tl_keyword contained *print-flo-format* *print-flo-precision* *random-state* *random-warmup*
-syn keyword tl_keyword contained *self-path* *stddebug* *stderr* *stdin*
-syn keyword tl_keyword contained *stdlog* *stdnull* *stdout* *trace-output*
-syn keyword tl_keyword contained *txr-version* *unhandled-hook* + -
-syn keyword tl_keyword contained / /= : :abandoned
-syn keyword tl_keyword contained :addr :apf :append :args
-syn keyword tl_keyword contained :atime :auto :awk-file :awk-rec
-syn keyword tl_keyword contained :begin :begin-file :blksize :blocks
-syn keyword tl_keyword contained :bool :byte-oriented :cdigit :chars
-syn keyword tl_keyword contained :cint :close :continue :counter
-syn keyword tl_keyword contained :cspace :ctime :cword-char :dec
-syn keyword tl_keyword contained :decline :dev :digit :downcase
-syn keyword tl_keyword contained :end :end-file :env :equal-based
-syn keyword tl_keyword contained :explicit-no :fallback :fd :filter
-syn keyword tl_keyword contained :fini :finish :float :form
-syn keyword tl_keyword contained :from-current :from-end :from-start :from_html
-syn keyword tl_keyword contained :frombase64 :fromhtml :frompercent :fromurl
-syn keyword tl_keyword contained :fun :function :gap :gid
-syn keyword tl_keyword contained :greedy :hex :hextoint :inf
-syn keyword tl_keyword contained :init :ino :inp :inputs
-syn keyword tl_keyword contained :instance :into :key :let
-syn keyword tl_keyword contained :lfilt :lines :list :local
-syn keyword tl_keyword contained :longest :mandatory :maxgap :maxtimes
-syn keyword tl_keyword contained :method :mingap :mintimes :mode
-syn keyword tl_keyword contained :mtime :name :named :next-spec
-syn keyword tl_keyword contained :nlink :nothrow :oct :outf
-syn keyword tl_keyword contained :outp :output :postinit :prio
-syn keyword tl_keyword contained :rdev :real-time :reflect :repeat-spec
-syn keyword tl_keyword contained :resolve :rfilt :set :set-file
-syn keyword tl_keyword contained :shortest :size :space :static
-syn keyword tl_keyword contained :str :string :symacro :times
-syn keyword tl_keyword contained :tlist :to_html :tobase64 :tofloat
-syn keyword tl_keyword contained :tohtml :tohtml* :toint :tonumber
-syn keyword tl_keyword contained :topercent :tourl :uid :upcase
-syn keyword tl_keyword contained :use :use-from :use-syms :userdata
-syn keyword tl_keyword contained :var :vars :weak-keys :weak-vals
-syn keyword tl_keyword contained :whole :word-char :wrap <
-syn keyword tl_keyword contained <= = > >=
-syn keyword tl_keyword contained abort abs abs-path-p acons
-syn keyword tl_keyword contained acons-new aconsql-new acos ado
-syn keyword tl_keyword contained af-inet af-inet6 af-unix af-unspec
-syn keyword tl_keyword contained ai-addrconfig ai-all ai-canonname ai-numerichost
-syn keyword tl_keyword contained ai-numericserv ai-passive ai-v4mapped alet
-syn keyword tl_keyword contained alist-nremove alist-remove all and
-syn keyword tl_keyword contained andf ap apf append
-syn keyword tl_keyword contained append* append-each append-each* apply
-syn keyword tl_keyword contained aret ash asin assoc
-syn keyword tl_keyword contained assql at-exit-call at-exit-do-not-call atan
-syn keyword tl_keyword contained atan2 atom awk base64-decode
-syn keyword tl_keyword contained base64-encode bignump bindable bit
-syn keyword tl_keyword contained block block* boundp break-str
-syn keyword tl_keyword contained brkint bs0 bs1 bsdly
-syn keyword tl_keyword contained build build-list butlast butlastn
-syn keyword tl_keyword contained caaaaar caaaadr caaaar caaadar
-syn keyword tl_keyword contained caaaddr caaadr caaar caadaar
-syn keyword tl_keyword contained caadadr caadar caaddar caadddr
-syn keyword tl_keyword contained caaddr caadr caar cadaaar
-syn keyword tl_keyword contained cadaadr cadaar cadadar cadaddr
-syn keyword tl_keyword contained cadadr cadar caddaar caddadr
-syn keyword tl_keyword contained caddar cadddar caddddr cadddr
-syn keyword tl_keyword contained caddr cadr call call-clobber-expander
-syn keyword tl_keyword contained call-delete-expander call-finalizers call-super-fun call-super-method
-syn keyword tl_keyword contained call-update-expander callf car caseq
-syn keyword tl_keyword contained caseq* caseql caseql* casequal
-syn keyword tl_keyword contained casequal* cat-str cat-streams cat-vec
-syn keyword tl_keyword contained catch catch* catenated-stream-p catenated-stream-push
-syn keyword tl_keyword contained cbaud cbaudex cdaaaar cdaaadr
-syn keyword tl_keyword contained cdaaar cdaadar cdaaddr cdaadr
-syn keyword tl_keyword contained cdaar cdadaar cdadadr cdadar
-syn keyword tl_keyword contained cdaddar cdadddr cdaddr cdadr
-syn keyword tl_keyword contained cdar cddaaar cddaadr cddaar
-syn keyword tl_keyword contained cddadar cddaddr cddadr cddar
-syn keyword tl_keyword contained cdddaar cdddadr cdddar cddddar
-syn keyword tl_keyword contained cdddddr cddddr cdddr cddr
-syn keyword tl_keyword contained cdr ceil ceil-rem chain
-syn keyword tl_keyword contained chand chdir chmod chr-digit
-syn keyword tl_keyword contained chr-int chr-isalnum chr-isalpha chr-isascii
-syn keyword tl_keyword contained chr-isblank chr-iscntrl chr-isdigit chr-isgraph
-syn keyword tl_keyword contained chr-islower chr-isprint chr-ispunct chr-isspace
-syn keyword tl_keyword contained chr-isunisp chr-isupper chr-isxdigit chr-num
-syn keyword tl_keyword contained chr-str chr-str-set chr-tolower chr-toupper
-syn keyword tl_keyword contained chr-xdigit chrp clamp clear-dirty
-syn keyword tl_keyword contained clear-error clear-struct clearhash clocal
-syn keyword tl_keyword contained close-stream closelog cmp-str cmspar
-syn keyword tl_keyword contained collect-each collect-each* comb command-get
-syn keyword tl_keyword contained command-get-lines command-get-string command-put command-put-lines
-syn keyword tl_keyword contained command-put-string compare-swap compile-defr-warning compile-error
-syn keyword tl_keyword contained compile-warning compl-span-str cond conda
-syn keyword tl_keyword contained condlet cons conses conses*
-syn keyword tl_keyword contained consp constantp copy copy-alist
-syn keyword tl_keyword contained copy-cons copy-hash copy-list copy-str
-syn keyword tl_keyword contained copy-struct copy-vec cos count-if
-syn keyword tl_keyword contained countq countql countqual cr0
-syn keyword tl_keyword contained cr1 cr2 cr3 crdly
-syn keyword tl_keyword contained cread crtscts crypt cs5
-syn keyword tl_keyword contained cs6 cs7 cs8 csize
-syn keyword tl_keyword contained cstopb cum-norm-dist daemon dec
-syn keyword tl_keyword contained defer-warning defex define-accessor define-modify-macro
-syn keyword tl_keyword contained define-param-expander define-place-macro defmacro defmeth
-syn keyword tl_keyword contained defpackage defparm defparml defplace
-syn keyword tl_keyword contained defstruct defsymacro defun defvar
-syn keyword tl_keyword contained defvarl del delay delete-package
-syn keyword tl_keyword contained display-width do dohash dotimes
+syn keyword tl_keyword contained *place-update-expander* *pprint-flo-format* *print-base* *print-circle*
+syn keyword tl_keyword contained *print-flo-digits* *print-flo-format* *print-flo-precision* *random-state*
+syn keyword tl_keyword contained *random-warmup* *self-path* *stddebug* *stderr*
+syn keyword tl_keyword contained *stdin* *stdlog* *stdnull* *stdout*
+syn keyword tl_keyword contained *trace-output* *txr-version* *unhandled-hook* +
+syn keyword tl_keyword contained - / /= :
+syn keyword tl_keyword contained :abandoned :addr :apf :append
+syn keyword tl_keyword contained :args :atime :auto :awk-file
+syn keyword tl_keyword contained :awk-rec :begin :begin-file :blksize
+syn keyword tl_keyword contained :blocks :bool :byte-oriented :cdigit
+syn keyword tl_keyword contained :chars :cint :close :continue
+syn keyword tl_keyword contained :counter :cspace :ctime :cword-char
+syn keyword tl_keyword contained :dec :decline :dev :digit
+syn keyword tl_keyword contained :downcase :end :end-file :env
+syn keyword tl_keyword contained :equal-based :explicit-no :fallback :fd
+syn keyword tl_keyword contained :filter :fini :finish :float
+syn keyword tl_keyword contained :form :from-current :from-end :from-start
+syn keyword tl_keyword contained :from_html :frombase64 :fromhtml :frompercent
+syn keyword tl_keyword contained :fromurl :fun :function :gap
+syn keyword tl_keyword contained :gid :greedy :hex :hextoint
+syn keyword tl_keyword contained :inf :init :ino :inp
+syn keyword tl_keyword contained :inputs :instance :into :key
+syn keyword tl_keyword contained :let :lfilt :lines :list
+syn keyword tl_keyword contained :local :longest :mandatory :maxgap
+syn keyword tl_keyword contained :maxtimes :method :mingap :mintimes
+syn keyword tl_keyword contained :mode :mtime :name :named
+syn keyword tl_keyword contained :next-spec :nlink :nothrow :oct
+syn keyword tl_keyword contained :outf :outp :output :postinit
+syn keyword tl_keyword contained :prio :rdev :real-time :reflect
+syn keyword tl_keyword contained :repeat-spec :resolve :rfilt :set
+syn keyword tl_keyword contained :set-file :shortest :size :space
+syn keyword tl_keyword contained :static :str :string :symacro
+syn keyword tl_keyword contained :times :tlist :to_html :tobase64
+syn keyword tl_keyword contained :tofloat :tohtml :tohtml* :toint
+syn keyword tl_keyword contained :tonumber :topercent :tourl :uid
+syn keyword tl_keyword contained :upcase :use :use-from :use-syms
+syn keyword tl_keyword contained :userdata :var :vars :weak-keys
+syn keyword tl_keyword contained :weak-vals :whole :word-char :wrap
+syn keyword tl_keyword contained < <= = >
+syn keyword tl_keyword contained >= abort abs abs-path-p
+syn keyword tl_keyword contained acons acons-new aconsql-new acos
+syn keyword tl_keyword contained ado af-inet af-inet6 af-unix
+syn keyword tl_keyword contained af-unspec ai-addrconfig ai-all ai-canonname
+syn keyword tl_keyword contained ai-numerichost ai-numericserv ai-passive ai-v4mapped
+syn keyword tl_keyword contained alet alist-nremove alist-remove all
+syn keyword tl_keyword contained and andf ap apf
+syn keyword tl_keyword contained append append* append-each append-each*
+syn keyword tl_keyword contained apply aret ash asin
+syn keyword tl_keyword contained assoc assql at-exit-call at-exit-do-not-call
+syn keyword tl_keyword contained atan atan2 atom awk
+syn keyword tl_keyword contained base64-decode base64-encode bignump bindable
+syn keyword tl_keyword contained bit block block* boundp
+syn keyword tl_keyword contained break-str brkint bs0 bs1
+syn keyword tl_keyword contained bsdly buf-get-char buf-get-cptr buf-get-double
+syn keyword tl_keyword contained buf-get-float buf-get-i16 buf-get-i32 buf-get-i64
+syn keyword tl_keyword contained buf-get-i8 buf-get-int buf-get-long buf-get-short
+syn keyword tl_keyword contained buf-get-u16 buf-get-u32 buf-get-u64 buf-get-u8
+syn keyword tl_keyword contained buf-get-uchar buf-get-uint buf-get-ulong buf-get-ushort
+syn keyword tl_keyword contained buf-put-char buf-put-cptr buf-put-double buf-put-float
+syn keyword tl_keyword contained buf-put-i16 buf-put-i32 buf-put-i64 buf-put-i8
+syn keyword tl_keyword contained buf-put-int buf-put-long buf-put-short buf-put-u16
+syn keyword tl_keyword contained buf-put-u32 buf-put-u64 buf-put-u8 buf-put-uchar
+syn keyword tl_keyword contained buf-put-uint buf-put-ulong buf-put-ushort buf-set-length
+syn keyword tl_keyword contained buf-trim build build-list butlast
+syn keyword tl_keyword contained butlastn caaaaar caaaadr caaaar
+syn keyword tl_keyword contained caaadar caaaddr caaadr caaar
+syn keyword tl_keyword contained caadaar caadadr caadar caaddar
+syn keyword tl_keyword contained caadddr caaddr caadr caar
+syn keyword tl_keyword contained cadaaar cadaadr cadaar cadadar
+syn keyword tl_keyword contained cadaddr cadadr cadar caddaar
+syn keyword tl_keyword contained caddadr caddar cadddar caddddr
+syn keyword tl_keyword contained cadddr caddr cadr call
+syn keyword tl_keyword contained call-clobber-expander call-delete-expander call-finalizers call-super-fun
+syn keyword tl_keyword contained call-super-method call-update-expander callf car
+syn keyword tl_keyword contained caseq caseq* caseql caseql*
+syn keyword tl_keyword contained casequal casequal* cat-str cat-streams
+syn keyword tl_keyword contained cat-vec catch catch* catenated-stream-p
+syn keyword tl_keyword contained catenated-stream-push cbaud cbaudex cdaaaar
+syn keyword tl_keyword contained cdaaadr cdaaar cdaadar cdaaddr
+syn keyword tl_keyword contained cdaadr cdaar cdadaar cdadadr
+syn keyword tl_keyword contained cdadar cdaddar cdadddr cdaddr
+syn keyword tl_keyword contained cdadr cdar cddaaar cddaadr
+syn keyword tl_keyword contained cddaar cddadar cddaddr cddadr
+syn keyword tl_keyword contained cddar cdddaar cdddadr cdddar
+syn keyword tl_keyword contained cddddar cdddddr cddddr cdddr
+syn keyword tl_keyword contained cddr cdr ceil ceil-rem
+syn keyword tl_keyword contained chain chand chdir chmod
+syn keyword tl_keyword contained chr-digit chr-int chr-isalnum chr-isalpha
+syn keyword tl_keyword contained chr-isascii chr-isblank chr-iscntrl chr-isdigit
+syn keyword tl_keyword contained chr-isgraph chr-islower chr-isprint chr-ispunct
+syn keyword tl_keyword contained chr-isspace chr-isunisp chr-isupper chr-isxdigit
+syn keyword tl_keyword contained chr-num chr-str chr-str-set chr-tolower
+syn keyword tl_keyword contained chr-toupper chr-xdigit chrp clamp
+syn keyword tl_keyword contained clear-dirty clear-error clear-struct clearhash
+syn keyword tl_keyword contained clocal close-stream closelog cmp-str
+syn keyword tl_keyword contained cmspar collect-each collect-each* comb
+syn keyword tl_keyword contained command-get command-get-lines command-get-string command-put
+syn keyword tl_keyword contained command-put-lines command-put-string compare-swap compile-defr-warning
+syn keyword tl_keyword contained compile-error compile-warning compl-span-str cond
+syn keyword tl_keyword contained conda condlet cons conses
+syn keyword tl_keyword contained conses* consp constantp copy
+syn keyword tl_keyword contained copy-alist copy-cons copy-hash copy-list
+syn keyword tl_keyword contained copy-str copy-struct copy-vec cos
+syn keyword tl_keyword contained count-if countq countql countqual
+syn keyword tl_keyword contained cptr-free cptr-int cptr-null cptr-obj
+syn keyword tl_keyword contained cptr-zap cr0 cr1 cr2
+syn keyword tl_keyword contained cr3 crdly cread crtscts
+syn keyword tl_keyword contained crypt cs5 cs6 cs7
+syn keyword tl_keyword contained cs8 csize cstopb cum-norm-dist
+syn keyword tl_keyword contained daemon dec defer-warning defex
+syn keyword tl_keyword contained deffi deffi-cb deffi-cb-unsafe deffi-type
+syn keyword tl_keyword contained define-accessor define-modify-macro define-param-expander define-place-macro
+syn keyword tl_keyword contained defmacro defmeth defpackage defparm
+syn keyword tl_keyword contained defparml defplace defstruct defsymacro
+syn keyword tl_keyword contained defun defvar defvarl del
+syn keyword tl_keyword contained delay delete-package display-width dlclose
+syn keyword tl_keyword contained dlopen dlsym dlsym-checked dlvsym
+syn keyword tl_keyword contained dlvsym-checked do dohash dotimes
syn keyword tl_keyword contained downcase-str drop drop-until drop-while
syn keyword tl_keyword contained dump-deferred-warnings dup dupfd dwim
syn keyword tl_keyword contained each each* echo echoctl
@@ -143,72 +157,75 @@ syn keyword tl_keyword contained exception-subtype-map exception-subtype-p exec
syn keyword tl_keyword contained exit* exp expand-left expand-right
syn keyword tl_keyword contained expt exptmod extproc f$
syn keyword tl_keyword contained f^ f^$ false fboundp
-syn keyword tl_keyword contained ff0 ff1 ffdly fifth
-syn keyword tl_keyword contained file-append file-append-lines file-append-string file-get
-syn keyword tl_keyword contained file-get-lines file-get-string file-put file-put-lines
-syn keyword tl_keyword contained file-put-string fileno filter-equal filter-string-tree
-syn keyword tl_keyword contained finalize find find-frame find-frames
-syn keyword tl_keyword contained find-if find-max find-min find-package
-syn keyword tl_keyword contained find-struct-type first fixnum-max fixnum-min
-syn keyword tl_keyword contained fixnump flatcar flatcar* flatten
-syn keyword tl_keyword contained flatten* flet flip flipargs
-syn keyword tl_keyword contained flo-dig flo-epsilon flo-int flo-max
-syn keyword tl_keyword contained flo-max-dig flo-min flo-str floatp
-syn keyword tl_keyword contained floor floor-rem flush-stream flusho
-syn keyword tl_keyword contained fmakunbound fmt fnm-casefold fnm-leading-dir
-syn keyword tl_keyword contained fnm-noescape fnm-pathname fnm-period fnmatch
-syn keyword tl_keyword contained for for* force fork
-syn keyword tl_keyword contained format fourth fr$ fr^
-syn keyword tl_keyword contained fr^$ from frr fstat
-syn keyword tl_keyword contained ftw ftw-actionretval ftw-chdir ftw-continue
-syn keyword tl_keyword contained ftw-d ftw-depth ftw-dnr ftw-dp
-syn keyword tl_keyword contained ftw-f ftw-mount ftw-ns ftw-phys
-syn keyword tl_keyword contained ftw-skip-siblings ftw-skip-subtree ftw-sl ftw-sln
-syn keyword tl_keyword contained ftw-stop fun func-get-env func-get-form
-syn keyword tl_keyword contained func-get-name func-set-env functionp gcd
-syn keyword tl_keyword contained gen generate gensym gequal
-syn keyword tl_keyword contained get-byte get-char get-clobber-expander get-delete-expander
-syn keyword tl_keyword contained get-error get-error-str get-frames get-hash-userdata
-syn keyword tl_keyword contained get-indent get-indent-mode get-line get-lines
-syn keyword tl_keyword contained get-list-from-stream get-sig-handler get-string get-string-from-stream
-syn keyword tl_keyword contained get-update-expander getaddrinfo getegid getenv
-syn keyword tl_keyword contained geteuid getgid getgrent getgrgid
-syn keyword tl_keyword contained getgrnam getgroups gethash getitimer
-syn keyword tl_keyword contained getopts getpid getppid getpwent
-syn keyword tl_keyword contained getpwnam getpwuid getresgid getresuid
-syn keyword tl_keyword contained getuid ginterate giterate glob
-syn keyword tl_keyword contained glob-altdirfunc glob-brace glob-err glob-mark
-syn keyword tl_keyword contained glob-nocheck glob-noescape glob-nomagic glob-nosort
-syn keyword tl_keyword contained glob-onlydir glob-period glob-tilde glob-tilde-check
-syn keyword tl_keyword contained go greater group-by group-reduce
-syn keyword tl_keyword contained gun handle handle* handler-bind
-syn keyword tl_keyword contained hash hash-alist hash-begin hash-construct
-syn keyword tl_keyword contained hash-count hash-diff hash-eql hash-equal
-syn keyword tl_keyword contained hash-from-pairs hash-isec hash-keys hash-list
-syn keyword tl_keyword contained hash-next hash-pairs hash-proper-subset hash-revget
-syn keyword tl_keyword contained hash-subset hash-uni hash-update hash-update-1
-syn keyword tl_keyword contained hash-userdata hash-values hashp have
-syn keyword tl_keyword contained html-decode html-encode html-encode* hupcl
-syn keyword tl_keyword contained iapply icanon icrnl identity
-syn keyword tl_keyword contained ido iexten if ifa
-syn keyword tl_keyword contained iff iffi iflet ignbrk
-syn keyword tl_keyword contained igncr ignerr ignpar ignwarn
-syn keyword tl_keyword contained imaxbel improper-plist-to-alist in in-package
-syn keyword tl_keyword contained in6addr-any in6addr-loopback inaddr-any inaddr-loopback
-syn keyword tl_keyword contained inc inc-indent indent-code indent-data
-syn keyword tl_keyword contained indent-off inhash inlcr inpck
-syn keyword tl_keyword contained int-chr int-flo int-str integerp
-syn keyword tl_keyword contained intern interp-fun-p interpose invoke-catch
-syn keyword tl_keyword contained ip ipf iread isig
-syn keyword tl_keyword contained isqrt istrip itimer-prov itimer-real
-syn keyword tl_keyword contained itimer-virtual iuclc iutf8 ixany
-syn keyword tl_keyword contained ixoff ixon juxt keep-if
-syn keyword tl_keyword contained keep-if* keepq keepql keepqual
-syn keyword tl_keyword contained keyword-package keywordp kill labels
-syn keyword tl_keyword contained lambda last lazy-str lazy-str-force
-syn keyword tl_keyword contained lazy-str-force-upto lazy-str-get-trailing-list lazy-stream-cons lazy-stringp
-syn keyword tl_keyword contained lcm lcons lcons-fun lconsp
-syn keyword tl_keyword contained ldiff length length-list length-str
+syn keyword tl_keyword contained ff0 ff1 ffdly ffi-call
+syn keyword tl_keyword contained ffi-get ffi-in ffi-make-call-desc ffi-make-closure
+syn keyword tl_keyword contained ffi-out ffi-put ffi-put-into ffi-size
+syn keyword tl_keyword contained ffi-type-compile ffi-typedef fifth file-append
+syn keyword tl_keyword contained file-append-lines file-append-string file-get file-get-lines
+syn keyword tl_keyword contained file-get-string file-put file-put-lines file-put-string
+syn keyword tl_keyword contained fileno filter-equal filter-string-tree finalize
+syn keyword tl_keyword contained find find-frame find-frames find-if
+syn keyword tl_keyword contained find-max find-min find-package find-struct-type
+syn keyword tl_keyword contained first fixnum-max fixnum-min fixnump
+syn keyword tl_keyword contained flatcar flatcar* flatten flatten*
+syn keyword tl_keyword contained flet flip flipargs flo-dig
+syn keyword tl_keyword contained flo-epsilon flo-int flo-max flo-max-dig
+syn keyword tl_keyword contained flo-min flo-str floatp floor
+syn keyword tl_keyword contained floor-rem flush-stream flusho fmakunbound
+syn keyword tl_keyword contained fmt fnm-casefold fnm-leading-dir fnm-noescape
+syn keyword tl_keyword contained fnm-pathname fnm-period fnmatch for
+syn keyword tl_keyword contained for* force fork format
+syn keyword tl_keyword contained fourth fr$ fr^ fr^$
+syn keyword tl_keyword contained from frr fstat ftw
+syn keyword tl_keyword contained ftw-actionretval ftw-chdir ftw-continue ftw-d
+syn keyword tl_keyword contained ftw-depth ftw-dnr ftw-dp ftw-f
+syn keyword tl_keyword contained ftw-mount ftw-ns ftw-phys ftw-skip-siblings
+syn keyword tl_keyword contained ftw-skip-subtree ftw-sl ftw-sln ftw-stop
+syn keyword tl_keyword contained fun func-get-env func-get-form func-get-name
+syn keyword tl_keyword contained func-set-env functionp gcd gen
+syn keyword tl_keyword contained generate gensym gequal get-byte
+syn keyword tl_keyword contained get-char get-clobber-expander get-delete-expander get-error
+syn keyword tl_keyword contained get-error-str get-frames get-hash-userdata get-indent
+syn keyword tl_keyword contained get-indent-mode get-line get-lines get-list-from-stream
+syn keyword tl_keyword contained get-sig-handler get-string get-string-from-stream get-update-expander
+syn keyword tl_keyword contained getaddrinfo getegid getenv geteuid
+syn keyword tl_keyword contained getgid getgrent getgrgid getgrnam
+syn keyword tl_keyword contained getgroups gethash getitimer getopts
+syn keyword tl_keyword contained getpid getppid getpwent getpwnam
+syn keyword tl_keyword contained getpwuid getresgid getresuid getuid
+syn keyword tl_keyword contained ginterate giterate glob glob-altdirfunc
+syn keyword tl_keyword contained glob-brace glob-err glob-mark glob-nocheck
+syn keyword tl_keyword contained glob-noescape glob-nomagic glob-nosort glob-onlydir
+syn keyword tl_keyword contained glob-period glob-tilde glob-tilde-check go
+syn keyword tl_keyword contained greater group-by group-reduce gun
+syn keyword tl_keyword contained handle handle* handler-bind hash
+syn keyword tl_keyword contained hash-alist hash-begin hash-construct hash-count
+syn keyword tl_keyword contained hash-diff hash-eql hash-equal hash-from-pairs
+syn keyword tl_keyword contained hash-isec hash-keys hash-list hash-next
+syn keyword tl_keyword contained hash-pairs hash-proper-subset hash-revget hash-subset
+syn keyword tl_keyword contained hash-uni hash-update hash-update-1 hash-userdata
+syn keyword tl_keyword contained hash-values hashp have html-decode
+syn keyword tl_keyword contained html-encode html-encode* hupcl iapply
+syn keyword tl_keyword contained icanon icrnl identity ido
+syn keyword tl_keyword contained iexten if ifa iff
+syn keyword tl_keyword contained iffi iflet ignbrk igncr
+syn keyword tl_keyword contained ignerr ignpar ignwarn imaxbel
+syn keyword tl_keyword contained improper-plist-to-alist in in-package in6addr-any
+syn keyword tl_keyword contained in6addr-loopback inaddr-any inaddr-loopback inc
+syn keyword tl_keyword contained inc-indent indent-code indent-data indent-off
+syn keyword tl_keyword contained inhash inlcr inpck int-chr
+syn keyword tl_keyword contained int-flo int-str integerp intern
+syn keyword tl_keyword contained interp-fun-p interpose invoke-catch ip
+syn keyword tl_keyword contained ipf iread isig isqrt
+syn keyword tl_keyword contained istrip itimer-prov itimer-real itimer-virtual
+syn keyword tl_keyword contained iuclc iutf8 ixany ixoff
+syn keyword tl_keyword contained ixon juxt keep-if keep-if*
+syn keyword tl_keyword contained keepq keepql keepqual keyword-package
+syn keyword tl_keyword contained keywordp kill labels lambda
+syn keyword tl_keyword contained last lazy-str lazy-str-force lazy-str-force-upto
+syn keyword tl_keyword contained lazy-str-get-trailing-list lazy-stream-cons lazy-stringp lcm
+syn keyword tl_keyword contained lcons lcons-fun lconsp ldiff
+syn keyword tl_keyword contained length length-buf length-list length-str
syn keyword tl_keyword contained length-str-< length-str-<= length-str-> length-str->=
syn keyword tl_keyword contained length-vec lequal less let
syn keyword tl_keyword contained let* lexical-fun-p lexical-lisp1-binding lexical-var-p
@@ -224,83 +241,85 @@ syn keyword tl_keyword contained logand logior lognot logtest
syn keyword tl_keyword contained logtrunc logxor lset lstat
syn keyword tl_keyword contained m$ m^ m^$ mac-param-bind
syn keyword tl_keyword contained macro-ancestor macro-form-p macro-time macroexpand
-syn keyword tl_keyword contained macroexpand-1 macrolet major make-catenated-stream
-syn keyword tl_keyword contained make-env make-hash make-lazy-cons make-lazy-struct
-syn keyword tl_keyword contained make-like make-package make-random-state make-similar-hash
-syn keyword tl_keyword contained make-string-byte-input-stream make-string-input-stream make-string-output-stream make-strlist-input-stream
-syn keyword tl_keyword contained make-strlist-output-stream make-struct make-struct-type make-sym
-syn keyword tl_keyword contained make-time make-time-utc make-trie makedev
-syn keyword tl_keyword contained makunbound mapcar mapcar* mapdo
-syn keyword tl_keyword contained mapf maphash mappend mappend*
-syn keyword tl_keyword contained mask match-fun match-regex match-regex-right
-syn keyword tl_keyword contained match-regst match-regst-right match-str match-str-tree
-syn keyword tl_keyword contained max mboundp member member-if
-syn keyword tl_keyword contained memp memq memql memqual
-syn keyword tl_keyword contained merge meth method min
-syn keyword tl_keyword contained minor minusp mismatch mkdir
-syn keyword tl_keyword contained mknod mkstring mlet mmakunbound
-syn keyword tl_keyword contained mod multi multi-sort n-choose-k
-syn keyword tl_keyword contained n-perm-k nconc neq neql
-syn keyword tl_keyword contained nequal new nexpand-left nil
-syn keyword tl_keyword contained nilf ninth nl0 nl1
-syn keyword tl_keyword contained nldly noflsh none not
-syn keyword tl_keyword contained notf nreconc nreverse nthcdr
-syn keyword tl_keyword contained nthlast null nullify num-chr
-syn keyword tl_keyword contained num-str numberp oand obtain
-syn keyword tl_keyword contained obtain* obtain*-block obtain-block ocrnl
-syn keyword tl_keyword contained oddp ofdel ofill olcuc
-syn keyword tl_keyword contained onlcr onlret onocr op
-syn keyword tl_keyword contained open-command open-directory open-file open-fileno
-syn keyword tl_keyword contained open-files open-files* open-pipe open-process
-syn keyword tl_keyword contained open-socket open-socket-pair open-tail openlog
-syn keyword tl_keyword contained opip opost opt opthelp
-syn keyword tl_keyword contained or orf package-alist package-fallback-list
-syn keyword tl_keyword contained package-foreign-symbols package-local-symbols package-name package-symbols
-syn keyword tl_keyword contained packagep pad parenb parmrk
-syn keyword tl_keyword contained parodd partition partition* partition-by
-syn keyword tl_keyword contained path-blkdev-p path-chrdev-p path-dir-p path-executable-to-me-p
-syn keyword tl_keyword contained path-exists-p path-file-p path-mine-p path-my-group-p
-syn keyword tl_keyword contained path-newer path-older path-pipe-p path-private-to-me-p
-syn keyword tl_keyword contained path-read-writable-to-me-p path-readable-to-me-p path-same-object path-setgid-p
-syn keyword tl_keyword contained path-setuid-p path-sock-p path-sticky-p path-strictly-private-to-me-p
-syn keyword tl_keyword contained path-symlink-p path-writable-to-me-p pdec pendin
-syn keyword tl_keyword contained perm pinc pipe place-form-p
-syn keyword tl_keyword contained placelet placelet* plist-to-alist plusp
-syn keyword tl_keyword contained poll poll-err poll-in poll-nval
-syn keyword tl_keyword contained poll-out poll-pri poll-rdband poll-rdhup
-syn keyword tl_keyword contained poll-wrband pop pos pos-if
-syn keyword tl_keyword contained pos-max pos-min posq posql
-syn keyword tl_keyword contained posqual pppred ppred pprinl
-syn keyword tl_keyword contained pprint pprof pred prinl
-syn keyword tl_keyword contained print prof prog prog*
-syn keyword tl_keyword contained prog1 progn promisep prop
-syn keyword tl_keyword contained proper-list-p proper-listp pset pure-rel-path-p
-syn keyword tl_keyword contained purge-deferred-warning push pushhash pushnew
-syn keyword tl_keyword contained put-byte put-char put-line put-lines
-syn keyword tl_keyword contained put-string put-strings pwd qquote
-syn keyword tl_keyword contained qref quote r$ r^
-syn keyword tl_keyword contained r^$ raise rand random
-syn keyword tl_keyword contained random-fixnum random-state-get-vec random-state-p range
-syn keyword tl_keyword contained range* range-regex rangep rassoc
-syn keyword tl_keyword contained rassql rcomb rcons read
-syn keyword tl_keyword contained read-until-match readlink real-time-stream-p record-adapter
-syn keyword tl_keyword contained reduce-left reduce-right ref refset
-syn keyword tl_keyword contained regex-compile regex-from-trie regex-parse regex-source
-syn keyword tl_keyword contained regexp register-exception-subtypes register-tentative-def regsub
-syn keyword tl_keyword contained rehome-sym release-deferred-warnings remhash remove-if
-syn keyword tl_keyword contained remove-if* remove-path remq remq*
-syn keyword tl_keyword contained remql remql* remqual remqual*
-syn keyword tl_keyword contained rename-path repeat replace replace-list
-syn keyword tl_keyword contained replace-str replace-struct replace-vec reset-struct
-syn keyword tl_keyword contained rest ret retf return
-syn keyword tl_keyword contained return* return-from revappend reverse
-syn keyword tl_keyword contained rfind rfind-if rlcp rlcp-tree
-syn keyword tl_keyword contained rlet rmember rmember-if rmemq
-syn keyword tl_keyword contained rmemql rmemqual rmismatch rotate
-syn keyword tl_keyword contained round round-rem rperm rplaca
-syn keyword tl_keyword contained rplacd rpos rpos-if rposq
-syn keyword tl_keyword contained rposql rposqual rr rra
-syn keyword tl_keyword contained rsearch rslot run s-ifblk
+syn keyword tl_keyword contained macroexpand-1 macrolet major make-buf
+syn keyword tl_keyword contained make-catenated-stream make-env make-hash make-lazy-cons
+syn keyword tl_keyword contained make-lazy-struct make-like make-package make-random-state
+syn keyword tl_keyword contained make-similar-hash make-string-byte-input-stream make-string-input-stream make-string-output-stream
+syn keyword tl_keyword contained make-strlist-input-stream make-strlist-output-stream make-struct make-struct-type
+syn keyword tl_keyword contained make-sym make-time make-time-utc make-trie
+syn keyword tl_keyword contained makedev makunbound mapcar mapcar*
+syn keyword tl_keyword contained mapdo mapf maphash mappend
+syn keyword tl_keyword contained mappend* mask match-fun match-regex
+syn keyword tl_keyword contained match-regex-right match-regst match-regst-right match-str
+syn keyword tl_keyword contained match-str-tree max mboundp member
+syn keyword tl_keyword contained member-if memp memq memql
+syn keyword tl_keyword contained memqual merge meth method
+syn keyword tl_keyword contained min minor minusp mismatch
+syn keyword tl_keyword contained mkdir mknod mkstring mlet
+syn keyword tl_keyword contained mmakunbound mod multi multi-sort
+syn keyword tl_keyword contained n-choose-k n-perm-k nconc neq
+syn keyword tl_keyword contained neql nequal new nexpand-left
+syn keyword tl_keyword contained nil nilf ninth nl0
+syn keyword tl_keyword contained nl1 nldly noflsh none
+syn keyword tl_keyword contained not notf nreconc nreverse
+syn keyword tl_keyword contained nthcdr nthlast null nullify
+syn keyword tl_keyword contained num-chr num-str numberp oand
+syn keyword tl_keyword contained obtain obtain* obtain*-block obtain-block
+syn keyword tl_keyword contained ocrnl oddp ofdel ofill
+syn keyword tl_keyword contained olcuc onlcr onlret onocr
+syn keyword tl_keyword contained op open-command open-directory open-file
+syn keyword tl_keyword contained open-fileno open-files open-files* open-pipe
+syn keyword tl_keyword contained open-process open-socket open-socket-pair open-tail
+syn keyword tl_keyword contained openlog opip opost opt
+syn keyword tl_keyword contained opthelp or orf package-alist
+syn keyword tl_keyword contained package-fallback-list package-foreign-symbols package-local-symbols package-name
+syn keyword tl_keyword contained package-symbols packagep pad parenb
+syn keyword tl_keyword contained parmrk parodd partition partition*
+syn keyword tl_keyword contained partition-by path-blkdev-p path-chrdev-p path-dir-p
+syn keyword tl_keyword contained path-executable-to-me-p path-exists-p path-file-p path-mine-p
+syn keyword tl_keyword contained path-my-group-p path-newer path-older path-pipe-p
+syn keyword tl_keyword contained path-private-to-me-p path-read-writable-to-me-p path-readable-to-me-p path-same-object
+syn keyword tl_keyword contained path-setgid-p path-setuid-p path-sock-p path-sticky-p
+syn keyword tl_keyword contained path-strictly-private-to-me-p path-symlink-p path-writable-to-me-p pdec
+syn keyword tl_keyword contained pendin perm pinc pipe
+syn keyword tl_keyword contained place-form-p placelet placelet* plist-to-alist
+syn keyword tl_keyword contained plusp poll poll-err poll-in
+syn keyword tl_keyword contained poll-nval poll-out poll-pri poll-rdband
+syn keyword tl_keyword contained poll-rdhup poll-wrband pop pos
+syn keyword tl_keyword contained pos-if pos-max pos-min posq
+syn keyword tl_keyword contained posql posqual pppred ppred
+syn keyword tl_keyword contained pprinl pprint pprof pred
+syn keyword tl_keyword contained prinl print prof prog
+syn keyword tl_keyword contained prog* prog1 progn promisep
+syn keyword tl_keyword contained prop proper-list-p proper-listp pset
+syn keyword tl_keyword contained pure-rel-path-p purge-deferred-warning push pushhash
+syn keyword tl_keyword contained pushnew put-byte put-char put-line
+syn keyword tl_keyword contained put-lines put-string put-strings pwd
+syn keyword tl_keyword contained qquote qref quote r$
+syn keyword tl_keyword contained r^ r^$ raise rand
+syn keyword tl_keyword contained random random-fixnum random-state-get-vec random-state-p
+syn keyword tl_keyword contained range range* range-regex rangep
+syn keyword tl_keyword contained rassoc rassql rcomb rcons
+syn keyword tl_keyword contained read read-until-match readlink real-time-stream-p
+syn keyword tl_keyword contained record-adapter reduce-left reduce-right ref
+syn keyword tl_keyword contained refset regex-compile regex-from-trie regex-parse
+syn keyword tl_keyword contained regex-source regexp register-exception-subtypes register-tentative-def
+syn keyword tl_keyword contained regsub rehome-sym release-deferred-warnings remhash
+syn keyword tl_keyword contained remove-if remove-if* remove-path remq
+syn keyword tl_keyword contained remq* remql remql* remqual
+syn keyword tl_keyword contained remqual* rename-path repeat replace
+syn keyword tl_keyword contained replace-list replace-str replace-struct replace-vec
+syn keyword tl_keyword contained reset-struct rest ret retf
+syn keyword tl_keyword contained return return* return-from revappend
+syn keyword tl_keyword contained reverse rfind rfind-if rlcp
+syn keyword tl_keyword contained rlcp-tree rlet rmember rmember-if
+syn keyword tl_keyword contained rmemq rmemql rmemqual rmismatch
+syn keyword tl_keyword contained rotate round round-rem rperm
+syn keyword tl_keyword contained rplaca rplacd rpos rpos-if
+syn keyword tl_keyword contained rposq rposql rposqual rr
+syn keyword tl_keyword contained rra rsearch rslot rtld-deepbind
+syn keyword tl_keyword contained rtld-global rtld-lazy rtld-local rtld-nodelete
+syn keyword tl_keyword contained rtld-noload rtld-now run s-ifblk
syn keyword tl_keyword contained s-ifchr s-ifdir s-ififo s-iflnk
syn keyword tl_keyword contained s-ifmt s-ifreg s-ifsock s-irgrp
syn keyword tl_keyword contained s-iroth s-irusr s-irwxg s-irwxo
@@ -325,104 +344,105 @@ syn keyword tl_keyword contained sig-stop sig-sys sig-term sig-trap
syn keyword tl_keyword contained sig-tstp sig-ttin sig-ttou sig-urg
syn keyword tl_keyword contained sig-usr1 sig-usr2 sig-vtalrm sig-winch
syn keyword tl_keyword contained sig-xcpu sig-xfsz sign-extend sin
-syn keyword tl_keyword contained sixth size-vec slet slot
-syn keyword tl_keyword contained slotp slots slotset sock-accept
-syn keyword tl_keyword contained sock-bind sock-cloexec sock-connect sock-dgram
-syn keyword tl_keyword contained sock-family sock-listen sock-nonblock sock-peer
-syn keyword tl_keyword contained sock-recv-timeout sock-send-timeout sock-set-peer sock-shutdown
-syn keyword tl_keyword contained sock-stream sock-type some sort
-syn keyword tl_keyword contained sort-group source-loc source-loc-str span-str
-syn keyword tl_keyword contained special-operator-p special-var-p splice split
-syn keyword tl_keyword contained split* split-str split-str-set sqrt
-syn keyword tl_keyword contained sssucc ssucc starts-with stat
-syn keyword tl_keyword contained static-slot static-slot-ensure static-slot-home static-slot-p
-syn keyword tl_keyword contained static-slot-set stdlib str-in6addr str-in6addr-net
-syn keyword tl_keyword contained str-inaddr str-inaddr-net str< str<=
-syn keyword tl_keyword contained str= str> str>= stream-get-prop
-syn keyword tl_keyword contained stream-set-prop streamp string-extend string-lt
-syn keyword tl_keyword contained stringp struct-from-args struct-from-plist struct-type
-syn keyword tl_keyword contained struct-type-p structp sub sub-list
-syn keyword tl_keyword contained sub-str sub-vec subtypep succ
-syn keyword tl_keyword contained super super-method suspend swap
-syn keyword tl_keyword contained symacrolet symbol-function symbol-macro symbol-name
-syn keyword tl_keyword contained symbol-package symbol-value symbolp symlink
-syn keyword tl_keyword contained sys:*pl-env* sys:*trace-hash* sys:*trace-level* sys:abscond*
-syn keyword tl_keyword contained sys:abscond-from sys:apply sys:awk-code-move-check sys:awk-expander
-syn keyword tl_keyword contained sys:awk-fun-let sys:awk-fun-shadowing-env sys:awk-mac-let sys:awk-redir
-syn keyword tl_keyword contained sys:awk-test sys:bad-slot-syntax sys:bits sys:build-key-list
-syn keyword tl_keyword contained sys:capture-cont sys:catch sys:check-slot sys:circref
-syn keyword tl_keyword contained sys:compat sys:conv sys:conv-expand sys:conv-let
-syn keyword tl_keyword contained sys:ctx-form sys:ctx-name sys:defmeth sys:do-conv
-syn keyword tl_keyword contained sys:do-path-test sys:dvbind sys:dwim-del sys:dwim-set
-syn keyword tl_keyword contained sys:each-op sys:eval-err sys:expand sys:expand-handle
-syn keyword tl_keyword contained sys:expand-params sys:expand-with-free-refs sys:expr sys:extract-keys
-syn keyword tl_keyword contained sys:extract-keys-p sys:fbind sys:for-op sys:gc
-syn keyword tl_keyword contained sys:gc-set-delta sys:get-fun-getter-setter sys:get-mb sys:get-vb
-syn keyword tl_keyword contained sys:handle-bad-syntax sys:if-to-cond sys:in6addr-condensed-text sys:l1-setq
-syn keyword tl_keyword contained sys:l1-val sys:lbind sys:lisp1-setq sys:lisp1-value
-syn keyword tl_keyword contained sys:list-builder-flets sys:loc sys:make-struct-lit sys:make-struct-type
-syn keyword tl_keyword contained sys:mark-special sys:name-str sys:obtain-impl sys:opt-dash
-syn keyword tl_keyword contained sys:opt-err sys:path-access sys:path-examine sys:path-test
-syn keyword tl_keyword contained sys:path-test-mode sys:pl-expand sys:placelet-1 sys:propagate-ancestor
-syn keyword tl_keyword contained sys:prune-missing-inits sys:qquote sys:quasi sys:quasilist
-syn keyword tl_keyword contained sys:r-s-let-expander sys:reg-expand-nongreedy sys:reg-optimize sys:register-simple-accessor
-syn keyword tl_keyword contained sys:rplaca sys:rplacd sys:rslotset sys:set-hash-rec-limit
-syn keyword tl_keyword contained sys:set-hash-str-limit sys:set-macro-ancestor sys:setq sys:setqf
-syn keyword tl_keyword contained sys:slot-types sys:splice sys:static-slot-types sys:str-inaddr-net-impl
-syn keyword tl_keyword contained sys:struct-lit sys:switch sys:sym-clobber-expander sys:sym-delete-expander
-syn keyword tl_keyword contained sys:sym-update-expander sys:top-fb sys:top-mb sys:top-vb
-syn keyword tl_keyword contained sys:trace sys:trace-canonicalize-name sys:trace-enter sys:trace-leave
-syn keyword tl_keyword contained sys:trace-redefine-check sys:unquote sys:untrace sys:var
-syn keyword tl_keyword contained sys:wdwrap sys:with-dyn-rebinds syslog system-package
-syn keyword tl_keyword contained t tab0 tab1 tab2
-syn keyword tl_keyword contained tab3 tabdly tagbody take
-syn keyword tl_keyword contained take-until take-while tan tb
-syn keyword tl_keyword contained tc tcdrain tcflow tcflush
-syn keyword tl_keyword contained tcgetattr tciflush tcioff tcioflush
-syn keyword tl_keyword contained tcion tcoflush tcooff tcoon
-syn keyword tl_keyword contained tcsadrain tcsaflush tcsanow tcsendbreak
-syn keyword tl_keyword contained tcsetattr tentative-def-exists tenth test-clear
-syn keyword tl_keyword contained test-clear-dirty test-dec test-dirty test-inc
-syn keyword tl_keyword contained test-set test-set-indent-mode tf third
-syn keyword tl_keyword contained throw throwf time time-fields-local
-syn keyword tl_keyword contained time-fields-utc time-parse time-parse-local time-parse-utc
-syn keyword tl_keyword contained time-string-local time-string-utc time-struct-local time-struct-utc
-syn keyword tl_keyword contained time-usec to tofloat tofloatz
-syn keyword tl_keyword contained toint tointz tok-str tok-where
-syn keyword tl_keyword contained tostop tostring tostringp tprint
-syn keyword tl_keyword contained trace transpose tree-bind tree-case
-syn keyword tl_keyword contained tree-find trie-add trie-compress trie-lookup-begin
-syn keyword tl_keyword contained trie-lookup-feed-char trie-value-at trim-str true
-syn keyword tl_keyword contained trunc trunc-rem truncate-stream tuples
-syn keyword tl_keyword contained txr-case txr-case-impl txr-if txr-path
-syn keyword tl_keyword contained txr-sym txr-version txr-when typecase
-syn keyword tl_keyword contained typeof typep umask umeth
-syn keyword tl_keyword contained umethod uname unget-byte unget-char
-syn keyword tl_keyword contained unintern uniq unique unless
-syn keyword tl_keyword contained unquote unsetenv until until*
-syn keyword tl_keyword contained untrace unuse-package unuse-sym unwind-protect
-syn keyword tl_keyword contained upcase-str upd update uref
-syn keyword tl_keyword contained url-decode url-encode use use-package
-syn keyword tl_keyword contained use-sym user-package usl usleep
-syn keyword tl_keyword contained uslot vdiscard vec vec-list
-syn keyword tl_keyword contained vec-push vec-set-length vecref vector
-syn keyword tl_keyword contained vector-list vectorp veof veol
-syn keyword tl_keyword contained veol2 verase vintr vkill
-syn keyword tl_keyword contained vlnext vmin vquit vreprint
-syn keyword tl_keyword contained vstart vstop vsusp vswtc
-syn keyword tl_keyword contained vt0 vt1 vtdly vtime
-syn keyword tl_keyword contained vwerase w-continued w-coredump w-exitstatus
-syn keyword tl_keyword contained w-ifcontinued w-ifexited w-ifsignaled w-ifstopped
-syn keyword tl_keyword contained w-nohang w-stopsig w-termsig w-untraced
-syn keyword tl_keyword contained wait weave when whena
-syn keyword tl_keyword contained whenlet where while while*
-syn keyword tl_keyword contained whilet width width-check window-map
-syn keyword tl_keyword contained window-mappend with-clobber-expander with-delete-expander with-gensyms
-syn keyword tl_keyword contained with-hash-iter with-in-string-byte-stream with-in-string-stream with-objects
-syn keyword tl_keyword contained with-out-string-stream with-out-strlist-stream with-resources with-slots
-syn keyword tl_keyword contained with-stream with-update-expander wrap wrap*
-syn keyword tl_keyword contained xcase yield yield-from zap
-syn keyword tl_keyword contained zerop zip
+syn keyword tl_keyword contained sixth size-vec sizeof slet
+syn keyword tl_keyword contained slot slotp slots slotset
+syn keyword tl_keyword contained sock-accept sock-bind sock-cloexec sock-connect
+syn keyword tl_keyword contained sock-dgram sock-family sock-listen sock-nonblock
+syn keyword tl_keyword contained sock-peer sock-recv-timeout sock-send-timeout sock-set-peer
+syn keyword tl_keyword contained sock-shutdown sock-stream sock-type some
+syn keyword tl_keyword contained sort sort-group source-loc source-loc-str
+syn keyword tl_keyword contained span-str special-operator-p special-var-p splice
+syn keyword tl_keyword contained split split* split-str split-str-set
+syn keyword tl_keyword contained sqrt sssucc ssucc starts-with
+syn keyword tl_keyword contained stat static-slot static-slot-ensure static-slot-home
+syn keyword tl_keyword contained static-slot-p static-slot-set stdlib str-in6addr
+syn keyword tl_keyword contained str-in6addr-net str-inaddr str-inaddr-net str<
+syn keyword tl_keyword contained str<= str= str> str>=
+syn keyword tl_keyword contained stream-get-prop stream-set-prop streamp string-extend
+syn keyword tl_keyword contained string-lt stringp struct-from-args struct-from-plist
+syn keyword tl_keyword contained struct-type struct-type-p structp sub
+syn keyword tl_keyword contained sub-list sub-str sub-vec subtypep
+syn keyword tl_keyword contained succ super super-method suspend
+syn keyword tl_keyword contained swap symacrolet symbol-function symbol-macro
+syn keyword tl_keyword contained symbol-name symbol-package symbol-value symbolp
+syn keyword tl_keyword contained symlink sys:*pl-env* sys:*trace-hash* sys:*trace-level*
+syn keyword tl_keyword contained sys:abscond* sys:abscond-from sys:analyze-argtypes sys:apply
+syn keyword tl_keyword contained sys:awk-code-move-check sys:awk-expander sys:awk-fun-let sys:awk-fun-shadowing-env
+syn keyword tl_keyword contained sys:awk-mac-let sys:awk-redir sys:awk-test sys:bad-slot-syntax
+syn keyword tl_keyword contained sys:bits sys:build-key-list sys:capture-cont sys:catch
+syn keyword tl_keyword contained sys:check-slot sys:check-struct sys:circref sys:compat
+syn keyword tl_keyword contained sys:conv sys:conv-expand sys:conv-let sys:ctx-form
+syn keyword tl_keyword contained sys:ctx-name sys:deffi-cb-expander sys:defmeth sys:dlib-expr
+syn keyword tl_keyword contained sys:do-conv sys:do-path-test sys:dvbind sys:dwim-del
+syn keyword tl_keyword contained sys:dwim-set sys:each-op sys:eval-err sys:expand
+syn keyword tl_keyword contained sys:expand-handle sys:expand-params sys:expand-with-free-refs sys:expr
+syn keyword tl_keyword contained sys:extract-keys sys:extract-keys-p sys:fbind sys:for-op
+syn keyword tl_keyword contained sys:gc sys:gc-set-delta sys:get-fun-getter-setter sys:get-mb
+syn keyword tl_keyword contained sys:get-vb sys:handle-bad-syntax sys:if-to-cond sys:in6addr-condensed-text
+syn keyword tl_keyword contained sys:l1-setq sys:l1-val sys:lbind sys:lisp1-setq
+syn keyword tl_keyword contained sys:lisp1-value sys:list-builder-flets sys:loc sys:make-struct-lit
+syn keyword tl_keyword contained sys:make-struct-type sys:mark-special sys:name-str sys:obtain-impl
+syn keyword tl_keyword contained sys:opt-dash sys:opt-err sys:path-access sys:path-examine
+syn keyword tl_keyword contained sys:path-test sys:path-test-mode sys:pl-expand sys:placelet-1
+syn keyword tl_keyword contained sys:propagate-ancestor sys:prune-missing-inits sys:qquote sys:quasi
+syn keyword tl_keyword contained sys:quasilist sys:r-s-let-expander sys:reg-expand-nongreedy sys:reg-optimize
+syn keyword tl_keyword contained sys:register-simple-accessor sys:rplaca sys:rplacd sys:rslotset
+syn keyword tl_keyword contained sys:set-hash-rec-limit sys:set-hash-str-limit sys:set-macro-ancestor sys:setq
+syn keyword tl_keyword contained sys:setqf sys:slot-types sys:splice sys:static-slot-types
+syn keyword tl_keyword contained sys:str-inaddr-net-impl sys:struct-lit sys:switch sys:sym-clobber-expander
+syn keyword tl_keyword contained sys:sym-delete-expander sys:sym-update-expander sys:top-fb sys:top-mb
+syn keyword tl_keyword contained sys:top-vb sys:trace sys:trace-canonicalize-name sys:trace-enter
+syn keyword tl_keyword contained sys:trace-leave sys:trace-redefine-check sys:unquote sys:untrace
+syn keyword tl_keyword contained sys:var sys:wdwrap sys:with-dyn-rebinds syslog
+syn keyword tl_keyword contained system-package t tab0 tab1
+syn keyword tl_keyword contained tab2 tab3 tabdly tagbody
+syn keyword tl_keyword contained take take-until take-while tan
+syn keyword tl_keyword contained tb tc tcdrain tcflow
+syn keyword tl_keyword contained tcflush tcgetattr tciflush tcioff
+syn keyword tl_keyword contained tcioflush tcion tcoflush tcooff
+syn keyword tl_keyword contained tcoon tcsadrain tcsaflush tcsanow
+syn keyword tl_keyword contained tcsendbreak tcsetattr tentative-def-exists tenth
+syn keyword tl_keyword contained test-clear test-clear-dirty test-dec test-dirty
+syn keyword tl_keyword contained test-inc test-set test-set-indent-mode tf
+syn keyword tl_keyword contained third throw throwf time
+syn keyword tl_keyword contained time-fields-local time-fields-utc time-parse time-parse-local
+syn keyword tl_keyword contained time-parse-utc time-string-local time-string-utc time-struct-local
+syn keyword tl_keyword contained time-struct-utc time-usec to tofloat
+syn keyword tl_keyword contained tofloatz toint tointz tok-str
+syn keyword tl_keyword contained tok-where tostop tostring tostringp
+syn keyword tl_keyword contained tprint trace transpose tree-bind
+syn keyword tl_keyword contained tree-case tree-find trie-add trie-compress
+syn keyword tl_keyword contained trie-lookup-begin trie-lookup-feed-char trie-value-at trim-str
+syn keyword tl_keyword contained true trunc trunc-rem truncate-stream
+syn keyword tl_keyword contained tuples txr-case txr-case-impl txr-if
+syn keyword tl_keyword contained txr-path txr-sym txr-version txr-when
+syn keyword tl_keyword contained typecase typeof typep umask
+syn keyword tl_keyword contained umeth umethod uname unget-byte
+syn keyword tl_keyword contained unget-char unintern uniq unique
+syn keyword tl_keyword contained unless unquote unsetenv until
+syn keyword tl_keyword contained until* untrace unuse-package unuse-sym
+syn keyword tl_keyword contained unwind-protect upcase-str upd update
+syn keyword tl_keyword contained uref url-decode url-encode use
+syn keyword tl_keyword contained use-package use-sym user-package usl
+syn keyword tl_keyword contained usleep uslot vdiscard vec
+syn keyword tl_keyword contained vec-list vec-push vec-set-length vecref
+syn keyword tl_keyword contained vector vector-list vectorp veof
+syn keyword tl_keyword contained veol veol2 verase vintr
+syn keyword tl_keyword contained vkill vlnext vmin vquit
+syn keyword tl_keyword contained vreprint vstart vstop vsusp
+syn keyword tl_keyword contained vswtc vt0 vt1 vtdly
+syn keyword tl_keyword contained vtime vwerase w-continued w-coredump
+syn keyword tl_keyword contained w-exitstatus w-ifcontinued w-ifexited w-ifsignaled
+syn keyword tl_keyword contained w-ifstopped w-nohang w-stopsig w-termsig
+syn keyword tl_keyword contained w-untraced wait weave when
+syn keyword tl_keyword contained whena whenlet where while
+syn keyword tl_keyword contained while* whilet width width-check
+syn keyword tl_keyword contained window-map window-mappend with-clobber-expander with-delete-expander
+syn keyword tl_keyword contained with-dyn-lib with-gensyms with-hash-iter with-in-string-byte-stream
+syn keyword tl_keyword contained with-in-string-stream with-objects with-out-string-stream with-out-strlist-stream
+syn keyword tl_keyword contained with-resources with-slots with-stream with-update-expander
+syn keyword tl_keyword contained wrap wrap* xcase yield
+syn keyword tl_keyword contained yield-from zap zerop zip
syn keyword txr_keyword contained accept all and assert
syn keyword txr_keyword contained bind block call cases
@@ -551,4 +571,4 @@ hi def link txr_ign_bkt Comment
let b:current_syntax = "lisp"
-set lispwords=ado,alet,ap,append-each,append-each*,aret,awk,block,block*,build,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,collect-each,collect-each*,compare-swap,cond,conda,condlet,dec,defex,define-accessor,define-modify-macro,define-param-expander,define-place-macro,defmacro,defmeth,defpackage,defparm,defparml,defplace,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,dotimes,each,each*,equot,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,let,let*,lset,mac-param-bind,macro-time,macrolet,mlet,obtain,obtain*,obtain*-block,obtain-block,op,pdec,pinc,placelet,placelet*,pop,pprof,prof,prog,prog*,prog1,progn,push,pushnew,ret,return,return-from,rlet,rslot,slet,splice,suspend,symacrolet,sys:abscond-from,sys:awk-fun-let,sys:awk-mac-let,sys:awk-redir,sys:catch,sys:conv,sys:dvbind,sys:each-op,sys:expr,sys:fbind,sys:for-op,sys:l1-val,sys:lbind,sys:lisp1-value,sys:path-examine,sys:path-test,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:unquote,sys:var,sys:with-dyn-rebinds,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-case-impl,txr-if,txr-when,typecase,unless,unquote,until,until*,untrace,unwind-protect,upd,uref,when,whena,whenlet,while,while*,whilet,with-clobber-expander,with-delete-expander,with-gensyms,with-hash-iter,with-in-string-byte-stream,with-in-string-stream,with-objects,with-out-string-stream,with-out-strlist-stream,with-resources,with-slots,with-stream,with-update-expander,yield,yield-from,zap,:method,:function,:init,:postinit,:fini
+set lispwords=ado,alet,ap,append-each,append-each*,aret,awk,block,block*,build,caseq,caseq*,caseql,caseql*,casequal,casequal*,catch,catch*,collect-each,collect-each*,compare-swap,cond,conda,condlet,dec,defex,deffi,deffi-cb,deffi-cb-unsafe,deffi-type,define-accessor,define-modify-macro,define-param-expander,define-place-macro,defmacro,defmeth,defpackage,defparm,defparml,defplace,defstruct,defsymacro,defun,defvar,defvarl,del,delay,do,dohash,dotimes,each,each*,equot,flet,flip,for,for*,fun,gen,go,gun,handle,handle*,handler-bind,ido,if,ifa,iflet,ignerr,ignwarn,in-package,ip,labels,lambda,lcons,let,let*,lset,mac-param-bind,macro-time,macrolet,mlet,obtain,obtain*,obtain*-block,obtain-block,op,pdec,pinc,placelet,placelet*,pop,pprof,prof,prog,prog*,prog1,progn,push,pushnew,ret,return,return-from,rlet,rslot,sizeof,slet,splice,suspend,symacrolet,sys:abscond-from,sys:awk-fun-let,sys:awk-mac-let,sys:awk-redir,sys:catch,sys:conv,sys:dlib-expr,sys:dvbind,sys:each-op,sys:expr,sys:fbind,sys:for-op,sys:l1-val,sys:lbind,sys:lisp1-value,sys:path-examine,sys:path-test,sys:placelet-1,sys:splice,sys:struct-lit,sys:switch,sys:unquote,sys:var,sys:with-dyn-rebinds,tagbody,tb,tc,test-clear,test-dec,test-inc,test-set,trace,tree-bind,tree-case,txr-case,txr-case-impl,txr-if,txr-when,typecase,unless,unquote,until,until*,untrace,unwind-protect,upd,uref,when,whena,whenlet,while,while*,whilet,with-clobber-expander,with-delete-expander,with-dyn-lib,with-gensyms,with-hash-iter,with-in-string-byte-stream,with-in-string-stream,with-objects,with-out-string-stream,with-out-strlist-stream,with-resources,with-slots,with-stream,with-update-expander,yield,yield-from,zap,:method,:function,:init,:postinit,:fini