You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -17,33 +17,35 @@ English | [日本語](README.ja.md)
17
17
Please submit any bug reports or feature requests by creating issues on [the GitHub page for PHP Mode][php-mode].
18
18
19
19
> [!NOTE]
20
-
> The [latest version][releases] of PHP Mode supports Emacs 30. <br />Please feel free to [write to disucuss][disscussions-emacs30] if you have problems upgrading to Emacs 29.
20
+
> The [latest version][releases] of PHP Mode supports Emacs 30.
21
+
> Please feel free to [open a discussion][discussions-emacs30] if you have any issues upgrading to Emacs 30.
21
22
22
23
> [!WARNING]
23
24
> After upgrading Emacs, when you open a PHP file for the first time, you may encounter errors related to CC Mode. These errors occur because a previously byte-compiled version of PHP Mode, cached on your disk, differs from the newly installed one. Reinstalling PHP Mode should resolve the issue.
24
25
>
25
26
> Try running **`M-x php-mode-debug-reinstall`** or **`M-x package-reinstall php-mode`**.
**PHP Mode works with Emacs 27.1 or later**. For details on supported versions, see [Supported Version]. Emacs 28 or later can be installed simply by running the following command.
33
+
**PHP Mode works with Emacs 27.1 or later.** For details on supported versions, see [Supported Version].
34
+
On Emacs 28 or later, you can install it simply by running:
33
35
34
36
```
35
37
M-x package-install php-mode
36
38
```
37
39
38
-
By [adding MELPA to `package-archives`][melpa-getting-started], you can extend Emacs with many packages from the web.
40
+
By [adding MELPA to `package-archives`][melpa-getting-started], you can extend Emacs with numerous packages from the web.
39
41
40
-
If you don't want to depend on a package manager, you can install Lisp files directly in the traditional way. See [Manual installation][wiki-manual-installation] for our recommended setup method.
42
+
If you prefer not to rely on a package manager, you can install the Lisp files directly in the traditional manner. See [Manual installation][wiki-manual-installation] for our recommended method.
41
43
42
44
## Configuration
43
45
44
46
### Personal Settings
45
47
46
-
You can add configurations for PHP mode in the .emacs file (`~/.emacs.d/init.el`):
48
+
You can add configurations for PHP Mode in your `.emacs` file (`~/.emacs.d/init.el`):
47
49
48
50
```lisp
49
51
(defun my-php-mode-init ()
@@ -67,7 +69,7 @@ You can add configurations for PHP mode in the .emacs file (`~/.emacs.d/init.el`
67
69
68
70
### Project Setting
69
71
70
-
You can add project-specific settings by creating a `.dir-locals.el` or `.dir-locals-2.el` file in the project's root directory. It is recommended not to put these files under version control, as they depend on the packages installed in each user's Emacs.
72
+
You can add project-specific settings by creating a `.dir-locals.el` or `.dir-locals-2.el` file in the project's root directory. It is recommended not to put these files under version control, as they depend on the packages installed on each user's Emacs.
71
73
72
74
```lisp
73
75
((nil
@@ -77,13 +79,12 @@ You can add project-specific settings by creating a `.dir-locals.el` or `.dir-lo
77
79
78
80
## Reporting Bugs
79
81
80
-
When reporting a bug please run the function `M-x php-mode-debug` and include its output in your bug report. This helps up reproduce any problem you may have.
82
+
When reporting a bug, please run `M-x php-mode-debug` and include its output in your bug report. This helps us reproduce any issues you may be experiencing.
81
83
82
84
## How to Contribute
83
85
84
86
Please see [CONTRIBUTING.md](CONTRIBUTING.md#english).
85
87
86
-
87
88
## Copyright
88
89
89
90
PHP Mode is licensed under [GNU General Public License Version 3][gpl-v3] (GPLv3).
0 commit comments