Emacs 从网站拉(粘贴)总是产生字符代码 160 而不是 SPC

发布于 2024-12-05 17:14:53 字数 235 浏览 0 评论 0原文

当从网络复制代码时(通常在 Ubuntu 中使用 Chrome),我对 Emacs 插入 Char:   的空格感到沮丧。 (160, #o240, #xa0) 凡应有空格字符的地方,Char: SPC (32, #o40, #x20)。这在编辑器中看起来很好,但一旦我尝试执行代码,就会出现错误。如何让 Emacs 将   实体转换为普通空格字符?

When copying code from the web (usually using Chrome in Ubuntu) I am frustrated by the fact that Emacs inserts blank spaces of Char:   (160, #o240, #xa0) wherever there should be a space character, Char: SPC (32, #o40, #x20). This appears fine in the editor but as soon as I try to execute the code I get errors. How can I make Emacs convert   entities into normal space characters?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱娆 2024-12-12 17:14:53

您可以使用 query-replace (M-%) 来转换字符。复制粘贴可以帮助您输入不间断空格。

You can use query-replace (M-%) to convert the characters. Copy-paste can help you enter the non-breaking space.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文