Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] emacs-rime 好像没有自动更新词频 #216

Open
nesteiner opened this issue May 14, 2023 · 3 comments
Open

[BUG] emacs-rime 好像没有自动更新词频 #216

nesteiner opened this issue May 14, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@nesteiner
Copy link

nesteiner commented May 14, 2023

问题描述

我对比了下 fcitx5 下输入词语和 emacs-rime下输入词语
这是 fcitx5 下的
IMG_20230514_212300

这是 emacs-rime 下的
image

我已经事先使用了 rime-deploy 命令
另外我的 librime 是最新的
Emacs中的配置

(use-package rime
  :ensure t
  :config
  (setq rime-show-candidate 'minibuffer
	rime-user-data-dir  "/home/steiner/.local/share/fcitx5/rime"
	rime-translate-keybindings '("C-f" "C-b" "C-n" "C-p" "C-g" "<left>" "<right>" "<up>" "<down>" "<prior>" "<next>" "<delete>"))
  :custom
  (default-input-method "rime"))

(provide 'init-rime)

复现方式(安装遇到问题时省略)

复现问题所需的操作

是否可在 emacs -Q 中复现

截图
image

环境信息

  • 操作系统:如 ArchLinux

  • Emacs版本:GNU Emacs 30.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.37, cairo version 1.17.8) of 2023-05-14

  • Librime版本:1.8.5-3

  • Librime安装方式:包管理器

  • 安装方式:pacman

另外我用的rime仓库是这个 https://github.com/ssnhd/rime.git
我可以确定 fcitx5 用的 rime 数据目录与 emacs-rime 使用的数据目录是一致的
image

@nesteiner nesteiner added the bug Something isn't working label May 14, 2023
@nesteiner
Copy link
Author

简单的说吧,我发现在 fcitx5 下打字的时候常用词语的显示顺序会提前,而相同配制的emacs-rime却不会,不知道是怎么回事,请狗哥帮忙看一看

@moxianhs
Copy link

我之前也有这个问题,然后仔细阅读了文档,里面说:

不建议 emacs-rimefcitx-rime 共用用户数据目录 。 以地球拼音方案在 fcitx-rime 与 emacs-rime 中使用为例,若设置

(setq rime-user-data-dir "~/.config/fcitx/rime/")
,则在 emacs-rime 初次部署后,将会生成新的 terra_pinyin.userdb/ 文件夹,原有 fcitx-rime 使用记录将会被移动到 terra_pinyin.userdb.old/ ,此时新的 terra_pinyin.userdb.txt 中词频为空。

于是我把 emacs-rime 和 fcitx 的配置文件分开了,就能正常处理词频了。

然后出了新的问题就是,同步开始变得麻烦了不少……

@nesteiner
Copy link
Author

那该怎么同步呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants