branch: externals/dict-tree commit d86829b45757e4cb8253fd12e5562e5decaedcfe Author: Toby Cubitt <toby-predict...@dr-qubit.org> Commit: tsc25 <toby-predict...@dr-qubit.org>
Fixed bugs in predictive's auto-learn and which dict mode features. --- dict-tree.el | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dict-tree.el b/dict-tree.el index c618632..cdc273f 100644 --- a/dict-tree.el +++ b/dict-tree.el @@ -5,7 +5,7 @@ ;; Copyright (C) 2004-2006 Toby Cubitt ;; Author: Toby Cubitt <toby-predict...@dr-qubit.org> -;; Version: 0.10.1 +;; Version: 0.10.2 ;; Keywords: dictionary, tree ;; URL: http://www.dr-qubit.org/emacs.php @@ -54,6 +54,9 @@ ;;; Change log: ;; +;; Version 0.10.2 +;; * very minor changes to text of some messages +;; ;; Version 0.10.1 ;; * added optional DICTLIST argument to `read-dict', to allow completion from ;; a restricted set of dictionaries @@ -1609,8 +1612,9 @@ Use `dictree-write' to save to a different file." ;; if dictionary has no associated file, prompt for one (unless (and filename (> (length filename) 0)) (setq filename - (read-file-name (format "Save %s to file: " - (dictree--name dict)))) + (read-file-name + (format "Save %s to file (leave blank to NOT save): " + (dictree--name dict)))) (dictree--set-filename dict filename)) ;; if filename is blank, don't save