tumashu

Results 47 issues of tumashu

``` (liberime-get-schema-config nil "speller/auto_select" "bool") (liberime-set-schema-config nil "speller/auto_select" true "bool") ``` ``` feng@debian:~/emacs/emacs-gtk/bin$ ./emacs Fatal error 11: Segmentation fault Backtrace: ./emacs(+0x137987)[0x5634191aa987] ./emacs(+0x425d3)[0x5634190b55d3] ./emacs(+0x42a10)[0x5634190b5a10] ./emacs(+0x136308)[0x5634191a9308] ./emacs(+0x136389)[0x5634191a9389] /lib/x86_64-linux-gnu/libpthread.so.0(+0x12730)[0x7fc7dc0e1730] /home/feng/projects/emacs-packages/liberime/build/liberime-core.so(+0x2e6f)[0x7fc7d42f4e6f] ./emacs(+0x1bcb6a)[0x56341922fb6a] ./emacs(+0x194910)[0x563419207910] ./emacs(+0x194beb)[0x563419207beb]...

``` (defun burly--frameset-restore (urlobj) "Restore FRAMESET according to URLOBJ." (pcase-let* ((`(,_ . ,query-string) (url-path-and-query urlobj)) (frameset (read (url-unhex-string query-string))) (frameset-filter-alist (append burly-frameset-filter-alist frameset-filter-alist))) ;; Restore buffers. (Apparently `cl-loop''s in-ref doesn't...

bug

* burly.el (burly-default-buffer): New variable. (burly--bufferize-window-state): use `burly-default-buffer'.

``` Debugger entered--Lisp error: (wrong-type-argument stringp nil) get-buffer(nil) window--state-put-2(nil 818) window-state-put((((min-height . 20) (min-width . 60) (min-height-ignore . 4) (min-width-ignore . 4) (min-height-safe . 2) (min-width-safe . 2) (min-pixel-height ....

bug

User can open these org file to test

你好,叶同学,我想了解一下 eim 的开发历史,是你单独开发的,还有有其它合作者,因为 pyim 最初从 eim 里面继承了许多代码,我有心思将 pyim 提交到 GNU elpa

1. 只维护源码表,不要把从源码表合并汇总得到的码表也放上来,格式转换的工作是输入法开发者的工作。 2. 对这个输入法来说,拼音码似乎没什么用处,可以删除吧?

cl-lib will be the future of common lisp in emacs, suggest switch to it

``` Error (bytecomp): Cannot open load file: No such file or directory, howm Warning (bytecomp): reference to free variable ‘zone-map’ Warning (bytecomp): call-process-shell-command called with 5 arguments, but accepts only...