Emacs Lisp功能指南? [英] Emacs Lisp Function Guide?

查看:123
本文介绍了Emacs Lisp功能指南?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在使用Emacs三年多,但是在Lisp中编写甚至小的功能还需要几天的时间。我通过 GNU Emacs Lisp参考手册查看,但它是巨大的和结构化的与JavaDoc完全相反,而不是从功能到描述,而是其他方式。



什么将使我的生活更容易是某种类型的JavaDoc类似最常用的文档Emacs的内部函数及其快速描述。

 
(point) - 返回缓冲区中的当前位置
(save-excursion(p) ) - 在
执行(p)之前保存缓冲区中的当前位置,然后恢复。

有没有人知道我能在哪里找到类似的东西?

解决方案

该网站有一些可能有用的emacs lisp摘要信息: http:// xahlee.org/emacs/elisp.html



特别是,请查看该页面上的这些链接:基本文本编辑功能 Emacs Lisp成语批处理文本处理


I have been using Emacs for more than three years now but it still takes me days to write even small functions in Lisp. I've looked through GNU Emacs Lisp Reference Manual but it's huge and structured completely opposite from JavaDoc, not from functions to descriptions but the other way around.

What will make my life much easier is some sort of small JavaDoc like document with most commonly used Emacs internal functions and they quick description.

    (point) - returns current position in buffer
    (save-excursion (p)) - saves current position in buffer before 
                           executing (p) and restores it afterward.

Does anyone know where I can find something like that?

解决方案

This site has some emacs lisp summary information that may be useful: http://xahlee.org/emacs/elisp.html.

In particularly, check out these links on that page: Basic Text-editing Functions, Emacs Lisp Idioms and Batch Text Processing

这篇关于Emacs Lisp功能指南?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆