Shohei YOSHIDA

Results 212 comments of Shohei YOSHIDA

![popup-messeage-mode](https://cloud.githubusercontent.com/assets/554281/14592614/ac90f192-055b-11e6-900d-1c5aa1989f7d.gif) I cannot reproduce this issue.

![popup-mu4e-24 5](https://cloud.githubusercontent.com/assets/554281/14661903/781e4e86-06ec-11e6-80cc-ce338501c70f.png) I can reproduce this issue on Emacs 24.5. ![popup-mu4e](https://cloud.githubusercontent.com/assets/554281/14661843/f844244c-06eb-11e6-9733-92c5a57c023a.png) However I cannot reproduce on Emacs 25.

`page down` and `page up`. You can bind this functions to other keys ``` lisp (define-key popup-menu-keymap (kbd "C-v") 'popup-page-next) (define-key popup-menu-keymap (kbd "M-v") 'popup-page-previous) ```

@tigermonkey Sorry I confused `popup-tip` and `popup-menu`. Now there is now way for scrolling `popup-tip`.

There are some implementation of eldoc for php-mode - https://github.com/sabof/php-eldoc - https://github.com/zenozeng/php-eldoc

> Indent consistently (the = messes with things) I fixed and sent PR #229. Its screencast is here ![php-mode-227](https://cloud.githubusercontent.com/assets/554281/6476632/d4d32a4c-c25b-11e4-96dc-d7129c91f110.gif) > Indent simply by c-basic-offset Which coding style do you use...

@jdufresne I have merged PR #229. Please check latest version.

I have updated README about 3rd party package of PHP programming. You are welcome to report us any suggestion of improving php-mode.

> Is there an easy way to configure that with the current state of the package? No. There is no way. We can use two shells with following configuration, but...

https://github.com/search?l=Emacs+Lisp&q=nxhtml&type=Repositories&utf8=✓ [note] There are some forks in github