diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-05-03 20:15:00 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-05-03 20:15:00 +0200 |
commit | c5097cf3a8dc60cab206d2af08223be9793116bf (patch) | |
tree | edcfe7ad238ebe43b39bc10cb23a8abd2f21a2a1 | |
parent | 95f0b314ea50737c2b0631932328233f130d8373 (diff) | |
download | geiser-guile-c5097cf3a8dc60cab206d2af08223be9793116bf.tar.gz geiser-guile-c5097cf3a8dc60cab206d2af08223be9793116bf.tar.bz2 |
NEWS for 0.40.4
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/cheat.texi | 3 | ||||
-rw-r--r-- | doc/geiser.texi | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -1,8 +1,8 @@ -* Version 0.4 () +* Version 0.4 (May 2, 2013) New features: - - New command geiser-edit-insert-lambda, bound to C-c \ in Scheme + - New command geiser-insert-lambda, bound to C-c \ in Scheme buffers (thanks to Ray Racine). - Configurable case-sensitivity when highlighting keywords (thanks to Diogo F.S. Ramos), via geiser-guile-case-sensitive-p and diff --git a/doc/cheat.texi b/doc/cheat.texi index 0522009..76a2330 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -42,6 +42,9 @@ third key not modified by @key{Control}; e.g., @item C-c C-e C-[ @tab @code{geiser-squarify} @tab Toggle between () and [] for current form +@item C-c C-\ +@tab @code{geiser-insert-lambda} +@tab Insert greek lambda or, with prefix, a lambda form @item @tab @tab @item C-M-x @tab @code{geiser-eval-definition} diff --git a/doc/geiser.texi b/doc/geiser.texi index d8c356d..8f78113 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -9,7 +9,7 @@ @copying This manual documents Geiser, an Emacs environment to hack in Scheme. -Copyright @copyright{} 2010, 2011, 2012 Jose Antonio Ortega Ruiz +Copyright @copyright{} 2010, 2011, 2012, 2013 Jose Antonio Ortega Ruiz @quotation Permission is granted to copy, distribute and/or modify this document |