mapping.to_ispell();
else {
print_error(_("Invalid keymapping: %s"), m);
remove_file(new_name);
exit(-1);
}
= new_aspell_speller(reinterpret_cast<AspellConfig *>(options.get()));
if (aspell_error(ret)) {
print_error(aspell_error_message(ret));
exit(1);
has_repl_ = false;
checker_.reset(new_document_checker(reinterpret_cast<Speller *>(speller)));
checker_->process(cur_line_->real.data(), cur_line_->real.size());
if (cur_line_->real.size()) {
CheckerString::~CheckerString()