tumashu

Results 47 issues of tumashu

``` (defun cfw:render-toolbar (width current-view prev-cmd next-cmd) "[internal] Return a text of the toolbar. WIDTH is width of the toolbar. CURRENT-VIEW is a symbol of the current view type. This...

I use 'includeprog icewm-menu-fdo --no-sep-others --seps --no-sub-cats -t x-terminal-emulator', but some menu section can not be translated to Chinese properly, for example: Audio, AudioVideo,Newwork,Utility, Video, I have checked zh_CN.po file,...

bug

NixOS 或者 GUIX 这两种 linux 发行版比较特殊,没有固定的 /usr/share/rime-data 目录,所以需要 ibus-rime 运行时,从环境变量来获取一个目录,目前我了解 GUIX 编译 ibus-rime 的时候,将 IBUS_RIME_SHARED_DATA_DIR 绑定到 rime-data 包的安装路径,比如: ``` /gnu/store/b3f1s6nnj1rg7szcmb3n3y194ayhfgja-rime-data-0.38.20210802/share/rime-data ``` 这样导致很难支持其他 rime schema 包,因为其它包不能将文件安装到 rime-data 包的目录。

do we have exwm-enabled-p or something?

Just like: https://stackoverflow.com/questions/31154128/set-specific-app-to-ignore-optimization-by-code-in-android-m/32150246#32150246 I have try to code this feature, but fail for my poor android and kotlin skill :-\

Hello, I use the below config. ``` root:1 ``` when I click left border, root:1 menu's position is not correct. for example "Logout" menu item will only show "ogout"

``` Debugger entered--Lisp error: (void-variable lentic-init-functions) add-to-list(lentic-init-functions lentic-python-script-init) lentic-script-hook(python-mode-hook lentic-python-script-init) eval-buffer(# nil "/home/feng/.emacs.d/elpa/lentic-20160701.1549/lentic-autoloads.el" nil t) ; Reading at buffer position 8645 load-with-code-conversion("/home/feng/.emacs.d/elpa/lentic-20160701.1549/lentic-autoloads.el" "/home/feng/.emacs.d/elpa/lentic-20160701.1549/lentic-autoloads.el" nil t) load("/home/feng/.emacs.d/elpa/lentic-20160701.1549/lentic-autoloads" nil t) package--activate-autoloads-and-load-path([cl-struct-package-desc lentic...

``` (defun lentic-doc-orgify-if-necessary (file) (let* ((target (concat (file-name-sans-extension file) ".org")) (locked (or (file-locked-p file) (file-locked-p target))) (open (or (get-file-buffer file) (get-file-buffer target)))) (unless (or locked open) (when (file-newer-than-file-p file target)...

I think we can use org-publish in lentic, which can recursive generate html, the below is my example code: ``` https://github.com/tumashu/chinese-pyim/blob/master/chinese-pyim-devtools.el ```