Zhitao Gong

Results 9 issues of Zhitao Gong

According to [Porting Old Advice](https://www.gnu.org/software/emacs/manual/html_node/elisp/Porting-old-advices.html#Porting-old-advices), advice such as `crux-with-region-or-line` may need to be updated. 1. Here is a proposed new advice syntax. ``` emacs-lisp ;; This is the advising function...

enhancement
help wanted

1. Porting to new advice syntax for `crux-with-region-or-line`. 2. Add parameter `remove` to `crux-with-region-or-line` allowing the user to remove such advice.

https://github.com/iqbalansari/mu4e-alert/blob/96a293b28646f4620e257f24748becc4a06843cd/mu4e-alert.el#L294 I think it might be better to replace `"Mail"` with `display-time-mail-string`. According to the doc, > String to use as the mail indicator in `display-time-string-forms`. This can use the...

enhancement
help wanted

https://github.com/arcticicestudio/nord-emacs/blob/d828752e270978a56bde19986c98b1bbe8f51386/nord-theme.el#L101 It would be much easier and less error-prone if we use `let*` instead of `let`. `let*` allows to use the variable defined before the current line. For example: ```emacs-lisp...

type-improvement
status-requires-info
scope-maintainability
scope-quality

https://github.com/arcticicestudio/nord-emacs/blob/52756cdc909b29691eef228897b3de561cd99f43/nord-theme.el#L322 Setting `:background` as in the code gives me ![background](https://user-images.githubusercontent.com/704995/69923493-4b93e680-1473-11ea-9749-ab6f9c7bea4e.png) Notice the **white divider line** above the minibuffer. Setting `:foreground` gives me: ![foreground](https://user-images.githubusercontent.com/704995/69923508-5f3f4d00-1473-11ea-9968-89181afaba41.png) So I think the code should be...

type-improvement
context-ui
status-reproduction
scope-quality

Hello Terrence, I googled a lot and found this beautiful library, parsing the docstring with EBNF. **Quick question**: are there plans to implement a formatter that automatically formats the docstring?...

enhancement

Hello Just found this cute emacs package, thank you! Have you considered submitting it to [melpa](https://melpa.org/)? I think it would be easier for the users to install it. Thank you...

I'm not sure if this is related to #19 When I do `narrow-to-region` and then yapfify, I lose all the content outside the region.

`isearch-forward-regex` and `helm-swoop` all support regex research in Emacs, so might this be a good feature?

feature request