• Microsoft Introduces New Command-Line Text Editor

    From Lawrence D'Oliveiro@21:1/5 to All on Tue May 20 07:54:59 2025
    XPost: alt.comp.os.windows-11

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows-command-line-text-editor>

    Of all the excuses for reinventing the wheel, I’m not sure whether
    this one is particularly creative, particularly lame, or both:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so
    it built its own text editor instead of relying on other available
    options.

    Really?? You wanted to spare your users the horrors of coping with
    vim?!? They’re already suffering under Windows, for goshsakes!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Alan K.@21:1/5 to Lawrence D'Oliveiro on Tue May 20 08:21:51 2025
    XPost: alt.comp.os.windows-11

    On 5/20/25 03:54 AM, Lawrence D'Oliveiro wrote:
    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows-command-line-text-editor>

    Of all the excuses for reinventing the wheel, I’m not sure whether
    this one is particularly creative, particularly lame, or both:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so
    it built its own text editor instead of relying on other available
    options.

    Really?? You wanted to spare your users the horrors of coping with
    vim?!? They’re already suffering under Windows, for goshsakes!
    Goshsakes, what's wrong with notepad++? I go through control panel and add the path to
    notepad++ to my system PATH, and bingo, any command line has a GOOD full featured editor.

    --
    Linux Mint 22.1, Cinnamon 6.4.8, Kernel 6.8.0-60-generic
    Thunderbird 128.10.0esr, Mozilla Firefox 138.0.3
    Alan K.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to Lawrence D'Oliveiro on Tue May 20 11:14:20 2025
    XPost: alt.comp.os.windows-11

    Lawrence D'Oliveiro wrote this post while blinking in Morse code:

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows-command-line-text-editor>

    Of all the excuses for reinventing the wheel, I’m not sure whether
    this one is particularly creative, particularly lame, or both:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so
    it built its own text editor instead of relying on other available
    options.

    Really?? You wanted to spare your users the horrors of coping with
    vim?!? They’re already suffering under Windows, for goshsakes!

    Heh, at first I thought you were talking about EDLIN.

    Believe it or not, I once worked with a team that used EDLIN to
    write MASM code. One of the modules was about a megabyte. Paging to
    the end of that file was excruciating... one 64K chunk at a time IIRC.

    *WAS text
    *WAS
    *WAS
    *WAS
    . . .

    --
    "Paul Lynde to block..."
    -- a contestant on "Hollywood Squares"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to Chris Ahlstrom on Tue May 20 11:42:49 2025
    XPost: alt.comp.os.windows-11

    Chris Ahlstrom wrote this post while blinking in Morse code:

    Lawrence D'Oliveiro wrote this post while blinking in Morse code:

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new
    command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows-command-line-text-editor>

    <snip>

    Heh, at first I thought you were talking about EDLIN.

    Believe it or not, I once worked with a team that used EDLIN to
    write MASM code. One of the modules was about a megabyte. Paging to
    the end of that file was excruciating... one 64K chunk at a time IIRC.

    *WAS text
    *WAS
    *WAS
    *WAS
    . . .

    Heh, edlin is available in the Debian Sid repo, was written to use with FreeDOS:

    $ edlin
    *?
    edlin 2.24, copyright (c) 2003 Gregory Pietsch
    This program comes with ABSOLUTELY NO WARRANTY.
    It is free software, and you are welcome to redistribute it
    under the terms of the GNU General Public License -- either
    version 2 of the license, or, at your option, any later
    version.

    edlin has the following subcommands:

    # edit a single line [#],[#],#m move
    a append [#][,#]p page
    [#],[#],#,[#]c copy q quit
    [#][,#]d delete [#][,#][?]r$,$ replace
    e<> end (write & quit) [#][,#][?]s$ search
    [#]i insert [#]t<> transfer
    [#][,#]l list [#]w<> write

    where $ above is a string, <> is a filename,
    # is a number (which may be .=current line, $=last line,
    or either number + or - another number).

    *


    --
    He who is known as an early riser need not get up until noon.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Tue May 20 19:25:02 2025
    XPost: alt.comp.os.windows-11

    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so it
    built its own text editor instead of relying on other available
    options.

    I'll admit I wondered how to exit vim, or the original vi to be specific,
    but that was 45 years or so ago.

    Microsoft might be upset that one of the first VS Code extensions I
    install is Vim.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Barnett@21:1/5 to All on Tue May 20 14:35:08 2025
    XPost: alt.comp.os.windows-11

    T24gNS8yMC8yMDI1IDE6MjUgUE0sIHJib3dtYW4gd3JvdGU6DQo+IE9uIFR1ZSwgMjAgTWF5 IDIwMjUgMDc6NTQ6NTkgLTAwMDAgKFVUQyksIExhd3JlbmNlIEQnT2xpdmVpcm8gd3JvdGU6 DQo+IA0KPj4gICAgICBNaWNyb3NvZnQgYWxzbyB3YW50ZWQgdG8gYXZvaWQgdGhlIOKAnGhv dyBkbyBJIGV4aXQgdmltP+KAnSBtZW1lLCBzbyBpdA0KPj4gICAgICBidWlsdCBpdHMgb3du IHRleHQgZWRpdG9yIGluc3RlYWQgb2YgcmVseWluZyBvbiBvdGhlciBhdmFpbGFibGUNCj4+ ICAgICAgb3B0aW9ucy4NCj4gDQo+IEknbGwgYWRtaXQgSSB3b25kZXJlZCBob3cgdG8gZXhp dCB2aW0sIG9yIHRoZSBvcmlnaW5hbCB2aSB0byBiZSBzcGVjaWZpYywNCj4gYnV0IHRoYXQg d2FzIDQ1IHllYXJzIG9yIHNvIGFnby4NCkluIHRoZSBlYXJseSAxOTgwcyAoYXBwcm94aW1h dGVseSB3aGVuIHlvdSB3ZXJlIHRyYXBwZWQgaW4gdGhlIHZpbSBtYXplKSANCmFuIGV4Y2l0 ZWQgY29sbGVhZ3VlIHRvbGQgbWUgSSBqdXN0IGhhZCB0byB0cnkgb3V0IHNvbWUgbmV3IHZl cnNpb24gb2YgDQpFTUFDUyBydW5uaW5nIG9uIG91ciBQRFAxMCBmYXJtIGF0IElTSSAtIEkg aGFkIGJlZW4gdXNpbmcgc29tZSBvdGhlciANCmVkaXRvci4gSSB3YXMgaGF2aW5nIHNvbWUg ZnVuIGZpZ3VyaW5nIG91dCBhIGZldyBzaW1wbGUgY29tbWFuZHM7IHRoZW4gSSANCnRyaWVk IHRvIGV4aXQ6IGN0ciB4LCBjdHIgcSwgZXRjLiBBZnRlciAxNSBtaW51dGVzIEkgc2NyZWFt ZWQgZm9yIGhlbHAuIA0KSSBhdm9pZGVkIEVNQUNTIGFmdGVyIHRoYXQgdW50aWwgYSBmZXcg eWVhcnMgbGF0dGVyIHdoZW4gSSB3YXMgdXNpbmcgdGhlIA0KZ3Jvd24gdXAgYWR1bHQgdmVy c2lvbiBpbnRlZ3JhdGVkIGludG8gdGhlIFN5bWJvbGljcyBMaXNwIE1hY2hpbmUncyANCmRl dmVsb3BtZW50IGVudmlyb25tZW50LiBMaWZlIGhhZCBjaGFuZ2VkIGZvciB0aGUgZ29vZC4N Ci0tIA0KSmVmZiBCYXJuZXR0DQoNCg==

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Chris Ahlstrom on Tue May 20 22:49:30 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-20 17:14, Chris Ahlstrom wrote:
    Lawrence D'Oliveiro wrote this post while blinking in Morse code:

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new
    command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows-command-line-text-editor>

    Of all the excuses for reinventing the wheel, I’m not sure whether
    this one is particularly creative, particularly lame, or both:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so
    it built its own text editor instead of relying on other available
    options.

    Really?? You wanted to spare your users the horrors of coping with
    vim?!? They’re already suffering under Windows, for goshsakes!

    Heh, at first I thought you were talking about EDLIN.

    Believe it or not, I once worked with a team that used EDLIN to
    write MASM code. One of the modules was about a megabyte. Paging to
    the end of that file was excruciating... one 64K chunk at a time IIRC.

    *WAS text
    *WAS
    *WAS
    *WAS
    . . .


    I once used edlin with keyboard and printer, the display was broken.

    They did a console editor, I think named "edit", in MsDOS 6 perhaps.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to rbowman on Tue May 20 22:51:59 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-20 21:25, rbowman wrote:
    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so it >> built its own text editor instead of relying on other available
    options.

    I'll admit I wondered how to exit vim, or the original vi to be specific,
    but that was 45 years or so ago.

    I killed the terminal. A telnet terminal under Windows. Then opened
    another telnet to find out help about how to exit vi.


    Microsoft might be upset that one of the first VS Code extensions I
    install is Vim.

    I never use vi, I hate it. I know the basics, that's it.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Lawrence D'Oliveiro on Tue May 20 17:18:05 2025
    XPost: alt.comp.os.windows-11

    On Tue, 5/20/2025 3:54 AM, Lawrence D'Oliveiro wrote:
    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows-command-line-text-editor>

    Of all the excuses for reinventing the wheel, I’m not sure whether
    this one is particularly creative, particularly lame, or both:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so
    it built its own text editor instead of relying on other available
    options.

    Really?? You wanted to spare your users the horrors of coping with
    vim?!? They’re already suffering under Windows, for goshsakes!


    This is so cool. <Slips on geek shades>

    https://devblogs.microsoft.com/commandline/edit-is-now-open-source/

    "This is a godsend for computational biologists where we have to open massive text files and..."

    From a Wiki article:

    "Pharmacologists were able to use Microsoft Excel to compare chemical and
    genomic data related to the effectiveness of drugs. However, the industry
    has reached what is referred to as the Excel barricade. This arises from
    the limited number of cells accessible on a spreadsheet. <=== OMG. The horror.

    This development led to the need for computational pharmacology." <=== (Adds extra rows to Excel, runs away)

    Now we know how the other half lives.

    Sitting in an office, with the legend worn off your PgDn key.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Jeff Barnett on Wed May 21 00:16:56 2025
    XPost: alt.comp.os.windows-11

    On Tue, 20 May 2025 14:35:08 -0600, Jeff Barnett wrote:

    I avoided EMACS after that until a few years latter when I was using the grown up adult version integrated into the Symbolics Lisp Machine's development environment. Life had changed for the good.

    Presumably because Emacs was integrated into the very OS itself, so
    quitting it was equivalent to shutting down the system anyway?

    Nowadays it can run in GUI mode. So you go to the “File” menu, and there
    at the bottom is the “Quit” option, same as any other normal GUI app.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Alan K. on Wed May 21 00:17:59 2025
    XPost: alt.comp.os.windows-11

    On Tue, 20 May 2025 08:21:51 -0400, Alan K. wrote:

    Goshsakes, what's wrong with notepad++?

    Lots of people (Windows people, at least) do seem to have nice things to
    say about it.

    Maybe Microsoft tried to buy them out, and they refused.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From pH@21:1/5 to Jeff Barnett on Wed May 21 02:22:45 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-20, Jeff Barnett <jbb@notatt.com> wrote:
    On 5/20/2025 1:25 PM, rbowman wrote:
    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so it
    built its own text editor instead of relying on other available
    options.

    I'll admit I wondered how to exit vim, or the original vi to be specific,
    but that was 45 years or so ago.
    In the early 1980s (approximately when you were trapped in the vim maze)
    an excited colleague told me I just had to try out some new version of
    EMACS running on our PDP10 farm at ISI - I had been using some other
    editor. I was having some fun figuring out a few simple commands; then I tried to exit: ctr x, ctr q, etc. After 15 minutes I screamed for help.
    I avoided EMACS after that until a few years latter when I was using the grown up adult version integrated into the Symbolics Lisp Machine's development environment. Life had changed for the good.

    I'd install "joe" since I'm a WordStar fan.

    From the joe manpage....

    syntax
    joe [global-options] [ [local-options] filename ]...
    jstar [global-options] [ [local-options] filename ]...
    jmacs [global-options] [ [local-options] filename ]...
    rjoe [global-options] [ [local-options] filename ]...
    jpico [global-options] [ [local-options] filename ]...

    Description
    JOE is a powerful console screen editor. It has a "mode-less" user in‐
    terface which is similar to many user-friendly PC editors. Users of Mi‐
    cro-Pro´s WordStar or Borland´s "Turbo" languages will feel at home. JOE
    is a full featured UNIX screen-editor though, and has many features for
    editing programs and text.

    JOE also emulates several other editors. JSTAR is a close imitation of
    WordStar with many "JOE" extensions. JPICO is a close imitation of the
    Pine mailing system´s PICO editor, but with many extensions and improve‐
    ments. JMACS is a GNU-EMACS imitation. RJOE is a restricted version of
    JOE, which allows you to edit only the files specified on the command
    line.

    Although JOE is actually five different editors, it still requires only
    one executable, but one with five different names. The name of the edi‐
    tor with an "rc" appended gives the name of JOE´s initialization file,
    which determines the personality of the editor.

    ---------------------------------------------------------------

    It does not seem to have vi(m) in there....oh well.

    pH in Aptos

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Jeff Barnett on Wed May 21 02:47:35 2025
    XPost: alt.comp.os.windows-11

    On Tue, 20 May 2025 14:35:08 -0600, Jeff Barnett wrote:

    On 5/20/2025 1:25 PM, rbowman wrote:
    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so >>> it built its own text editor instead of relying on other
    available options.

    I'll admit I wondered how to exit vim, or the original vi to be
    specific,
    but that was 45 years or so ago.
    In the early 1980s (approximately when you were trapped in the vim maze)
    an excited colleague told me I just had to try out some new version of
    EMACS running on our PDP10 farm at ISI - I had been using some other
    editor. I was having some fun figuring out a few simple commands; then I tried to exit: ctr x, ctr q, etc. After 15 minutes I screamed for help.
    I avoided EMACS after that until a few years latter when I was using the grown up adult version integrated into the Symbolics Lisp Machine's development environment. Life had changed for the good.

    while I use gVim because it spawns a separate window I very rarely use the
    menu options. I've seldom used it but the first time I encountered EMACS
    with a GUI and menus rather than obscure commands requiring more fingers
    than a polydactyl cat it was almost usable. Almost.

    The real killer back when 4 GB was a huge hard drive was EMACS took about
    10 times more space than Vim to install. Of course, Vim doesn't tell
    fortunes, but that is what 'fortune' is for.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Jeff Barnett on Tue May 20 22:48:16 2025
    XPost: alt.comp.os.windows-11

    On Tue, 5/20/2025 4:35 PM, Jeff Barnett wrote:
    On 5/20/2025 1:25 PM, rbowman wrote:
    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

         Microsoft also wanted to avoid the “how do I exit vim?” meme, so it
         built its own text editor instead of relying on other available >>>      options.

    I'll admit I wondered how to exit vim, or the original vi to be specific,
    but that was 45 years or so ago.
    In the early 1980s (approximately when you were trapped in the vim maze) an excited colleague told me I just had to try out some new version of EMACS running on our PDP10 farm at ISI - I had been using some other editor. I was having some fun figuring
    out a few simple commands; then I tried to exit: ctr x, ctr q, etc. After 15 minutes I screamed for help. I avoided EMACS after that until a few years latter when I was using the grown up adult version integrated into the Symbolics Lisp Machine's
    development environment. Life had changed for the good.

    The word "EMACS" was its own meme.

    It's like playing Rachmaninoff. According to a colleague who was enjoying
    EMACS at his desk "some of the chords are hard to play and you need a
    good hand span" :-)

    Somehow VIM just isn't the same.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to wNOSPAMp@gmail.org on Wed May 21 03:08:13 2025
    XPost: alt.comp.os.windows-11

    On Wed, 21 May 2025 02:22:45 -0000 (UTC), pH <wNOSPAMp@gmail.org> wrote in <100jddl$2kse5$1@dont-email.me>:

    On 2025-05-20, Jeff Barnett <jbb@notatt.com> wrote:
    On 5/20/2025 1:25 PM, rbowman wrote:
    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so >>>> it built its own text editor instead of relying on other
    available options.

    I'll admit I wondered how to exit vim, or the original vi to be
    specific,
    but that was 45 years or so ago.
    In the early 1980s (approximately when you were trapped in the vim
    maze)
    an excited colleague told me I just had to try out some new version of
    EMACS running on our PDP10 farm at ISI - I had been using some other
    editor. I was having some fun figuring out a few simple commands; then
    I tried to exit: ctr x, ctr q, etc. After 15 minutes I screamed for
    help. I avoided EMACS after that until a few years latter when I was
    using the grown up adult version integrated into the Symbolics Lisp
    Machine's development environment. Life had changed for the good.

    I'd install "joe" since I'm a WordStar fan.

    From the joe manpage....

    syntax
    joe [global-options] [ [local-options] filename ]...
    jstar [global-options] [ [local-options] filename ]...
    jmacs [global-options] [ [local-options] filename ]...
    rjoe [global-options] [ [local-options] filename ]...
    jpico [global-options] [ [local-options] filename ]...

    Description
    JOE is a powerful console screen editor. It has a "mode-less"
    user in‐ terface which is similar to many user-friendly PC
    editors. Users of Mi‐ cro-Pro´s WordStar or Borland´s "Turbo"
    languages will feel at home. JOE is a full featured UNIX
    screen-editor though, and has many features for editing programs
    and text.

    JOE also emulates several other editors. JSTAR is a close
    imitation of WordStar with many "JOE" extensions. JPICO is a
    close imitation of the Pine mailing system´s PICO editor, but
    with many extensions and improve‐
    ments. JMACS is a GNU-EMACS imitation. RJOE is a restricted
    version of JOE, which allows you to edit only the files
    specified on the command line.

    Although JOE is actually five different editors, it still
    requires only one executable, but one with five different
    names. The name of the edi‐ tor with an "rc" appended gives the
    name of JOE´s initialization file, which determines the
    personality of the editor.

    ---------------------------------------------------------------

    It does not seem to have vi(m) in there....oh well.

    pH in Aptos

    I, too, am a fan of joe. Have used it since 1992, when it came with
    the MCC Interim distribution of Linux.

    Since most of the people using our student-access system were familiar
    with BBS editors, joe was the default editor on our system.

    (I can use vi, but I like to say I use it to edit the Makefile so I can
    build joe. ;) )

    Oh: And it's in Cygwin, so no reason not to use joe on Windows.

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.7 Release: Mint 22.1 Mem: 258G
    "Editing is a rewording activity."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Carlos E. R. on Wed May 21 02:55:01 2025
    XPost: alt.comp.os.windows-11

    On Tue, 20 May 2025 22:51:59 +0200, Carlos E. R. wrote:

    I never use vi, I hate it. I know the basics, that's it.

    On Linux machines vi is usually an alias for vim. Real vi does leave
    something to be desired.

    Once you get used to it, vim is light years ahead of any editor MS came up with. Borland bought Brief and killed it but it too was a lot better than
    MS efforts. Hell, Wordstar was better and it wasn't even a programming
    editor.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Wed May 21 03:04:55 2025
    XPost: alt.comp.os.windows-11

    On Wed, 21 May 2025 00:17:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Tue, 20 May 2025 08:21:51 -0400, Alan K. wrote:

    Goshsakes, what's wrong with notepad++?

    Lots of people (Windows people, at least) do seem to have nice things to
    say about it.

    Our support people are fond of it. I installed it and it wasn't bad and I
    might use it if I didn't already have tools.


    Maybe Microsoft tried to buy them out, and they refused.

    https://notepad-plus-plus.org/

    Don Ho (not the 'Tiny Bubbles' one) is very political and would tell MS to
    piss up a rope.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Paul on Tue May 20 23:37:20 2025
    XPost: alt.comp.os.windows-11

    On Tue, 5/20/2025 5:18 PM, Paul wrote:
    On Tue, 5/20/2025 3:54 AM, Lawrence D'Oliveiro wrote:
    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new
    command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows-command-line-text-editor>

    Of all the excuses for reinventing the wheel, I’m not sure whether
    this one is particularly creative, particularly lame, or both:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so
    it built its own text editor instead of relying on other available
    options.

    Really?? You wanted to spare your users the horrors of coping with
    vim?!? They’re already suffering under Windows, for goshsakes!


    This is so cool. <Slips on geek shades>

    https://devblogs.microsoft.com/commandline/edit-is-now-open-source/

    [Picture]

    https://i.postimg.cc/FR1cfTtp/Microsoft-Edit-on-W11-available-for-Linux-too.gif

    Now, the problem with this, is it failed the very next test case.

    Name: out16GB.txt
    Size: 16,671,280,658 bytes (15 GiB)
    SHA256: D7C6EE1708BD905F3CF10A287D00649098FFEBBA6ACCD48AAE202FC8E24BDB41

    ./edit ./out16GB.txt

    The program reads about 4GB of the file. It ignores the rest of the file
    and I don't see a control for moving past that 4GB point.

    [Picture]

    https://i.postimg.cc/6QhxPNQj/Microsoft-Edit-on-W11-4-GB-limit.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Paul on Wed May 21 03:26:00 2025
    XPost: alt.comp.os.windows-11

    On Tue, 20 May 2025 22:48:16 -0400, Paul wrote:

    Somehow VIM just isn't the same.

    “Vim” was the name of a brand of household cleaner, back in the Old
    Country ...

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jeff Barnett@21:1/5 to All on Wed May 21 01:30:55 2025
    XPost: alt.comp.os.windows-11

    T24gNS8yMC8yMDI1IDg6NDggUE0sIFBhdWwgd3JvdGU6DQo+IE9uIFR1ZSwgNS8yMC8yMDI1 IDQ6MzUgUE0sIEplZmYgQmFybmV0dCB3cm90ZToNCj4+IE9uIDUvMjAvMjAyNSAxOjI1IFBN LCByYm93bWFuIHdyb3RlOg0KPj4+IE9uIFR1ZSwgMjAgTWF5IDIwMjUgMDc6NTQ6NTkgLTAw MDAgKFVUQyksIExhd3JlbmNlIEQnT2xpdmVpcm8gd3JvdGU6DQo+Pj4NCj4+Pj4gIMKgwqDC oMKgIE1pY3Jvc29mdCBhbHNvIHdhbnRlZCB0byBhdm9pZCB0aGUg4oCcaG93IGRvIEkgZXhp dCB2aW0/4oCdIG1lbWUsIHNvIGl0DQo+Pj4+ICDCoMKgwqDCoCBidWlsdCBpdHMgb3duIHRl eHQgZWRpdG9yIGluc3RlYWQgb2YgcmVseWluZyBvbiBvdGhlciBhdmFpbGFibGUNCj4+Pj4g IMKgwqDCoMKgIG9wdGlvbnMuDQo+Pj4NCj4+PiBJJ2xsIGFkbWl0IEkgd29uZGVyZWQgaG93 IHRvIGV4aXQgdmltLCBvciB0aGUgb3JpZ2luYWwgdmkgdG8gYmUgc3BlY2lmaWMsDQo+Pj4g YnV0IHRoYXQgd2FzIDQ1IHllYXJzIG9yIHNvIGFnby4NCj4+IEluIHRoZSBlYXJseSAxOTgw cyAoYXBwcm94aW1hdGVseSB3aGVuIHlvdSB3ZXJlIHRyYXBwZWQgaW4gdGhlIHZpbSBtYXpl KSBhbiBleGNpdGVkIGNvbGxlYWd1ZSB0b2xkIG1lIEkganVzdCBoYWQgdG8gdHJ5IG91dCBz b21lIG5ldyB2ZXJzaW9uIG9mIEVNQUNTIHJ1bm5pbmcgb24gb3VyIFBEUDEwIGZhcm0gYXQg SVNJIC0gSSBoYWQgYmVlbiB1c2luZyBzb21lIG90aGVyIGVkaXRvci4gSSB3YXMgaGF2aW5n IHNvbWUgZnVuIGZpZ3VyaW5nIG91dCBhIGZldyBzaW1wbGUgY29tbWFuZHM7IHRoZW4gSSB0 cmllZCB0byBleGl0OiBjdHIgeCwgY3RyIHEsIGV0Yy4gQWZ0ZXIgMTUgbWludXRlcyBJIHNj cmVhbWVkIGZvciBoZWxwLiBJIGF2b2lkZWQgRU1BQ1MgYWZ0ZXIgdGhhdCB1bnRpbCBhIGZl dyB5ZWFycyBsYXR0ZXIgd2hlbiBJIHdhcyB1c2luZyB0aGUgZ3Jvd24gdXAgYWR1bHQgdmVy c2lvbiBpbnRlZ3JhdGVkIGludG8gdGhlIFN5bWJvbGljcyBMaXNwIE1hY2hpbmUncyBkZXZl bG9wbWVudCBlbnZpcm9ubWVudC4gTGlmZSBoYWQgY2hhbmdlZCBmb3IgdGhlIGdvb2QuDQo+ IA0KPiBUaGUgd29yZCAiRU1BQ1MiIHdhcyBpdHMgb3duIG1lbWUuDQo+IA0KPiBJdCdzIGxp a2UgcGxheWluZyBSYWNobWFuaW5vZmYuIEFjY29yZGluZyB0byBhIGNvbGxlYWd1ZSB3aG8g d2FzIGVuam95aW5nDQo+IEVNQUNTIGF0IGhpcyBkZXNrICJzb21lIG9mIHRoZSBjaG9yZHMg YXJlIGhhcmQgdG8gcGxheSBhbmQgeW91IG5lZWQgYQ0KPiBnb29kIGhhbmQgc3BhbiIgOi0p DQo+IA0KPiBTb21laG93IFZJTSBqdXN0IGlzbid0IHRoZSBzYW1lLg0KVGhlIGtleWJvYXJk cyB0aGF0IGNhbWUgdGhhdCBjYW1lIHdpdGggdGhlIExpc3AgbWFjaGluZXMgaGFkIGNhcCwg Y3RybCwgDQptZXRhLCBoeXBlciwgYW5kIG1heWJlIG9uZSBvdGhlciBzdWNoIGtleTsgdGhl IG1vdXNlIGhhZCB0aHJlZSBidXR0b25zIA0KYW5kIHlvdSBjb3VsZCBjaG9yZCB3aXRoIGJv dGggaGFuZHMuIFRoZSBtb3VzZSAia25ldyIgdGhlIHR5cGVzIHlvdSB3ZXJlIA0KcG9pbnRp bmcgYXQgYW5kIHRoZSBtZW51cyBhZGp1c3QgdG8gc2Vuc2libGUgb3B0aW9ucyBmb3IgdGhl IHR5cGUgb2YgDQpkYXRhIG9mIHRoZSBvYmplY3QgcmVwcmVzZW50ZWQgYnkgd2hhdCB0aGUg bW91c2Ugd2FzIG9uLiBBZnRlciANCm92ZXJjb21pbmcgZGlzYmVsaWVmIHRoYXQgYWxsIHRo aXMgd2FzIHdvcmtpbmcgcmVhc29uYWJseSBxdWlja2x5IGFuZCANCnByb3Blcmx5LCBpdCB3 YXMgYSByZWFsIGpveS4gQW5kLCBieSB0aGUgd2F5LCB0aGUga2V5cyBJIG1lbnRpb25lZCBh Ym92ZSANCndlcmUgc28gYXJyYW5nZWQgdGhhdCBpdCB3YXMgbm90IGhhcmQgdG8gcmVhY2gg dmlydHVhbGx5IGFueSBjaG9yZC4NCi0tIA0KSmVmZiBCYXJuZXR0DQoNCg==

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Jeff Barnett on Wed May 21 08:51:07 2025
    XPost: alt.comp.os.windows-11

    On Wed, 21 May 2025 01:30:55 -0600, Jeff Barnett wrote:

    The keyboards that came that came with the Lisp machines had cap,
    ctrl, meta, hyper, and maybe one other such key ...

    There was an online discussion of the old Lisp Machine keyboards that
    included pictures. I think it’s gone now.

    My recreation of what I thought was the ultimate, the “Space Cadet” keyboard, as an exercise in CG modelling: <https://www.deviantart.com/default-cube/art/Space-Cadet-Keyboard-650629356>

    (My original version followed a reference picture where the keyboard
    had become yellow with age, and the grey keys had turned brown; the
    above picture shows it in something closer to the original colours
    when new.)

    The mouse "knew" the types you were pointing at and the menus adjust
    to sensible options for the type of data of the object represented
    by what the mouse was on.

    We don’t describe it in such magical terms nowadays; we just call them “contextual menus”.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Paul on Wed May 21 11:51:22 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-21 05:37, Paul wrote:
    On Tue, 5/20/2025 5:18 PM, Paul wrote:
    On Tue, 5/20/2025 3:54 AM, Lawrence D'Oliveiro wrote:
    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new
    command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows-command-line-text-editor>

    ...

    Now, the problem with this, is it failed the very next test case.

    Name: out16GB.txt
    Size: 16,671,280,658 bytes (15 GiB)
    SHA256: D7C6EE1708BD905F3CF10A287D00649098FFEBBA6ACCD48AAE202FC8E24BDB41

    ./edit ./out16GB.txt

    The program reads about 4GB of the file. It ignores the rest of the file
    and I don't see a control for moving past that 4GB point.

    The problem is that it doesn't error out "file too large". An editor not opening huge files is acceptable, but it has to produce an error, not
    fail silently.



    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to rbowman on Wed May 21 11:47:16 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-21 04:55, rbowman wrote:
    On Tue, 20 May 2025 22:51:59 +0200, Carlos E. R. wrote:

    I never use vi, I hate it. I know the basics, that's it.

    On Linux machines vi is usually an alias for vim. Real vi does leave something to be desired.

    Once you get used to it, vim is light years ahead of any editor MS came up with. Borland bought Brief and killed it but it too was a lot better than
    MS efforts. Hell, Wordstar was better and it wasn't even a programming editor.

    Long ago, Borland editors used the WordStar keyboard set. I loved it. I
    don't know if the current Borland IDEs still use it.

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to Jeff Barnett on Wed May 21 08:43:26 2025
    XPost: alt.comp.os.windows-11

    Jeff Barnett wrote this post while blinking in Morse code:

    On 5/20/2025 1:25 PM, rbowman wrote:
    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so it
    built its own text editor instead of relying on other available
    options.

    I'll admit I wondered how to exit vim, or the original vi to be specific,
    but that was 45 years or so ago.

    Circa 1985 I discovered PC vi. Took a couple of passes to figure it out.

    In the next job, I tried to use it instead of the project's editor, EDLIN.
    They said it took too long to load their large MASM files. But then one could navigate the whole file quickly, unlike EDLIN's *WAS mantra.

    Then my other boss (located in Cali) told me about VEDIT. It worked well, except for a problem with reversing the characters, which I figured out how to avoid.

    In the early 1980s (approximately when you were trapped in the vim maze)
    an excited colleague told me I just had to try out some new version of
    EMACS running on our PDP10 farm at ISI - I had been using some other
    editor. I was having some fun figuring out a few simple commands; then I tried to exit: ctr x, ctr q, etc. After 15 minutes I screamed for help.
    I avoided EMACS after that until a few years latter when I was using the grown up adult version integrated into the Symbolics Lisp Machine's development environment. Life had changed for the good.

    After I used PC vi for awhile, in another job I started using microEMACs.

    Then came vim.

    EMACS is too knuckle-busting for me.

    ZZ

    --
    We are preparing to think about contemplating preliminary work on plans to develop a schedule for producing the 10th Edition of the Unix Programmers Manual.
    -- Andrew Hume

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Frank Slootweg@21:1/5 to Lawrence D'Oliveiro on Wed May 21 19:52:04 2025
    XPost: alt.comp.os.windows-11

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Tue, 20 May 2025 22:48:16 -0400, Paul wrote:

    Somehow VIM just isn't the same.

    'Vim' was the name of a brand of household cleaner, back in the Old
    Country ...

    Still is. I don't think it's used/sold all that much, but this is on
    the ah.nl website ('ah' is the main supermarket in NL):

    'Vim Schuurpoeder citroen fris' <https://www.ah.nl/producten/product/wi470949/vim-schuurpoeder-citroen-fris>

    [Google Translate:]

    "Vim scouring powder is a powerful cleaner for the entire house.

    Degreases and refreshes
    Effective against stubborn dirt
    Leaves a pleasant fresh scent"

    And of course this post is composed with vim!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to Lawrence D'Oliveiro on Wed May 21 20:52:52 2025
    XPost: alt.comp.os.windows-11

    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred.


    Who the fuck would ever want to use a command-line editor,
    on Microslop or otherwise?

    On GNU/Linux, the best GUI editors are:

    https://geany.org/

    https://github.com/paulsheer/cooledit

    Use either, or both, of the above and kindly STFU.

    I don't wanna hear no fucking nostalgia for 1970's
    stuff. Grow up, fer chrissake.


    --
    Systemd: solving all the problems that you never knew you had.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Carlos E. R. on Wed May 21 21:32:19 2025
    XPost: alt.comp.os.windows-11

    On Wed, 21 May 2025 11:47:16 +0200, Carlos E. R. wrote:

    On 2025-05-21 04:55, rbowman wrote:
    On Tue, 20 May 2025 22:51:59 +0200, Carlos E. R. wrote:

    I never use vi, I hate it. I know the basics, that's it.

    On Linux machines vi is usually an alias for vim. Real vi does leave
    something to be desired.

    Once you get used to it, vim is light years ahead of any editor MS came
    up with. Borland bought Brief and killed it but it too was a lot better
    than MS efforts. Hell, Wordstar was better and it wasn't even a
    programming editor.

    Long ago, Borland editors used the WordStar keyboard set. I loved it. I
    don't know if the current Borland IDEs still use it.

    I liked the Borland C++ IDE and OWL better than MFC but the gorilla won.
    iirc you could select the Brief bindings on the editor but it wasn't the
    full Brief editor. I'd used Wordstar on CP/M so I stayed with those.

    It's been a long time but iirc ^C, ^V, and others that are now standard
    were used. I don't know if they originated in Wordstar.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Chris on Wed May 21 21:52:08 2025
    XPost: alt.comp.os.windows-11

    On Wed, 21 May 2025 16:52:19 -0000 (UTC), Chris wrote:

    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred. Now it is introducing a new
    command-line-based text editor for 64-bit Windows!

    <https://www.theverge.com/news/669318/microsoft-edit-on-windows- command-line-text-editor>

    Of all the excuses for reinventing the wheel, I’m not sure whether this
    one is particularly creative, particularly lame, or both:

    Microsoft also wanted to avoid the “how do I exit vim?” meme, so it >> built its own text editor instead of relying on other available
    options.

    Really?? You wanted to spare your users the horrors of coping with
    vim?!? They’re already suffering under Windows, for goshsakes!

    There's always Nano for those who can't cope with Vim/Emacs.

    I used that recently, I think after sshing into a RPi 3+ board that didn't
    have vim. For all the good stuff that works on Raspberry Pi OS, gvim
    doesn't although vim does although it's not a default install.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Lawrence D'Oliveiro on Wed May 21 22:02:48 2025
    XPost: alt.comp.os.windows-11

    On Wed, 21 May 2025 03:26:00 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Tue, 20 May 2025 22:48:16 -0400, Paul wrote:

    Somehow VIM just isn't the same.

    “Vim” was the name of a brand of household cleaner, back in the Old Country ...

    https://www.youtube.com/watch?v=YsuJT9QX210

    The detergent tablets sounded like a good idea but in practice they sucked
    and seldom dissolved completely. It only took about 40 years to come up
    with pods. They work a lot better but it took a really determined kid to
    eat a tablet.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Jeff Barnett on Wed May 21 22:05:06 2025
    XPost: alt.comp.os.windows-11

    On Wed, 21 May 2025 01:30:55 -0600, Jeff Barnett wrote:

    The keyboards that came that came with the Lisp machines had cap, ctrl,
    meta, hyper, and maybe one other such key; the mouse had three buttons
    and you could chord with both hands. The mouse "knew" the types you were pointing at and the menus adjust to sensible options for the type of
    data of the object represented by what the mouse was on. After
    overcoming disbelief that all this was working reasonably quickly and properly, it was a real joy. And, by the way, the keys I mentioned above
    were so arranged that it was not hard to reach virtually any chord.

    Chuck Moore of FORTH fame devised a one handed keyboard that you played
    like an ocarina. Luckily that never caught on.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Joel on Thu May 22 03:31:17 2025
    XPost: alt.comp.os.windows-11

    On Wed, 21 May 2025 17:50:11 -0400, Joel wrote:

    rbowman <bowman@montana.com> wrote:
    On Wed, 21 May 2025 11:47:16 +0200, Carlos E. R. wrote:

    Long ago, Borland editors used the WordStar keyboard set. I loved it.
    I don't know if the current Borland IDEs still use it.

    I liked the Borland C++ IDE and OWL better than MFC but the gorilla won. >>iirc you could select the Brief bindings on the editor but it wasn't the >>full Brief editor. I'd used Wordstar on CP/M so I stayed with those.


    The Borland C++ 5.x I had back in the day was great software, I never
    got into GUI-app development with it, but it was great to have, to be
    able to do college homework and experiment with coding. In fact, in
    those days it was non-trivial to copy an optical disk, so there wasn't
    any kind of copy protection on it, not even a check for the prior
    version in the upgrade edition either (I'd initially bought 4.x but
    bought the 5.x upgrade after upgrading Windows itself from 3.x to 95),
    so when Borland mailed me a new CD-ROM of 5.x for a minor update, I gave
    the original disk to a friend from college, he could use the IDE/
    compiler and online documentation without spending a dime. Such a
    different era.

    Borland used the 'like a book' metaphor. You bought it, you can give it to
    a friend or whatever. Lotus v. Borland, although the Supremes sort of
    sleazed out of a decision, helped clarify APIs and UIs. You might be able
    to copyright an icon, but you can't copyright a button that says 'Quit'.

    Ever use Sidekick? That was another very popular Borland product. They
    were different in an era when the box the software came in included a
    parallel port dongle.

    They were never the same after they bought Ashton-Tate. Microsoft bought
    Fox, which really was a dBASE III clone, spruced it up with a GUI, and
    created FoxPro, plus they had the homegrown Access. dBASE IV was
    stillborn.

    https://en.wikipedia.org/wiki/Anders_Hejlsberg

    You never hear him mentioned in the big name battles but his fingerprints
    are all over a lot of things. I still have the CDs for Visual J++. I liked
    it but Sun's lawsuit ended it. Hejlsberg moved on to C# which is sort of
    Java like it should have been done. Sun might have done the world a favor.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Joel on Thu May 22 04:10:37 2025
    XPost: alt.comp.os.windows-11

    On Wed, 5/21/2025 5:23 PM, Joel wrote:
    Farley Flud <ff@linux.rocks> wrote:
    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred.

    Who the fuck would ever want to use a command-line editor,
    on Microslop or otherwise?

    On GNU/Linux, the best GUI editors are:

    https://geany.org/

    https://github.com/paulsheer/cooledit

    Use either, or both, of the above and kindly STFU.

    I don't wanna hear no fucking nostalgia for 1970's
    stuff. Grow up, fer chrissake.


    Now *that* is rich, your lame ass is going to talk about outmoded
    software, you're using Gentoo/LFS as a platform for your most
    important computing, rather than as an experimental system to manually install components of the larger OS, decrying others who have the mere
    common sense to use a distro, claiming that there's a meaningful
    performance advantage in compiling everything to an exact
    specification of one's hardware, it's insanity, you have some kind of
    brain damage. Talk about "grow up", you need to *wake* up, to basic
    reality.


    Why not download the Linux one and play with it ?

    https://github.com/microsoft/edit/releases/tag/v1.0.0

    edit-1.0.0-x86_64-linux-gnu.xz

    ./edit-1.0.0-x86_64-linux-gnu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./edit-1.0.0-x86_64-linux-gnu)
    ./edit-1.0.0-x86_64-linux-gnu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./edit-1.0.0-x86_64-linux-gnu)
    ./edit-1.0.0-x86_64-linux-gnu: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./edit-1.0.0-x86_64-linux-gnu)

    OK, seems to work fine on LM221. Has the
    same 4GB file limit as seen in the Windows version.

    [Picture]

    https://i.postimg.cc/CLtYqvmJ/Miicrosoft-edit-github.gif

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to Farley Flud on Thu May 22 06:59:40 2025
    XPost: alt.comp.os.windows-11

    Farley Flud wrote this post while blinking in Morse code:

    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred.

    Who the fuck would ever want to use a command-line editor,
    on Microslop or otherwise?

    On GNU/Linux, the best GUI editors are:

    https://geany.org/

    https://github.com/paulsheer/cooledit

    Meh.

    Use either, or both, of the above and kindly STFU.

    I don't wanna hear no fucking nostalgia for 1970's
    stuff. Grow up, fer chrissake.

    Foad.

    --
    <mdorman> I'm a gnus person myself. It's an editor! It's a floorwax!
    It's a dessert topping!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From rbowman@21:1/5 to Chris Ahlstrom on Thu May 22 17:39:48 2025
    XPost: alt.comp.os.windows-11

    On Thu, 22 May 2025 06:59:40 -0400, Chris Ahlstrom wrote:

    Farley Flud wrote this post while blinking in Morse code:

    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred.

    Who the fuck would ever want to use a command-line editor,
    on Microslop or otherwise?

    On GNU/Linux, the best GUI editors are:

    https://geany.org/

    https://github.com/paulsheer/cooledit

    Meh.

    I wasn't aware of Geany but it is part of the Raspberry Pi OS
    installation. It appears to be usable but I'll stick with Vim/Code.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Frank Slootweg on Thu May 22 19:54:55 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-21 21:52, Frank Slootweg wrote:
    Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
    On Tue, 20 May 2025 22:48:16 -0400, Paul wrote:

    Somehow VIM just isn't the same.

    'Vim' was the name of a brand of household cleaner, back in the Old
    Country ...

    Still is. I don't think it's used/sold all that much, but this is on
    the ah.nl website ('ah' is the main supermarket in NL):

    Oh, yes, I remember it now. A powder. My mother used it a lot. It is
    still sold, I looked.

    I used it to clean my hands when I had been working with machinery.
    There are better things now, much easier on the skin.


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to rbowman on Thu May 22 19:00:37 2025
    XPost: alt.comp.os.windows-11

    On 22 May 2025 17:39:48 GMT, rbowman wrote:


    I wasn't aware of Geany


    It boggles the mind how any professed GNU/Linux advocate would
    not be aware of Geany.



    It appears to be usable but I'll stick with Vim/Code.


    Anyone who would pass by Geany in favor of Vim should have
    an immediate brain scan. Check Google for the nearest
    neurology clinic.

    Ha, ha, ha, ha, ha, ha, ha, ha, ha, ha!



    --
    Systemd: solving all the problems that you never knew you had.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to rbowman on Thu May 22 20:50:04 2025
    XPost: alt.comp.os.windows-11

    rbowman <bowman@montana.com> wrote at 22:02 this Wednesday (GMT):
    On Wed, 21 May 2025 03:26:00 -0000 (UTC), Lawrence D'Oliveiro wrote:

    On Tue, 20 May 2025 22:48:16 -0400, Paul wrote:

    Somehow VIM just isn't the same.

    “Vim” was the name of a brand of household cleaner, back in the Old
    Country ...

    https://www.youtube.com/watch?v=YsuJT9QX210

    The detergent tablets sounded like a good idea but in practice they sucked and seldom dissolved completely. It only took about 40 years to come up
    with pods. They work a lot better but it took a really determined kid to
    eat a tablet.


    And of course, nowadays we had the Tide Pod stuff.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Farley Flud on Thu May 22 20:50:05 2025
    XPost: alt.comp.os.windows-11

    Farley Flud <ff@linux.rocks> wrote at 20:52 this Wednesday (GMT):
    On Tue, 20 May 2025 07:54:59 -0000 (UTC), Lawrence D'Oliveiro wrote:

    Kind of amusing to see the lengths that Microsoft keeps going to, to
    try to bolster its sagging geek cred.


    Who the fuck would ever want to use a command-line editor,
    on Microslop or otherwise?

    On GNU/Linux, the best GUI editors are:

    https://geany.org/

    https://github.com/paulsheer/cooledit

    Use either, or both, of the above and kindly STFU.

    I don't wanna hear no fucking nostalgia for 1970's
    stuff. Grow up, fer chrissake.


    Cooledit hasn't been maintained in almost exactly 2 years.

    Command line editors are also useful for if you need to SSH into other computers and don't want/need to set up x forwarding, or for debugging
    an x server.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to All on Thu May 22 21:03:59 2025
    XPost: alt.comp.os.windows-11

    On Thu, 22 May 2025 20:50:05 -0000 (UTC), candycanearter07 wrote:


    Cooledit hasn't been maintained in almost exactly 2 years.


    Since when does software have to be "maintained."

    If it works now, it will work forever.

    Idiot.



    --
    Systemd: solving all the problems that you never knew you had.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Farley Flud on Sat May 24 21:00:04 2025
    XPost: alt.comp.os.windows-11

    Farley Flud <ff@linux.rocks> wrote at 21:03 this Thursday (GMT):
    On Thu, 22 May 2025 20:50:05 -0000 (UTC), candycanearter07 wrote:


    Cooledit hasn't been maintained in almost exactly 2 years.


    Since when does software have to be "maintained."

    If it works now, it will work forever.

    Idiot.


    You know what, fair enough for a text editor. And looking at the repository again, it seems like the /devel/ branch is still being updated.
    On the other hand, it does seems be a compile-only program, the UI appears
    to be 20 years out of date, it's being developed by only two people, and
    nVim does pretty much everything I want.

    These are still my opinions, however, and if Cooledit works well for you
    then I'm glad for you. Thank you for making the suggestion.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Farley Flud@21:1/5 to All on Sun May 25 21:04:05 2025
    XPost: alt.comp.os.windows-11

    On Sat, 24 May 2025 21:00:04 -0000 (UTC), candycanearter07 wrote:


    You know what, fair enough for a text editor. And looking at the repository again, it seems like the /devel/ branch is still being updated.
    On the other hand, it does seems be a compile-only program, the UI appears
    to be 20 years out of date, it's being developed by only two people, and
    nVim does pretty much everything I want.


    More idiocy.

    Cooledit is based on the same code that is present in another wonder
    on the GNU/Linux world, that of the Midnight Commander file manager,
    or more properly, the file editor thereof.

    The code is tried and true and therefor needs little updating (as
    if updating is essential for any software).

    Furthermore, Cooledit is designed to work only with basic X11
    libraries and eschews "modern" graphical toolkits. Thus, your
    comment that the UI is "20 years out of date" is pure lunacy.

    Cooledit has been improved by Paul Sheer to include full Unicode
    support as well as other features, and Cooledit if fully programmable
    via user scripts or Python.

    Before you begin to criticize you should educate yourself
    on the state of GNU/Linux software.

    Cooledit is another fantastic editor that is not appreciated
    due to the lethargic attitude of the average GNU/Linux user.




    --
    Systemd: solving all the problems that you never knew you had.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to Farley Flud on Mon May 26 01:20:35 2025
    XPost: alt.comp.os.windows-11

    On Sun, 25 May 2025 21:04:05 +0000, Farley Flud <ff@linux.rocks> wrote in <pan$df91b$cda7f01d$10f8b931$4fbee228@linux.rocks>:

    More idiocy.

    Haven't you any more imagination than that?

    BTW, you would do well to give candycanearter the respect that they
    deserve, which is considerable -- they don't flame, and they contribute
    to the newsfroups they frequent. I'd rather read them than you, and I
    doubt that I'm alone with that sentiment.

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.8 Release: Mint 22.1 Mem: 258G
    "If At First You Don't Succeed Ignore The Docs..."

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From vallor@21:1/5 to Farley Flud on Mon May 26 01:33:00 2025
    XPost: alt.comp.os.windows-11

    On Thu, 22 May 2025 21:03:59 +0000, Farley Flud <ff@linux.rocks> wrote in <pan$55de$aacc672b$cd66f471$1d686c8c@linux.rocks>:

    Idiot.

    Cool sig, bro.

    BTW, have you ever disagreed with someone without trying to insult them? Imagine how much better that would make you look on the USENET -- as it
    is, your replies are somewhat shabby.

    ObLinux:
    $ uname -a
    Linux lm 6.14.8 #1 SMP PREEMPT Thu May 22 11:15:40 PDT 2025 x86_64 x86_64 x86_64 GNU/Linux

    $ tail -3 nohup.out
    real 432.36
    user 20414.68
    sys 3963.60

    ObWindows:

    winver
    Microsoft Windows
    Version 24H2 (OS Build 26100.3775)

    (Windows 11 Pro for Workstations -- running in a libvirt qemu
    virtual machine on Linux.)

    --
    -v System76 Thelio Mega v1.1 x86_64 NVIDIA RTX 3090 Ti
    OS: Linux 6.14.8 Release: Mint 22.1 Mem: 258G
    "My computer's sick, I think my modem's a carrier"

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Farley Flud on Mon May 26 13:17:04 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-25 23:04, Farley Flud wrote:
    On Sat, 24 May 2025 21:00:04 -0000 (UTC), candycanearter07 wrote:


    You know what, fair enough for a text editor. And looking at the repository >> again, it seems like the /devel/ branch is still being updated.
    On the other hand, it does seems be a compile-only program, the UI appears >> to be 20 years out of date, it's being developed by only two people, and
    nVim does pretty much everything I want.


    More idiocy.

    Cooledit is based on the same code that is present in another wonder
    on the GNU/Linux world, that of the Midnight Commander file manager,
    or more properly, the file editor thereof.

    Ok, that gets me interested.

    But it is not included in my distro, so forget it.

    (no, I am not interested in your ideas about distros)


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Farley Flud on Mon May 26 19:40:04 2025
    XPost: alt.comp.os.windows-11

    Farley Flud <ff@linux.rocks> wrote at 21:04 this Sunday (GMT):
    On Sat, 24 May 2025 21:00:04 -0000 (UTC), candycanearter07 wrote:


    You know what, fair enough for a text editor. And looking at the repository >> again, it seems like the /devel/ branch is still being updated.
    On the other hand, it does seems be a compile-only program, the UI appears >> to be 20 years out of date, it's being developed by only two people, and
    nVim does pretty much everything I want.


    More idiocy.

    Cooledit is based on the same code that is present in another wonder
    on the GNU/Linux world, that of the Midnight Commander file manager,
    or more properly, the file editor thereof.

    And mc is a very nice TUI file manager. I personally dislike the built
    in text editor of it, as well.

    The code is tried and true and therefor needs little updating (as
    if updating is essential for any software).

    Again, it IS being updated. The development branch is, at least. Even if
    you prefer the old version, you can still just checkout an older version
    with github.

    Furthermore, Cooledit is designed to work only with basic X11
    libraries and eschews "modern" graphical toolkits. Thus, your
    comment that the UI is "20 years out of date" is pure lunacy.

    Using basic X11 libraries is great, but the UI does not seem to have
    been changed much since it was developed.

    Cooledit has been improved by Paul Sheer to include full Unicode
    support as well as other features, and Cooledit if fully programmable
    via user scripts or Python.

    That is always a nice feature to have in an editor, I use a couple
    scripts myself.

    Before you begin to criticize you should educate yourself
    on the state of GNU/Linux software.

    Cooledit is another fantastic editor that is not appreciated
    due to the lethargic attitude of the average GNU/Linux user.


    It is certainly a nice looking editor, and I appreciate the historic signifigance, but it doesn't appeal to me as a daily driver.
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to All on Tue May 27 13:08:17 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-26 21:40, candycanearter07 wrote:
    Farley Flud <ff@linux.rocks> wrote at 21:04 this Sunday (GMT):
    On Sat, 24 May 2025 21:00:04 -0000 (UTC), candycanearter07 wrote:


    You know what, fair enough for a text editor. And looking at the repository >>> again, it seems like the /devel/ branch is still being updated.
    On the other hand, it does seems be a compile-only program, the UI appears >>> to be 20 years out of date, it's being developed by only two people, and >>> nVim does pretty much everything I want.


    More idiocy.

    Cooledit is based on the same code that is present in another wonder
    on the GNU/Linux world, that of the Midnight Commander file manager,
    or more properly, the file editor thereof.

    And mc is a very nice TUI file manager. I personally dislike the built
    in text editor of it, as well.

    It has its uses. I prefer "jstar", but it breaks inside "tmux", some
    commands collide.

    ...

    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Carlos E. R. on Tue May 27 23:55:10 2025
    XPost: alt.comp.os.windows-11

    On Tue, 27 May 2025 13:08:17 +0200, Carlos E. R. wrote:

    I prefer "jstar", but it breaks inside "tmux", some commands collide.

    Isn’t tmux like screen, in that all the commands are keyed off a single prefix key?

    In screen, I set that prefix key to CTRL/Z. This is normally the key
    recognized by the terminal driver for job control. But it’s not needed,
    when you have a multiplexer app like screen doing the job control.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Carlos E. R.@21:1/5 to Lawrence D'Oliveiro on Wed May 28 12:38:21 2025
    XPost: alt.comp.os.windows-11

    On 2025-05-28 01:55, Lawrence D'Oliveiro wrote:
    On Tue, 27 May 2025 13:08:17 +0200, Carlos E. R. wrote:

    I prefer "jstar", but it breaks inside "tmux", some commands collide.

    Isn’t tmux like screen, in that all the commands are keyed off a single prefix key?

    Most start with ^B. I'm not familiar with screen, though. I have trouble
    it ^K^B..^K^K to mark a block of text. I don't remember what happens,
    maybe the ^B in ^K^B is intercepted.


    In screen, I set that prefix key to CTRL/Z. This is normally the key recognized by the terminal driver for job control. But it’s not needed, when you have a multiplexer app like screen doing the job control.


    --
    Cheers,
    Carlos E.R.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to Carlos E. R. on Fri May 30 07:18:43 2025
    XPost: alt.comp.os.windows-11

    On Wed, 28 May 2025 12:38:21 +0200, Carlos E. R. wrote:

    On 2025-05-28 01:55, Lawrence D'Oliveiro wrote:

    On Tue, 27 May 2025 13:08:17 +0200, Carlos E. R. wrote:

    I prefer "jstar", but it breaks inside "tmux", some commands collide.

    Isn’t tmux like screen, in that all the commands are keyed off a single
    prefix key?

    In screen, I set that prefix key to CTRL/Z. This is normally the key
    recognized by the terminal driver for job control. But it’s not needed,
    when you have a multiplexer app like screen doing the job control.

    Most start with ^B. I'm not familiar with screen, though. I have trouble
    it ^K^B..^K^K to mark a block of text. I don't remember what happens,
    maybe the ^B in ^K^B is intercepted.

    I’d say you need to redefine your escape prefix. I regularly use Emacs through a screen session, without keystroke conflicts.

    Of course, I have also removed the default definition of CTRL/Z in Emacs (suspend-frame), because I have no need for that function, so that
    wouldn’t cause a clash anyway.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Chris Ahlstrom@21:1/5 to Lawrence D'Oliveiro on Fri May 30 08:47:33 2025
    XPost: alt.comp.os.windows-11

    Lawrence D'Oliveiro wrote this post while blinking in Morse code:

    On Wed, 28 May 2025 12:38:21 +0200, Carlos E. R. wrote:

    On 2025-05-28 01:55, Lawrence D'Oliveiro wrote:

    On Tue, 27 May 2025 13:08:17 +0200, Carlos E. R. wrote:

    I prefer "jstar", but it breaks inside "tmux", some commands collide.

    Isn’t tmux like screen, in that all the commands are keyed off a single >>> prefix key?

    In screen, I set that prefix key to CTRL/Z. This is normally the key
    recognized by the terminal driver for job control. But it’s not needed, >>> when you have a multiplexer app like screen doing the job control.

    Most start with ^B. I'm not familiar with screen, though. I have trouble
    it ^K^B..^K^K to mark a block of text. I don't remember what happens,
    maybe the ^B in ^K^B is intercepted.

    I’d say you need to redefine your escape prefix. I regularly use Emacs through a screen session, without keystroke conflicts.

    Of course, I have also removed the default definition of CTRL/Z in Emacs (suspend-frame), because I have no need for that function, so that
    wouldn’t cause a clash anyway.

    I use the backtick in tmux. And the bash construct $() instead of the back tick.

    --
    There is perhaps in every thing of any consequence, secret history, which
    it would be amusing to know, could we have it authentically communicated.
    -- James Boswell

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)