博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
emacs c语言 空格_用Emacs中的空格替换选项卡
阅读量:2517 次
发布时间:2019-05-11

本文共 893 字,大约阅读时间需要 2 分钟。

emacs c语言 空格

How to replace tabs with spaces in ?

如何在中用空格替换制表符?

You can first select the regions of text for converting/replacing, then run

您可以先选择要转换/替换的文本区域,然后运行

M-x untabify

to replace all tabs with appropriate number of spaces.

用适当数量的空格替换所有选项卡。

There is also a M-x tabify for replacing sequences of spaces to tabs.

还有一个Mx tabify用于替换制表符中的空格序列。

There are also commands to tabs to spaces or vice versa, always preserving the columns of all non-whitespace text. M-x tabify scans the region for sequences of spaces, and converts sequences of at least two spaces to tabs if that can be done without changing indentation. M-x untabify changes all tabs in the region to appropriate numbers of spaces.

还有一些命令可以制表符为空格,反之亦然,这些命令始终保留所有非空白文本的列。 Mx tabify扫描区域中的空格序列,并将至少两个空格的序列转换为制表符(如果可以这样做,而无需更改缩进)。 Mx untabify会将区域中的所有选项卡更改为适当数量的空格。

: .

: 。

Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自:

emacs c语言 空格

转载地址:http://gaowd.baihongyu.com/

你可能感兴趣的文章
Nginx
查看>>
Navicat远程连接云主机数据库
查看>>
Nginx配置文件nginx.conf中文详解(总结)
查看>>
jxl写入excel实现数据导出功能
查看>>
linux文件目录类命令|--cp指令
查看>>
.net MVC 404错误解决方法
查看>>
linux系统目录结构
查看>>
git
查看>>
btn按钮之间事件相互调用
查看>>
Entity Framework 4.3.1 级联删除
查看>>
codevs 1163:访问艺术馆
查看>>
冲刺Noip2017模拟赛3 解题报告——五十岚芒果酱
查看>>
并查集
查看>>
sessionStorage
查看>>
代码示例_进程
查看>>
Java中关键词之this,super的使用
查看>>
学习进度
查看>>
“此人不存在”
查看>>
github.com加速节点
查看>>
解密zend-PHP凤凰源码程序
查看>>