Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo 'chinse-two-byte' removed in Emacs 31 #45

Open
nailuoGG opened this issue Aug 5, 2024 · 2 comments · May be fixed by #46
Open

Typo 'chinse-two-byte' removed in Emacs 31 #45

nailuoGG opened this issue Aug 5, 2024 · 2 comments · May be fixed by #46

Comments

@nailuoGG
Copy link

nailuoGG commented Aug 5, 2024

"chinese-two-byte"

The typo has been removed from Emacs 31, for details see:

emacs-mirror/emacs@4437d73

;; NOTE:
;; We use `chinse-two-byte' instead of `chinese-two-byte', since there
;; are some typo in emacs version 21.1-24.3. For more information,
;; see:
;;
;; [Emacs-diffs] trunk r115873: Fix misspelling of 'chinese' in rx.
;;
;; Url: http://lists.gnu.org/archive/html/emacs-diffs/2014-01/msg00049.html

@nailuoGG nailuoGG linked a pull request Aug 5, 2024 that will close this issue
brsvh added a commit to brsvh/shelf that referenced this issue Sep 12, 2024
Create a patched version of pangu-spacing to prevent some annoying byte
compile errors.

See coldnew/pangu-spacing#45 for details.

Signed-off-by: Burgess Chang <[email protected]>
@kelvie
Copy link

kelvie commented Oct 13, 2024

This affects doom emacs if you enable the :input/japanese module.

@nailuoGG
Copy link
Author

nailuoGG commented Oct 15, 2024

@kelvie

This PR attempts to address this issue. Perhaps you could give it a try.

#46

(package! pangu-spacing
  :recipe (:host github
           :repo  "nailuoGG/pangu-spacing"
           :branch "remove-old-version-support"
           :files ("*.el")))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants