/[guile]/guile/guile-core/doc/ref/repl-modules.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/repl-modules.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by ossau, Fri Aug 24 09:40:29 2001 UTC revision 1.2 by ttn, Tue Jan 8 08:29:00 2002 UTC
# Line 38  module often, you should save these to l Line 38  module often, you should save these to l
38  personal startup file.  personal startup file.
39    
40  You will notice that the REPL's behaviour changes a bit when you have  You will notice that the REPL's behaviour changes a bit when you have
41  loaded the readline module.  For examle, when you press Enter before  loaded the readline module.  For example, when you press Enter before
42  typing in the closing parentheses of a list, you will see the  typing in the closing parentheses of a list, you will see the
43  @dfn{continuation} prompt, three dots: @code{...}  This gives you a nice  @dfn{continuation} prompt, three dots: @code{...}  This gives you a nice
44  visual feedback when trying to match parentheses.  To make this even  visual feedback when trying to match parentheses.  To make this even
45  easier, @dfn{bouncing parentheses} are implemented.  That means that  easier, @dfn{bouncing parentheses} are implemented.  That means that
46  when you type in a closing parentheses, the cursor will jump to the  when you type in a closing parentheses, the cursor will jump to the
47  corresponding opening paren for a short time, making it trivial to make  corresponding opening parenthesis for a short time, making it trivial to make
48  them match.  them match.
49    
50  Once the readline module is activated, all lines entered interactively  Once the readline module is activated, all lines entered interactively

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26