yangsheng6810

Results 14 issues of yangsheng6810

The data structure of the return value of `tramp-dissect-file-name` was changed from a vector to a cl-structure class, and the implementation in git-gutter-plus assumes it to be a vector. This...

Recently, on Emacs master branch, a commit 55db25b257 was pushed to fix Emacs bug [47150](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47150). This bug was related to an incorrect implementation of minibuffer-inactive-mode. It used to be the...

Use eval-and-compile instead of eval-when-compile to ensure the code is also run when loaded. Addresses #11

Apart from looking at the code or at the Comparison section in README, there is no way to find out the list of filters available, and what is the default...

Fix #30 . `helpfl--advise-info` ported from `advice--make-docstring`.

Also refactor the following common pattern into a helper function. ```emacs-lisp (pinyinlib-build-regexp-string string (not ace-pinyin-enable-punctuation-translation) (not ace-pinyin-simplified-chinese-only-p)) ```

Unicode works when using cmd, but after calling bash, problems occor. I see from previous issue that After typing some chinese characters, e.g. type four characters `一二三四`, if you press...

动词变型可以用pattern库里的en库,参见[pattern](http://www.clips.ua.ac.be/pages/pattern-en#conjugation) ``` en.lemma(verb) # Base form, e.g., are => be. ``` 同一个库还可以解决单复数问题。 唯一的小缺陷是只有python2的库,然而似乎zimubao是用python2写的

elfeed-show would have been required already

In lispy, typing "[" or "]" in a string or a comment will go out of the current string, calling `lispy-left` or `lispy-right`, while in evil-lispy, it will self-insert "["...