Skip to content

Tags: abo-abo/lispy

Tags

0.27.0

Toggle 0.27.0's commit message
lispy.el: Release 0.27

Fixes #479

0.26.0

Toggle 0.26.0's commit message
Make "O" work for vectors

* lispy.el (lispy--oneline): Update.

* lispy-test.el (lispy-oneline): Add test.

0.25.0

Toggle 0.25.0's commit message
lispy.el (lispy-goto-symbol): Simplify

* lispy.el (lispy-goto-symbol): Just use `geiser-edit-symbol'.

* le-scheme.el (lispy--scheme-goto-symbol): Remove.

0.24.0

Toggle 0.24.0's commit message
Improve "g"

* lispy.el (lispy-build-semanticdb): Return the corresponding db.
(lispy--fetch-tags): Try to call `lispy-build-semanticdb' before raising
an error.

0.23.0

Toggle 0.23.0's commit message
Completion methods aplenty

* lispy.el (lispy-completion-method): New custom var.
(lispy--tag-name-and-file): Give only a plain name for `ido', unless
`ido-vertical-mode'.
(lispy--select-candidate): Dispatch on `lispy-completion-method'.

You can now jump to tags with:

- helm
- ido
- ido-vertical
- icomplete-mode
- icy-mode
- plain-old completing-read

Fixes #44.

0.22.0

Toggle 0.22.0's commit message
lispy.el: remove obsolete aliases

0.21.0

Toggle 0.21.0's commit message
Rename -out-forward to -right, and -out-backward to -left

* lispy.el (lispy-out-forward): declare obsolete in 0.21.0.
(lispy-out-backward): declare obsolete in 0.21.0.
(lispy-out-forward-nostring): declare obsolete in 0.21.0.

0.20.0

Toggle 0.20.0's commit message
lispy.el: bump version

0.19.0

Toggle 0.19.0's commit message
lispy.el: bump version

0.18.0

Toggle 0.18.0's commit message
README.md: add demo 3