tumashu

Results 47 issues of tumashu

An example configure: ``` (defun eh-org-brain-remove-nickname (entry nickname) (interactive (let ((e (org-brain-entry-at-pt))) (list e (completing-read "Nickname: " (if (org-brain-filep e) (ignore-errors (cdr (assoc "NICKNAMES" (org-brain-keywords e)))) (org-entry-get-multivalued-property (org-brain-entry-marker e) "NICKNAMES"))))))...

feature

For example: ``` (defun eh-org-brain-entry-nicknames (entry) (let ((lst (if (org-brain-filep entry) (ignore-errors (cdr (assoc "NICKNAMES" (org-brain-keywords entry)))) (org-entry-get-multivalued-property (org-brain-entry-marker entry) "NICKNAMES")))) (when lst (format "(%s)" (mapconcat #'identity lst "|"))))) (push...

feature

Is it possible include this feature to org-brain? ``` (defun org-brain-goto (&optional entry goto-file-func) "Goto buffer and position of org-brain ENTRY. If ENTRY isn't specified, ask for the ENTRY. Unless...

feature

In my opinion, company-childframe has been stable enough for common use, do you think merge it to company or build it as a independent melpa package?

For example: ``` (defun ivy-org-ql-agenda-files () (interactive) (let ((files (org-agenda-files))) (ivy-read "Query: " #'(lambda (input) (let ((query (org-ql--plain-query input))) (when query (ignore-errors (org-ql-select files query :action (lambda () (propertize (org-get-heading...

enhancement
help wanted
discussion

以全拼为例,假如我输入 "nihaoma", 第一次选择“你好”之后, 我需要提取出剩下的 "ma", 有没有相关的接口, 我目前使用 preeidt 提取,感觉不太可靠,不适用于双拼等输入法。

pyim 已经成为 GNU elpa 包,因为 pyim 里面包含调用 liberime 的语句,所以我有建议将 liberime 也提交到 GNU elpa @merrickluo @ahxxm @kopinions @shuxiao9058 各位同学对这个建议有什么看法?

``` ./emacs/emacs-gtk/bin/emacs F0503 17:01:29.300803 20755 utilities.cc:322] Check failed: !IsGoogleLoggingInitialized() You called InitGoogleLogging() twice! *** Check failure stack trace: *** @ 0x7f3088d93cad google::LogMessage::Fail() @ 0x7f3088d95b13 google::LogMessage::SendToLog() @ 0x7f3088d93808 google::LogMessage::Flush() @ 0x7f3088d96579...