小编Ara*_*ash的帖子

如何在Emacs上显示弹出窗口?

我打算更改Emacs中的某些功能/功能.我想知道Emacs中是否有任何功能可以弹出一个窗口来显示警告信息?此外,如果此功能不可用,我将不胜感激.

干杯全都.

lisp emacs elisp emacs23

11
推荐指数
1
解决办法
1170
查看次数

无法打开Emacs函数的C源代码

当我搜索功能描述[find-function]并点击" - .c"文件的链接时,我无法打开它,我得到了Emacs C Source目录:〜/在Minibuf中.我被困在那里,我不知道该怎么办.在此输入图像描述

"Emacs发行版包括手册的完整源代码,以及多种语言的Emacs参考卡." gnu.org/software/emacs

emacs

5
推荐指数
1
解决办法
828
查看次数

如何在Emacs中打开和编辑图像

我已经搜索了很多关于在emacs中打开图像的内容.我认为ImageMagick会做到这一点,但我似乎无法找到的是在Emac中使用它的方法以及如何将它与Emacs集成?!除了任何更好的替代方案,将不胜感激.

emacs

5
推荐指数
2
解决办法
3848
查看次数

"缓冲区的限制"在保存限制中意味着什么?

当我在Emacs中搜索"save-restriction"的描述时,它有一个关于"缓冲区的限制"的句子 - 我已经包含了下面的完整描述.这个术语是什么意思?保存限制如何工作以及何时应该考虑这个?

(save-restriction &rest BODY) 

Execute BODY, saving and restoring current buffer's restrictions.
The buffer's restrictions make parts of the beginning and end invisible. 
(They are set up with `narrow-to-region' and eliminated with `widen'.)
This special form, `save-restriction', saves the current buffer's restrictions
when it is entered, and restores them when it is exited.
So any `narrow-to-region' within BODY lasts only until the end of the form.
The old restrictions settings are restored
even in case of abnormal exit …
Run Code Online (Sandbox Code Playgroud)

emacs elisp

3
推荐指数
2
解决办法
230
查看次数

如何识别Emacs中缓冲区的所有者/创建者

如何检查在Emacs中创建缓冲区的人的身份,然后检查是否是访问该缓冲区的同一用户?我的意思是"我是谁?" 在Unix命令..然后检查同一用户是否正在访问该文件? - >我想在我自己的代码中使用函数或方法

emacs elisp

3
推荐指数
1
解决办法
109
查看次数

在emacs中处理文本

我需要定义一个函数来读取Emacs中特定文档的所有内容并处理其中的文本.例如,我正在读取XML文件,我想搜索特定属性并计算出现次数.有人可以帮忙吗?

emacs

1
推荐指数
1
解决办法
142
查看次数

标签 统计

emacs ×6

elisp ×3

emacs23 ×1

lisp ×1