Homeexpand-all

10月 6, 2008

company-mode

冰封 将文章归档于 emacs

What’s this for?
In-buffer completion front-end.
Screencast
Watch a preview demo.
Configuration
company-mode requires Emacs 22.
(add-to-list ‘load-path “/path/to/company-mode”)
(require ‘company-mode)
(require ‘company-bundled-completions)
(company-install-bundled-completions-rules)

Usage
Use company-expand-common, company-expand-top, etc.  Add completion mechanism using company-add-completion-rule.  (See company-bundled-completions for examples.)
Download

09月 5, 2008

Emergency Elisp

冰封 将文章归档于 emacs

原文地址

Emergency Elisp
Are you an Emacs user but don’t know Lisp? Welcome to my first Emacs Lisp
primer! This should hopefully help get you over the hurdle so you can have more
control over your Emacs sessions.

There are lots of ways to do things in Lisp, and some are “Lispier” than
others. I’m going to focus on how to do things you probably already know how to
do from C++ or Java.

I’m mostly focusing on the language itself, since that’s arguably the hardest
part. There are tons of Emacs-specific APIs that you can learn how to use from
the documentation.
Read the rest of this entry »

 Page 1 of 1  1