gpt4 book ai didi

emacs - 这是一个错误吗? : ad-handle-definition: `mime-display-message' got redefined

转载 作者:行者123 更新时间:2023-12-02 05:00:26 24 4
gpt4 key购买 nike

这是一条错误消息吗?如果是,我应该关注追查根本原因吗?

ad-handle-definition: `mime-display-message' got redefined

我在 Google 搜索中没有看到任何类似的问题报告。我在 OSX 开发人员构建 post-24.3/pre-24.4 上运行 Wanderlust for Emacs。

谢谢。

最佳答案

。 . ./semi/site-lisp/semi/mime-view.el 包含一个名为 mime-display-message 的函数——这个函数在 中被重新定义。 . ./share/emacs/site-lisp/w3m/mime-w3m.el.

(let (current-load-list)
(defadvice mime-display-message
(after add-emacs-w3m-functions-to-pre/post-command-hook activate compile)
"Advised by emacs-w3m.
Add some emacs-w3m utility functions to pre/post-command-hook."
(when (featurep 'w3m)
(w3m-make-local-hook 'pre-command-hook)
(w3m-make-local-hook 'post-command-hook)
(add-hook 'pre-command-hook 'w3m-store-current-position nil t)
(add-hook 'post-command-hook 'mime-w3m-check-current-position nil t))))

关于emacs - 这是一个错误吗? : ad-handle-definition: `mime-display-message' got redefined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16822751/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com