contrib/gadict.el
changeset 1236 866c6174d2de
parent 1182 0ef4b4264a1a
child 1238 310253d08e04
equal deleted inserted replaced
1235:59461ca3b1a0 1236:866c6174d2de
   333 (defun gadict-insert-template-in-order (headword)
   333 (defun gadict-insert-template-in-order (headword)
   334   "Insert new article template with respect of headword order."
   334   "Insert new article template with respect of headword order."
   335   (interactive (list (read-string "Headword: ")))
   335   (interactive (list (read-string "Headword: ")))
   336   (unless (gadict-search-floor headword)
   336   (unless (gadict-search-floor headword)
   337     (gadict-insert-template headword))
   337     (gadict-insert-template headword))
       
   338   (activate-input-method nil)
   338   (recenter))
   339   (recenter))
   339 
   340 
   340 (defun gadict--find-headword-end ()
   341 (defun gadict--find-headword-end ()
   341   (save-excursion
   342   (save-excursion
   342     (end-of-line)
   343     (end-of-line)