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

multi-byte language problem with keybinding in init-editing-utils.el #341

Closed
futurist opened this issue Apr 25, 2016 · 1 comment
Closed

Comments

@futurist
Copy link

futurist commented Apr 25, 2016

When using multi-byte language(Japanese, Chinese), there's an important key C-x C-m to change encoding of buffer, e.g. r to revert buffer with some other encoding.

But found it's bound to below:

;; To be able to M-x without meta
(global-set-key (kbd "C-x C-m") 'execute-extended-command)

Every time I have to comment this line to work with multi-byte env.

Is that an issue with this?

@purcell
Copy link
Owner

purcell commented Apr 25, 2016

Nope, I don't really need that, so I've removed that line. Thanks!

gengliangwang pushed a commit to gengliangwang/emacs.d that referenced this issue Aug 30, 2016
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

No branches or pull requests

2 participants