Re: Del Editor Confusion

2025-01-31 Thread M.Hall
Looks great on macos x86_64 and arm64e. Thank you! On Fri, Jan 31, 2025 at 8:04 AM Dr. Jürgen Sauermann < mail@jürgen-sauermann.de> wrote: > Gentlemen, > > thanks, fixed in *SVN 1825*. > > Best Regards, > Jürgen > > > On 1/27/25 03:33, Paul Rockwell wrote: > > I'm seeing the same thing on SVN 182

Re: Del Editor Confusion

2025-01-31 Thread Dr . Jürgen Sauermann
Gentlemen, thanks, fixed in *SVN 1825*. Best Regards, Jürgen On 1/27/25 03:33, Paul Rockwell wrote: I'm seeing the same thing on SVN 1822 on Fedora 41 x86_64 and SVN 1823 on macOS 15.2 Apple Silicon (arm64). - Paul Rockwell On Jan 26, 2025, at 7:36 PM, M.Hall wrote: I have some misunder

Re: Del Editor Confusion

2025-01-26 Thread Paul Rockwell
I'm seeing the same thing on SVN 1822 on Fedora 41 x86_64 and SVN 1823 on macOS 15.2 Apple Silicon (arm64). - Paul Rockwell > On Jan 26, 2025, at 7:36 PM, M.Hall wrote: > > I have some misunderstandings with the del editor. (this is long, sorry) > > $ apl > > ⍝ define a function > ∇

Del Editor Confusion

2025-01-26 Thread M.Hall
I have some misunderstandings with the del editor. (this is long, sorry) $ apl ⍝ define a function ∇asd [1] 10 [2] 20 [3] ∇ ⍝ try it asd 10 20 ⍝ change the first line ∇asd[1]123∇ [2] ∇ ⍝ huh? wanted to change line 1, but got line 2. ⍝ it also didn't exit the editor ⍝ so run