/[emacs]/emacs/lisp/ielm.el
ViewVC logotype

Diff of /emacs/lisp/ielm.el

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

revision 1.49 by teirllm, Sun May 29 15:09:39 2005 UTC revision 1.50 by lektu, Fri Jun 10 14:04:24 2005 UTC
# Line 102  prevent a running IELM process from bein Line 102  prevent a running IELM process from bein
102  customizes `ielm-prompt'.")  customizes `ielm-prompt'.")
103    
104  (defcustom ielm-dynamic-return t  (defcustom ielm-dynamic-return t
105    "*Controls whether \\<ielm-map>\\[ielm-return] has intelligent behaviour in IELM.    "*Controls whether \\<ielm-map>\\[ielm-return] has intelligent behavior in IELM.
106  If non-nil, \\[ielm-return] evaluates input for complete sexps, or inserts a newline  If non-nil, \\[ielm-return] evaluates input for complete sexps, or inserts a newline
107  and indents for incomplete sexps.  If nil, always inserts newlines."  and indents for incomplete sexps.  If nil, always inserts newlines."
108    :type 'boolean    :type 'boolean
# Line 468  buffer, then the values in the working b Line 468  buffer, then the values in the working b
468  Expressions evaluated by IELM are not subject to `debug-on-quit' or  Expressions evaluated by IELM are not subject to `debug-on-quit' or
469  `debug-on-error'.  `debug-on-error'.
470    
471  The behaviour of IELM may be customized with the following variables:  The behavior of IELM may be customized with the following variables:
472  * To stop beeping on error, set `ielm-noisy' to nil.  * To stop beeping on error, set `ielm-noisy' to nil.
473  * If you don't like the prompt, you can change it by setting `ielm-prompt'.  * If you don't like the prompt, you can change it by setting `ielm-prompt'.
474  * If you do not like that the prompt is (by default) read-only, set  * If you do not like that the prompt is (by default) read-only, set

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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