whitemuu
whitemuu
> 后面有时间研究以下哈。不过我觉得在 emacs 中完全可以通过录制宏的方式来实现类似功能。 宏可以录制翻译一段的动作,然后手动重复下去,但因为翻译动作是异步的,没法批量操作。 我的需求是翻译电影字幕,有几百个段落,这就不太现实了。 ~~有没有办法在 texter 和 render 共享值呢,这样就可以在执行 texter 时储存位置,在 render 被调用时在原位置插入翻译。~~ 试过了不行,相对位置会变化。
There exists `org-sticky-header-outline-path-reversed-separator`
``` (add-hook 'isearch-mode-hook (lambda (&rest _) (evil-put-property 'evil-state-properties 'normal :input-method t))) (add-hook 'isearch-mode-end-hook (lambda (&rest _) (when current-input-method (toggle-input-method)) (evil-put-property 'evil-state-properties 'normal :input-method nil))) ```
这个旋钮有点惊艳,要是能做在空格处的侧面就更好了,类似老式录音机那种只露出一部分的旋钮。样子没这种骚但绝对更实用。