diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-10 03:01:12 +0100 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-10 03:01:12 +0100 | 
| commit | 3094aad8f4579518823cf6b6de464243ebf7d830 (patch) | |
| tree | 2b0f1e9fa8f46133e9ec911774151487a13adc87 | |
| parent | e91aeb8443f0ff8d0296b97903defecc038d1060 (diff) | |
| download | geiser-3094aad8f4579518823cf6b6de464243ebf7d830.tar.gz geiser-3094aad8f4579518823cf6b6de464243ebf7d830.tar.bz2  | |
NEWS and doc typo
| -rw-r--r-- | NEWS | 12 | ||||
| -rw-r--r-- | doc/repl.texi | 3 | 
2 files changed, 9 insertions, 6 deletions
@@ -2,19 +2,21 @@    New features: -    - "Manual autodoc" command; C-c C-d s +    - "Manual autodoc" command; C-c C-d s.      - Autodoc retrieval is now asynchronous, for better behaviour in        remote connections. +    - Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'.      - Documentation typos, and grammar and layout fixes.    Bug fixes: -    - REPL: fixed problem with input history navigation in Racket -    - Autodoc no longer skips non-alphanumeric identifiers -    - Autodoc messages no longer interfere with active minibuffer +    - REPL: fixed problem with input history navigation in Racket. +    - Autodoc no longer skips non-alphanumeric identifiers. +    - Autodoc messages no longer interfere with active minibuffer.      - Quack compatibility: avoiding problems with #f &c. -    - Avoiding *spurious* buffers in case of communication errors +    - Avoiding *spurious* buffers in case of communication errors. +  * Version 0.1 (Dec 20, 2010) diff --git a/doc/repl.texi b/doc/repl.texi index 8a0f784..03361fd 100644 --- a/doc/repl.texi +++ b/doc/repl.texi @@ -132,6 +132,7 @@ The remaining commands are meatier, and deserve sections of their own.  @section Switching context  @cindex current module, in REPL +@cindex ,enter vs. enter!  In tune with Geiser's @alt{@ref{current-module,,modus operandi},modus  operandi}, evaluations in the REPL take place in the namespace of the  current module.  As noted above, the REPL's prompt tells you the name of @@ -210,7 +211,7 @@ now and then.  That was Geiser trying to be helpful (while, hopefully,  not being clippy), or, more concretely, what i call, for want of a  better name, its @dfn{autodoc} mode.  Whenever it's active (did you  notice that @i{A} in the mode-line?), Geiser's gerbils will be scanning -what you type and showing (unless you silent them with @kbd{C-c C-a}) +what you type and showing (unless you silent them with @kbd{C-c C-d C-a})  information about the identifier nearest to point.  @imgc{repl-autodoc}  | 
