Re: Are the 'eval' commands working? or is it just me?

2023-10-10 Thread Edward K. Ream
On Monday, October 9, 2023 at 8:52:51 AM UTC-5 Edward K. Ream wrote: > > I have just changed [the title of issue #3598 ] to "Retire all eval commands". PR #3600 has been merged into dev

Re: Are the 'eval' commands working? or is it just me?

2023-10-09 Thread Edward K. Ream
On Mon, Oct 9, 2023 at 1:45 PM Félix wrote: > Indeed, execute-script command already honors the current text-selection > and will only run the selected text, if any, otherwise it will use the > whole node's text. (and appropriate descendants if any '@others' present in > the selection/node) > > I

Re: Are the 'eval' commands working? or is it just me?

2023-10-09 Thread Félix
Indeed, execute-script command already honors the current text-selection and will only run the selected text, if any, otherwise it will use the whole node's text. (and appropriate descendants if any '@others' present in the selection/node) I'll gladly remove mod_scripting's eval commands from l

Re: Are the 'eval' commands working? or is it just me?

2023-10-09 Thread Edward K. Ream
On Mon, Oct 9, 2023 at 8:46 AM Thomas Passin wrote: > The *valuespace* plugin does something like this, but I found it > confusing to use. Me too. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop

Re: Are the 'eval' commands working? or is it just me?

2023-10-09 Thread Edward K. Ream
On Monday, October 9, 2023 at 6:26:13 AM UTC-5 Edward K. Ream wrote: > I have just changed [the title of issue #3598 ] to "Retire all eval commands". mod_http.py contained a stealth setting, *@bool http-allow-remote-exec*, that enabled the

Re: Are the 'eval' commands working? or is it just me?

2023-10-09 Thread Thomas Passin
The *valuespace* plugin does something like this, but I found it confusing to use. On Monday, October 9, 2023 at 9:11:37 AM UTC-4 Edward K. Ream wrote: > > > On Mon, Oct 9, 2023 at 7:34 AM Thomas Passin wrote: > > I was not aware of [Leo's eval commands] before Felix posted this thread, >> for

Re: Are the 'eval' commands working? or is it just me?

2023-10-09 Thread Edward K. Ream
On Mon, Oct 9, 2023 at 7:34 AM Thomas Passin wrote: I was not aware of [Leo's eval commands] before Felix posted this thread, > for what that's worth. I wrote a script that takes selected text - it has > to have the right format - and plots it as a Matplotlib graph. I guess > that illustrates y

Re: Are the 'eval' commands working? or is it just me?

2023-10-09 Thread Thomas Passin
On Monday, October 9, 2023 at 7:26:13 AM UTC-4 Edward K. Ream wrote: ... execute-script will suffice for any conceivable purpose. Your troubles indicate that nobody is using the eval commands. I was not aware of them before Felix posted this thread, for what that's worth. I wrote a script th

Re: Are the 'eval' commands working? or is it just me?

2023-10-09 Thread Edward K. Ream
On Sun, Oct 8, 2023 at 9:30 PM Félix wrote: Trying out the *eval *commands from the minibuffer for the first time, > following the examples in the documentation doesn't work for me... Am I > doing something wrong? Note: This is issue #3598

Re: Are the 'eval' commands working? or is it just me?

2023-10-08 Thread Edward K. Ream
On Sun, Oct 8, 2023 at 9:30 PM Félix wrote: > Trying out the *eval *commands from the minibuffer for the first time, > following the examples in the documentation doesn't work for me... Am I > doing something wrong? I'll take a look. Edward -- You received this message because you are subscr

Are the 'eval' commands working? or is it just me?

2023-10-08 Thread Félix
Trying out the *eval *commands from the minibuffer for the first time, following the examples in the documentation doesn't work for me... Am I doing something wrong? To try out 'eval' and 'eval-last', the documentation says : eval-last - Inserts the result of the last eval in the body.