Package: dictem
Version: 0.8-1

With "C-x dictem-run RET" get in *Message*:

call-interactively: Wrong number of arguments: (lambda (search-fun &optional database query strategy) "Creates new *dictem* buffer and run search-fun" (interactive) (let ((ex_status -1)) (defun dictem-local-run-functions (funs database query strategy) (cond ((functionp funs) (let ((ex_st (funcall funs database query strategy))) (if (/= ex_status 0) (setq ex_status ex_st)))) ((and (consp funs) (functionp (car funs))) (dictem-local-run-functions (car funs) database query strategy) (dictem-local-run-functions (cdr funs) database query strategy)) ((null funs) nil) (t (error "wrong argument type"))) ex_status) (let ((coding-system nil)) (if (and (functionp (quote coding-system-list)) (member (quote utf-8) (coding-system-list))) (setq coding-system (quote utf-8))) (let ((selected-window (frame-selected-window)) (coding-system-for-read coding-system) (coding-system-for-write coding-system) (server dictem-server) (port dictem-port) (dbs dictem-database-alist) (strats dictem-strategy-alist) (user-dbs dictem-user-databases-alist) (user-only dictem-use-user-databases-only) (use-existing-buf dictem-use-existing-buffer) ...) (if dictem-use-existing-buffer (dictem-ensure-buffer) (dictem)) (setq dict-buf (buffer-name)) (make-local-variable (quote dictem-default-strategy)) (make-local-variable (quote dictem-default-database)) (make-local-variable (quote case-replace)) (make-local-variable (quote case-fold-search)) (set (make-local-variable (quote dictem-server)) server) (set (make-local-variable (quote dictem-port)) port) ...)))), 0

--
Best regards!




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to