USAMI Kenta

Results 113 comments of USAMI Kenta

@r0073rr0r This PR has not changed any code, but has changed [file attributes on the file system (permission)](https://en.wikipedia.org/wiki/File_system_permissions). Perhaps those files that created on Windows may have execute permission. That...

@jjnilton Thank you for your suggestion. I agree that it is useful as some text editors and IDEs such as PhpStorm support this feature. However, it's not a good implementation...

@dmelch An easy way is to add the following code in the php-mode-hook of the Emacs initialization file. ```el (setq tab-width 2) ``` For example: ```el (add-hook 'php-mode-hook (lambda() (setq...

@etu @dbrw Thank you for reporting. Can you give me more information by `M-x php-mode-debug`? ``` --- PHP-MODE DEBUG BEGIN --- versions: GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.5.0, NS appkit-1561.40...

@etu @dbrw Thanks. In @dbrw configuration `php-mode-enable-project-coding-style` is set to `t`. Since it often causes problems, it is now disabled by the variable. https://github.com/ejmr/php-mode/commit/cdd2fc926dd2abc3bbe3ac9fc1bf768f9c78eabb In your `init.el` (or `.emacs` file)...

@Gleek This behavior depends on the `c-auto-align-backslashes` variable. > Align automatically inserted line continuation backslashes. > When line continuation backslashes are inserted automatically for line > breaks in multiline macros,...

Resolved in https://github.com/emacs-php/php-mode/pull/703

The code has been rewritten significantly and will be resubmitted in https://github.com/emacs-php/php-mode/pull/709.

Thank you for reporting!

I haven't seen it so I'll close it. If you are still getting errors, feel free to reopen.