diff --git a/doc/de/autogen/user/guile_options.adoc b/doc/de/autogen/user/guile_options.adoc index 645b53512..74f77b5e2 100644 --- a/doc/de/autogen/user/guile_options.adoc +++ b/doc/de/autogen/user/guile_options.adoc @@ -7,3 +7,9 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* +** Beschreibung: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` diff --git a/doc/de/autogen/user/javascript_options.adoc b/doc/de/autogen/user/javascript_options.adoc index 3f3479186..1bca3b5b4 100644 --- a/doc/de/autogen/user/javascript_options.adoc +++ b/doc/de/autogen/user/javascript_options.adoc @@ -7,3 +7,9 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* +** Beschreibung: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` diff --git a/doc/de/autogen/user/lua_options.adoc b/doc/de/autogen/user/lua_options.adoc index 3fe591618..f509877b1 100644 --- a/doc/de/autogen/user/lua_options.adoc +++ b/doc/de/autogen/user/lua_options.adoc @@ -7,3 +7,9 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* +** Beschreibung: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` diff --git a/doc/de/autogen/user/perl_options.adoc b/doc/de/autogen/user/perl_options.adoc index 832e22425..133df6747 100644 --- a/doc/de/autogen/user/perl_options.adoc +++ b/doc/de/autogen/user/perl_options.adoc @@ -7,3 +7,9 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* +** Beschreibung: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` diff --git a/doc/de/autogen/user/php_options.adoc b/doc/de/autogen/user/php_options.adoc index 50697fc3f..84669ccf2 100644 --- a/doc/de/autogen/user/php_options.adoc +++ b/doc/de/autogen/user/php_options.adoc @@ -7,3 +7,9 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* +** Beschreibung: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` diff --git a/doc/de/autogen/user/python_options.adoc b/doc/de/autogen/user/python_options.adoc index 1f4f36ff2..e7b58fa7f 100644 --- a/doc/de/autogen/user/python_options.adoc +++ b/doc/de/autogen/user/python_options.adoc @@ -7,3 +7,9 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* +** Beschreibung: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` diff --git a/doc/de/autogen/user/ruby_options.adoc b/doc/de/autogen/user/ruby_options.adoc index ac532185d..5fd9d8f61 100644 --- a/doc/de/autogen/user/ruby_options.adoc +++ b/doc/de/autogen/user/ruby_options.adoc @@ -7,3 +7,9 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* +** Beschreibung: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` diff --git a/doc/de/autogen/user/tcl_options.adoc b/doc/de/autogen/user/tcl_options.adoc index fefdaf1d3..bf0444047 100644 --- a/doc/de/autogen/user/tcl_options.adoc +++ b/doc/de/autogen/user/tcl_options.adoc @@ -7,3 +7,9 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* +** Beschreibung: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+on+` diff --git a/doc/en/autogen/user/guile_options.adoc b/doc/en/autogen/user/guile_options.adoc index e0ad87642..ca15d77e2 100644 --- a/doc/en/autogen/user/guile_options.adoc +++ b/doc/en/autogen/user/guile_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* +** description: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` diff --git a/doc/en/autogen/user/javascript_options.adoc b/doc/en/autogen/user/javascript_options.adoc index 9b8e69c58..e2b152c1d 100644 --- a/doc/en/autogen/user/javascript_options.adoc +++ b/doc/en/autogen/user/javascript_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* +** description: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` diff --git a/doc/en/autogen/user/lua_options.adoc b/doc/en/autogen/user/lua_options.adoc index 7f2700edc..a80142704 100644 --- a/doc/en/autogen/user/lua_options.adoc +++ b/doc/en/autogen/user/lua_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* +** description: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` diff --git a/doc/en/autogen/user/perl_options.adoc b/doc/en/autogen/user/perl_options.adoc index 97331f993..d36db1ae4 100644 --- a/doc/en/autogen/user/perl_options.adoc +++ b/doc/en/autogen/user/perl_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* +** description: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` diff --git a/doc/en/autogen/user/php_options.adoc b/doc/en/autogen/user/php_options.adoc index 6a7828228..8a977808d 100644 --- a/doc/en/autogen/user/php_options.adoc +++ b/doc/en/autogen/user/php_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* +** description: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` diff --git a/doc/en/autogen/user/python_options.adoc b/doc/en/autogen/user/python_options.adoc index 6511fc0d3..c62100b76 100644 --- a/doc/en/autogen/user/python_options.adoc +++ b/doc/en/autogen/user/python_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* +** description: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` diff --git a/doc/en/autogen/user/ruby_options.adoc b/doc/en/autogen/user/ruby_options.adoc index c769ecd0d..0c962415d 100644 --- a/doc/en/autogen/user/ruby_options.adoc +++ b/doc/en/autogen/user/ruby_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* +** description: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` diff --git a/doc/en/autogen/user/tcl_options.adoc b/doc/en/autogen/user/tcl_options.adoc index 9ce96a0dd..dbcf11561 100644 --- a/doc/en/autogen/user/tcl_options.adoc +++ b/doc/en/autogen/user/tcl_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* +** description: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` diff --git a/doc/fr/autogen/user/guile_options.adoc b/doc/fr/autogen/user/guile_options.adoc index d510b4ff7..ce7c17649 100644 --- a/doc/fr/autogen/user/guile_options.adoc +++ b/doc/fr/autogen/user/guile_options.adoc @@ -7,3 +7,9 @@ ** type: booléen ** valeurs: on, off ** valeur par défaut: `+off+` + +* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* +** description: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` diff --git a/doc/fr/autogen/user/javascript_options.adoc b/doc/fr/autogen/user/javascript_options.adoc index 8dd3a7532..6b760eb6b 100644 --- a/doc/fr/autogen/user/javascript_options.adoc +++ b/doc/fr/autogen/user/javascript_options.adoc @@ -7,3 +7,9 @@ ** type: booléen ** valeurs: on, off ** valeur par défaut: `+off+` + +* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* +** description: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` diff --git a/doc/fr/autogen/user/lua_options.adoc b/doc/fr/autogen/user/lua_options.adoc index 633ad80f2..d5ad73c65 100644 --- a/doc/fr/autogen/user/lua_options.adoc +++ b/doc/fr/autogen/user/lua_options.adoc @@ -7,3 +7,9 @@ ** type: booléen ** valeurs: on, off ** valeur par défaut: `+off+` + +* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* +** description: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` diff --git a/doc/fr/autogen/user/perl_options.adoc b/doc/fr/autogen/user/perl_options.adoc index adb81dc56..b9b86d90a 100644 --- a/doc/fr/autogen/user/perl_options.adoc +++ b/doc/fr/autogen/user/perl_options.adoc @@ -7,3 +7,9 @@ ** type: booléen ** valeurs: on, off ** valeur par défaut: `+off+` + +* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* +** description: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` diff --git a/doc/fr/autogen/user/php_options.adoc b/doc/fr/autogen/user/php_options.adoc index dfb9db028..82f238039 100644 --- a/doc/fr/autogen/user/php_options.adoc +++ b/doc/fr/autogen/user/php_options.adoc @@ -7,3 +7,9 @@ ** type: booléen ** valeurs: on, off ** valeur par défaut: `+off+` + +* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* +** description: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` diff --git a/doc/fr/autogen/user/python_options.adoc b/doc/fr/autogen/user/python_options.adoc index d2d5ebdd1..71315bed1 100644 --- a/doc/fr/autogen/user/python_options.adoc +++ b/doc/fr/autogen/user/python_options.adoc @@ -7,3 +7,9 @@ ** type: booléen ** valeurs: on, off ** valeur par défaut: `+off+` + +* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* +** description: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` diff --git a/doc/fr/autogen/user/ruby_options.adoc b/doc/fr/autogen/user/ruby_options.adoc index 26bb3417c..fc3bc7c58 100644 --- a/doc/fr/autogen/user/ruby_options.adoc +++ b/doc/fr/autogen/user/ruby_options.adoc @@ -7,3 +7,9 @@ ** type: booléen ** valeurs: on, off ** valeur par défaut: `+off+` + +* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* +** description: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` diff --git a/doc/fr/autogen/user/tcl_options.adoc b/doc/fr/autogen/user/tcl_options.adoc index 6f8635e91..6235a44b1 100644 --- a/doc/fr/autogen/user/tcl_options.adoc +++ b/doc/fr/autogen/user/tcl_options.adoc @@ -7,3 +7,9 @@ ** type: booléen ** valeurs: on, off ** valeur par défaut: `+off+` + +* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* +** description: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: booléen +** valeurs: on, off +** valeur par défaut: `+on+` diff --git a/doc/it/autogen/user/guile_options.adoc b/doc/it/autogen/user/guile_options.adoc index 923d1b49a..1e4c9007b 100644 --- a/doc/it/autogen/user/guile_options.adoc +++ b/doc/it/autogen/user/guile_options.adoc @@ -7,3 +7,9 @@ ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` + +* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* +** descrizione: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` diff --git a/doc/it/autogen/user/javascript_options.adoc b/doc/it/autogen/user/javascript_options.adoc index 6783f9e64..2049e051e 100644 --- a/doc/it/autogen/user/javascript_options.adoc +++ b/doc/it/autogen/user/javascript_options.adoc @@ -7,3 +7,9 @@ ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` + +* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* +** descrizione: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` diff --git a/doc/it/autogen/user/lua_options.adoc b/doc/it/autogen/user/lua_options.adoc index aba338a53..a3274f2d1 100644 --- a/doc/it/autogen/user/lua_options.adoc +++ b/doc/it/autogen/user/lua_options.adoc @@ -7,3 +7,9 @@ ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` + +* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* +** descrizione: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` diff --git a/doc/it/autogen/user/perl_options.adoc b/doc/it/autogen/user/perl_options.adoc index 733c3272b..15af7c084 100644 --- a/doc/it/autogen/user/perl_options.adoc +++ b/doc/it/autogen/user/perl_options.adoc @@ -7,3 +7,9 @@ ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` + +* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* +** descrizione: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` diff --git a/doc/it/autogen/user/php_options.adoc b/doc/it/autogen/user/php_options.adoc index 28f4befda..1be0a35cb 100644 --- a/doc/it/autogen/user/php_options.adoc +++ b/doc/it/autogen/user/php_options.adoc @@ -7,3 +7,9 @@ ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` + +* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* +** descrizione: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` diff --git a/doc/it/autogen/user/python_options.adoc b/doc/it/autogen/user/python_options.adoc index 778293f71..8a39614ac 100644 --- a/doc/it/autogen/user/python_options.adoc +++ b/doc/it/autogen/user/python_options.adoc @@ -7,3 +7,9 @@ ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` + +* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* +** descrizione: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` diff --git a/doc/it/autogen/user/ruby_options.adoc b/doc/it/autogen/user/ruby_options.adoc index 55ffda236..a89f109c9 100644 --- a/doc/it/autogen/user/ruby_options.adoc +++ b/doc/it/autogen/user/ruby_options.adoc @@ -7,3 +7,9 @@ ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` + +* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* +** descrizione: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` diff --git a/doc/it/autogen/user/tcl_options.adoc b/doc/it/autogen/user/tcl_options.adoc index e3f7627f9..65185bb83 100644 --- a/doc/it/autogen/user/tcl_options.adoc +++ b/doc/it/autogen/user/tcl_options.adoc @@ -7,3 +7,9 @@ ** tipo: bool ** valori: on, off ** valore predefinito: `+off+` + +* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* +** descrizione: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` diff --git a/doc/ja/autogen/user/guile_options.adoc b/doc/ja/autogen/user/guile_options.adoc index 8647db466..bdf6ec5f7 100644 --- a/doc/ja/autogen/user/guile_options.adoc +++ b/doc/ja/autogen/user/guile_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` diff --git a/doc/ja/autogen/user/javascript_options.adoc b/doc/ja/autogen/user/javascript_options.adoc index 0b9fd56a0..fd515bc98 100644 --- a/doc/ja/autogen/user/javascript_options.adoc +++ b/doc/ja/autogen/user/javascript_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` diff --git a/doc/ja/autogen/user/lua_options.adoc b/doc/ja/autogen/user/lua_options.adoc index ca20e2609..e8fdd85fb 100644 --- a/doc/ja/autogen/user/lua_options.adoc +++ b/doc/ja/autogen/user/lua_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` diff --git a/doc/ja/autogen/user/perl_options.adoc b/doc/ja/autogen/user/perl_options.adoc index b4f321205..3c16e3924 100644 --- a/doc/ja/autogen/user/perl_options.adoc +++ b/doc/ja/autogen/user/perl_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` diff --git a/doc/ja/autogen/user/php_options.adoc b/doc/ja/autogen/user/php_options.adoc index 1de9f4a0a..1a4c33347 100644 --- a/doc/ja/autogen/user/php_options.adoc +++ b/doc/ja/autogen/user/php_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` diff --git a/doc/ja/autogen/user/python_options.adoc b/doc/ja/autogen/user/python_options.adoc index c7334801b..eae365b04 100644 --- a/doc/ja/autogen/user/python_options.adoc +++ b/doc/ja/autogen/user/python_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` diff --git a/doc/ja/autogen/user/ruby_options.adoc b/doc/ja/autogen/user/ruby_options.adoc index fcfc351e6..b8aa21359 100644 --- a/doc/ja/autogen/user/ruby_options.adoc +++ b/doc/ja/autogen/user/ruby_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` diff --git a/doc/ja/autogen/user/tcl_options.adoc b/doc/ja/autogen/user/tcl_options.adoc index df1cfb47d..339c2b396 100644 --- a/doc/ja/autogen/user/tcl_options.adoc +++ b/doc/ja/autogen/user/tcl_options.adoc @@ -7,3 +7,9 @@ ** タイプ: ブール ** 値: on, off ** デフォルト値: `+off+` + +* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* +** 説明: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** タイプ: ブール +** 値: on, off +** デフォルト値: `+on+` diff --git a/doc/pl/autogen/user/guile_options.adoc b/doc/pl/autogen/user/guile_options.adoc index 5e26f6539..a5070bd23 100644 --- a/doc/pl/autogen/user/guile_options.adoc +++ b/doc/pl/autogen/user/guile_options.adoc @@ -7,3 +7,9 @@ ** typ: bool ** wartości: on, off ** domyślna wartość: `+off+` + +* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context* +** opis: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` diff --git a/doc/pl/autogen/user/javascript_options.adoc b/doc/pl/autogen/user/javascript_options.adoc index db8064dfc..ff688e87f 100644 --- a/doc/pl/autogen/user/javascript_options.adoc +++ b/doc/pl/autogen/user/javascript_options.adoc @@ -7,3 +7,9 @@ ** typ: bool ** wartości: on, off ** domyślna wartość: `+off+` + +* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context* +** opis: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` diff --git a/doc/pl/autogen/user/lua_options.adoc b/doc/pl/autogen/user/lua_options.adoc index c7a015954..d07d77870 100644 --- a/doc/pl/autogen/user/lua_options.adoc +++ b/doc/pl/autogen/user/lua_options.adoc @@ -7,3 +7,9 @@ ** typ: bool ** wartości: on, off ** domyślna wartość: `+off+` + +* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context* +** opis: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` diff --git a/doc/pl/autogen/user/perl_options.adoc b/doc/pl/autogen/user/perl_options.adoc index 66deda54a..84cd87277 100644 --- a/doc/pl/autogen/user/perl_options.adoc +++ b/doc/pl/autogen/user/perl_options.adoc @@ -7,3 +7,9 @@ ** typ: bool ** wartości: on, off ** domyślna wartość: `+off+` + +* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* +** opis: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` diff --git a/doc/pl/autogen/user/php_options.adoc b/doc/pl/autogen/user/php_options.adoc index 852bd38ef..8845f689c 100644 --- a/doc/pl/autogen/user/php_options.adoc +++ b/doc/pl/autogen/user/php_options.adoc @@ -7,3 +7,9 @@ ** typ: bool ** wartości: on, off ** domyślna wartość: `+off+` + +* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context* +** opis: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` diff --git a/doc/pl/autogen/user/python_options.adoc b/doc/pl/autogen/user/python_options.adoc index 372d0dd86..f733fad73 100644 --- a/doc/pl/autogen/user/python_options.adoc +++ b/doc/pl/autogen/user/python_options.adoc @@ -7,3 +7,9 @@ ** typ: bool ** wartości: on, off ** domyślna wartość: `+off+` + +* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context* +** opis: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` diff --git a/doc/pl/autogen/user/ruby_options.adoc b/doc/pl/autogen/user/ruby_options.adoc index 8efe29cd7..633ac788a 100644 --- a/doc/pl/autogen/user/ruby_options.adoc +++ b/doc/pl/autogen/user/ruby_options.adoc @@ -7,3 +7,9 @@ ** typ: bool ** wartości: on, off ** domyślna wartość: `+off+` + +* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context* +** opis: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` diff --git a/doc/pl/autogen/user/tcl_options.adoc b/doc/pl/autogen/user/tcl_options.adoc index 7e41a19bf..8f58f7436 100644 --- a/doc/pl/autogen/user/tcl_options.adoc +++ b/doc/pl/autogen/user/tcl_options.adoc @@ -7,3 +7,9 @@ ** typ: bool ** wartości: on, off ** domyślna wartość: `+off+` + +* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context* +** opis: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** typ: bool +** wartości: on, off +** domyślna wartość: `+on+` diff --git a/src/plugins/guile/weechat-guile.c b/src/plugins/guile/weechat-guile.c index 1c663a02e..304fe906b 100644 --- a/src/plugins/guile/weechat-guile.c +++ b/src/plugins/guile/weechat-guile.c @@ -50,6 +50,7 @@ struct t_plugin_script_data guile_data; struct t_config_file *guile_config_file = NULL; struct t_config_option *guile_config_look_check_license = NULL; +struct t_config_option *guile_config_look_eval_keep_context = NULL; int guile_quiet = 0; @@ -749,6 +750,12 @@ weechat_guile_eval (struct t_gui_buffer *buffer, int send_to_buffer_as_input, guile_eval_exec_commands = 0; guile_eval_buffer = NULL; + if (!weechat_config_boolean (guile_config_look_eval_keep_context)) + { + weechat_guile_unload (guile_script_eval); + guile_script_eval = NULL; + } + return 1; } @@ -1187,6 +1194,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) guile_data.config_file = &guile_config_file; guile_data.config_look_check_license = &guile_config_look_check_license; + guile_data.config_look_eval_keep_context = &guile_config_look_eval_keep_context; guile_data.scripts = &guile_scripts; guile_data.last_script = &last_guile_script; guile_data.callback_command = &weechat_guile_command_cb; diff --git a/src/plugins/javascript/weechat-js.cpp b/src/plugins/javascript/weechat-js.cpp index 00d5e9890..72e1217e0 100644 --- a/src/plugins/javascript/weechat-js.cpp +++ b/src/plugins/javascript/weechat-js.cpp @@ -47,6 +47,7 @@ struct t_plugin_script_data js_data; struct t_config_file *js_config_file = NULL; struct t_config_option *js_config_look_check_license = NULL; +struct t_config_option *js_config_look_eval_keep_context = NULL; int js_quiet = 0; @@ -918,6 +919,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) js_data.config_file = &js_config_file; js_data.config_look_check_license = &js_config_look_check_license; + js_data.config_look_eval_keep_context = &js_config_look_eval_keep_context; js_data.scripts = &js_scripts; js_data.last_script = &last_js_script; js_data.callback_command = &weechat_js_command_cb; diff --git a/src/plugins/lua/weechat-lua.c b/src/plugins/lua/weechat-lua.c index eca71c60a..1fe13133f 100644 --- a/src/plugins/lua/weechat-lua.c +++ b/src/plugins/lua/weechat-lua.c @@ -48,6 +48,7 @@ struct t_plugin_script_data lua_data; struct t_config_file *lua_config_file = NULL; struct t_config_option *lua_config_look_check_license = NULL; +struct t_config_option *lua_config_look_eval_keep_context = NULL; int lua_quiet = 0; @@ -849,6 +850,12 @@ weechat_lua_eval (struct t_gui_buffer *buffer, int send_to_buffer_as_input, lua_eval_exec_commands = 0; lua_eval_buffer = NULL; + if (!weechat_config_boolean (lua_config_look_eval_keep_context)) + { + weechat_lua_unload (lua_script_eval); + lua_script_eval = NULL; + } + return 1; } @@ -1218,6 +1225,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) lua_data.config_file = &lua_config_file; lua_data.config_look_check_license = &lua_config_look_check_license; + lua_data.config_look_eval_keep_context = &lua_config_look_eval_keep_context; lua_data.scripts = &lua_scripts; lua_data.last_script = &last_lua_script; lua_data.callback_command = &weechat_lua_command_cb; diff --git a/src/plugins/perl/weechat-perl.c b/src/plugins/perl/weechat-perl.c index 4381d7cc8..e5b702651 100644 --- a/src/plugins/perl/weechat-perl.c +++ b/src/plugins/perl/weechat-perl.c @@ -45,6 +45,7 @@ struct t_plugin_script_data perl_data; struct t_config_file *perl_config_file = NULL; struct t_config_option *perl_config_look_check_license = NULL; +struct t_config_option *perl_config_look_eval_keep_context = NULL; int perl_quiet = 0; @@ -841,6 +842,12 @@ weechat_perl_eval (struct t_gui_buffer *buffer, int send_to_buffer_as_input, perl_eval_exec_commands = 0; perl_eval_buffer = NULL; + if (!weechat_config_boolean (perl_config_look_eval_keep_context)) + { + weechat_perl_unload (perl_script_eval); + perl_script_eval = NULL; + } + return 1; } @@ -1259,6 +1266,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) perl_data.config_file = &perl_config_file; perl_data.config_look_check_license = &perl_config_look_check_license; + perl_data.config_look_eval_keep_context = &perl_config_look_eval_keep_context; perl_data.scripts = &perl_scripts; perl_data.last_script = &last_perl_script; perl_data.callback_command = &weechat_perl_command_cb; diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 379867a2e..8e45e2992 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -43,6 +43,7 @@ struct t_plugin_script_data php_data; struct t_config_file *php_config_file = NULL; struct t_config_option *php_config_look_check_license = NULL; +struct t_config_option *php_config_look_eval_keep_context = NULL; int php_quiet = 0; @@ -1254,6 +1255,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) php_data.config_file = &php_config_file; php_data.config_look_check_license = &php_config_look_check_license; + php_data.config_look_eval_keep_context = &php_config_look_eval_keep_context; php_data.scripts = &php_scripts; php_data.last_script = &last_php_script; php_data.callback_command = &weechat_php_command_cb; diff --git a/src/plugins/plugin-script-config.c b/src/plugins/plugin-script-config.c index 9bbd1bc95..380780094 100644 --- a/src/plugins/plugin-script-config.c +++ b/src/plugins/plugin-script-config.c @@ -20,6 +20,7 @@ */ #include +#include #include "weechat-plugin.h" #include "plugin-script.h" @@ -38,6 +39,7 @@ plugin_script_config_init (struct t_weechat_plugin *weechat_plugin, struct t_plugin_script_data *plugin_data) { struct t_config_section *ptr_section; + char str_description[4096]; *(plugin_data->config_file) = weechat_config_new (weechat_plugin->name, NULL, NULL, NULL); @@ -67,6 +69,20 @@ plugin_script_config_init (struct t_weechat_plugin *weechat_plugin, "is different from the plugin license, a warning is displayed"), NULL, 0, 0, "off", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); + snprintf (str_description, sizeof (str_description), + N_("keep context between two calls to /%s eval " + "(or info \"%s_eval\"); a hidden script is used to eval " + "script code; if this option is disabled, this hidden script " + "is unloaded after each eval: this uses less memory, but is " + "slower"), + weechat_plugin->name, + weechat_plugin->name); + *(plugin_data->config_look_eval_keep_context) = weechat_config_new_option ( + *(plugin_data->config_file), ptr_section, + "eval_keep_context", "boolean", + str_description, + NULL, 0, 0, "on", NULL, 0, + NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); return 1; } diff --git a/src/plugins/plugin-script.h b/src/plugins/plugin-script.h index 0d6ad4ac6..936d67452 100644 --- a/src/plugins/plugin-script.h +++ b/src/plugins/plugin-script.h @@ -74,6 +74,7 @@ struct t_plugin_script_data /* variables */ struct t_config_file **config_file; struct t_config_option **config_look_check_license; + struct t_config_option **config_look_eval_keep_context; struct t_plugin_script **scripts; struct t_plugin_script **last_script; diff --git a/src/plugins/python/weechat-python.c b/src/plugins/python/weechat-python.c index 4d5f58003..8c89f84f7 100644 --- a/src/plugins/python/weechat-python.c +++ b/src/plugins/python/weechat-python.c @@ -48,6 +48,7 @@ struct t_plugin_script_data python_data; struct t_config_file *python_config_file = NULL; struct t_config_option *python_config_look_check_license = NULL; +struct t_config_option *python_config_look_eval_keep_context = NULL; int python_quiet = 0; @@ -1094,6 +1095,12 @@ weechat_python_eval (struct t_gui_buffer *buffer, int send_to_buffer_as_input, python_eval_exec_commands = 0; python_eval_buffer = NULL; + if (!weechat_config_boolean (python_config_look_eval_keep_context)) + { + weechat_python_unload (python_script_eval); + python_script_eval = NULL; + } + return 1; } @@ -1534,6 +1541,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) python_data.config_file = &python_config_file; python_data.config_look_check_license = &python_config_look_check_license; + python_data.config_look_eval_keep_context = &python_config_look_eval_keep_context; python_data.scripts = &python_scripts; python_data.last_script = &last_python_script; python_data.callback_command = &weechat_python_command_cb; diff --git a/src/plugins/ruby/weechat-ruby.c b/src/plugins/ruby/weechat-ruby.c index 5386f7759..a5bc4d0de 100644 --- a/src/plugins/ruby/weechat-ruby.c +++ b/src/plugins/ruby/weechat-ruby.c @@ -69,6 +69,7 @@ struct t_plugin_script_data ruby_data; struct t_config_file *ruby_config_file = NULL; struct t_config_option *ruby_config_look_check_license = NULL; +struct t_config_option *ruby_config_look_eval_keep_context = NULL; int ruby_quiet = 0; int ruby_hide_errors = 0; @@ -894,6 +895,12 @@ weechat_ruby_eval (struct t_gui_buffer *buffer, int send_to_buffer_as_input, ruby_eval_exec_commands = 0; ruby_eval_buffer = NULL; + if (!weechat_config_boolean (ruby_config_look_eval_keep_context)) + { + weechat_ruby_unload (ruby_script_eval); + ruby_script_eval = NULL; + } + return 1; } @@ -1367,6 +1374,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) ruby_data.config_file = &ruby_config_file; ruby_data.config_look_check_license = &ruby_config_look_check_license; + ruby_data.config_look_eval_keep_context = &ruby_config_look_eval_keep_context; ruby_data.scripts = &ruby_scripts; ruby_data.last_script = &last_ruby_script; ruby_data.callback_command = &weechat_ruby_command_cb; diff --git a/src/plugins/tcl/weechat-tcl.c b/src/plugins/tcl/weechat-tcl.c index fd228c791..7af80f514 100644 --- a/src/plugins/tcl/weechat-tcl.c +++ b/src/plugins/tcl/weechat-tcl.c @@ -48,6 +48,7 @@ struct t_plugin_script_data tcl_data; struct t_config_file *tcl_config_file = NULL; struct t_config_option *tcl_config_look_check_license = NULL; +struct t_config_option *tcl_config_look_eval_keep_context = NULL; int tcl_quiet = 0; @@ -924,6 +925,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) tcl_data.config_file = &tcl_config_file; tcl_data.config_look_check_license = &tcl_config_look_check_license; + tcl_data.config_look_eval_keep_context = &tcl_config_look_eval_keep_context; tcl_data.scripts = &tcl_scripts; tcl_data.last_script = &last_tcl_script; tcl_data.callback_command = &weechat_tcl_command_cb;