bugEmacs Paced - Bugs: bug #54704, Help wanted. paced - populated...

 
 

bug #54704: Help wanted. paced - populated Dictionary not saved

Submitter:  None
Submitted:  Fri 21 Sep 2018 12:29:15 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  In Progress
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 21 Sep 2018 12:29:15 PM UTC, original submission:  

i managed to install and configure the paced package. My system is Emacs "GNU Emacs 26.1 (build 1, x86_64-w64-mingw32) of 2018-05-29" on Windows 8.1 64. Unfortunately the paced dictionary is not saved after repopulated. I don't know why. Does anybody here successfully use the package?

My config:
;; paced-mode
(require 'paced)
;; Activate paced
(global-paced-mode)
;; Load paced dictionaries
(setq paced-dictionary-directory "~/.emacs.d/paced-dictionaries/")
(paced-load-all-dictionaries)
;; Save paced dictionaries after repopulating them
(setq paced-repopulate-saves-dictionary t)
;; ;; Load async paced settings
(setq paced-async-load-file "~/.emacs.d/paced-async-mein.el")
;;(load "paced-async.el")
;; Enable Default dictionary in Org, markdown, and text modes
(setq paced-global-dictionary-enable-alist '((t . "Default")))
;;(setq paced-global-dictionary-enable-alist '((my-paced-files-check-p .
"Default")))
(setq paced-throw-error-on-no-current nil)
;; Repopulate the current dictionary after saving
(add-hook 'after-save-hook 'paced-repopulate-current-dictionary-async)
(define-advice ispell-pdict-save (:after (&optional _no-query _force-save)
paced-populate)
;; Repopulate the current dictionary after running spell check
(paced-repopulate-current-dictionary-async))
;; In Org-mode capf auf M-# setzen, da TAB Sonderfunktionen besitzt.
(global-set-key (kbd "M-#") 'completion-at-point)

Generator : (lambda nil org-agenda-files
Sort Method : paced--default-dictionary-sort-fun
The exclude function from the website is not working correct, because if activated then no words are inside the dictionary. After check a buffer the command paced-print-current-dictionary shows words. But after save and close buffer the dictionary is empty. Strange.

Regards Poul

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by skolar42 (Updated the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-11-11 skolar42 StatusNone In Progress

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code