Naoya Yamashita

Results 67 issues of Naoya Yamashita

I refactoring difine-minor-mode usage. I refference https://github.com/tumashu/ivy-posframe/blob/6d697ff00ac406b919eba8665b1bc18a2b423cda/ivy-posframe.el#L546-L563 and https://www.gnu.org/software/emacs/manual/html_node/elisp/Defining-Minor-Modes.html

Hi! I read your package and use with-current-buffer is better for that usecase. Please review it!

Hi! I found this package and found many package-lint/elisp-checkdoc errors. So I fix them to fix easy as my first contribution step. ### before 470 erros/warnings ```emacs-lisp dash.el 1 1...

![Screenshot_2021-05-20_19-05-28](https://user-images.githubusercontent.com/4703128/118960611-70995380-b99e-11eb-8032-9556d5c9c86d.png) When I run `helm-swoop` on a long buffer and then move to `helm-swoop-edit`, I can't use rectangular editing because of the line numbers, which is inconvenient. It would be...

Currently, helm-swoop.el is too huge. And helm-multi-swoop related functions/variables cause those pakage-lint errors. ```emacs-lisp helm-s… 1062 1 error "helm-multi-swoop-buffer-list" doesn't start with package's prefix "helm-swoop". (emacs-lisp-package) helm-s… 1064 1 error...

Re #113. > @conao3 Yes, feel free to close this PR, as I don't intend to work on it anymore. If I may, I'd recommend rewriting the line numbers to...

Nowadays, advice with `defadvice` is not a good choice. So we should rewrite all advice functions with `nadvice`.

Hi! This package is really great! I added `ov-*-here` functions to make/move overlay **at point**. Below document is added README, and you can test practically. --- ### Make/Move here overlay...

現在、phpstanをグローバルにインストールしている場合にバイナリファ イルを見つけられません。 find-executableによる検索を追加しました。

Hi! I find this awesome package and there are warnings from some linters. So I fix them for my first contribution step! ## before ``` ox-gfm.el 89 info First line...