# HG changeset patch # User Oleksandr Gavenko # Date 1599948410 -10800 # Node ID 866c6174d2dede38973fba9b5b1cacc9c386ca99 # Parent 59461ca3b1a0391faa29569674f86d884ac38684 Switch from any national input methods to English when entering new article. diff -r 59461ca3b1a0 -r 866c6174d2de contrib/gadict.el --- a/contrib/gadict.el Sat Sep 12 16:58:07 2020 +0300 +++ b/contrib/gadict.el Sun Sep 13 01:06:50 2020 +0300 @@ -335,6 +335,7 @@ (interactive (list (read-string "Headword: "))) (unless (gadict-search-floor headword) (gadict-insert-template headword)) + (activate-input-method nil) (recenter)) (defun gadict--find-headword-end ()