• Yet another question...

    From Marc Lewis@1:396/45 to All on Friday, May 16, 2025 13:49:35

    Hello everybody!

    For many years I utilised timEd as my message editor. I had it customised to be able to spell-check a message when I saved it. That spell-check .cmd file also callted the tagline generator.

    I'd appreciate a suggestion on how to implement the same in GoldEd. Is the something that can be configured in the .cfg file? I see it gives the ROT13 option - can that somehow be utilised to call the spell-check .cmd file? Or is it internal to GoldEd?

    Thanks in advance for any help given!

    Kindest regards,
    Marc


    --- GoldED+/EMX 1.1.5-b20250409
    * Origin: Sursum Corda! BBS-Huntsville, AL-bbs.sursum-corda.com (1:396/45)
  • From Tommi Koivula@2:221/1.1 to Marc Lewis on Saturday, May 17, 2025 07:30:15
    Hi Marc.

    16 May 25 13:49:34, you wrote to All:

    Hello everybody!

    For many years I utilised timEd as my message editor. I had it
    customised to be able to spell-check a message when I saved it. That spell-check .cmd file also callted the tagline generator.

    I'd appreciate a suggestion on how to implement the same in GoldEd. Is
    the something that can be configured in the .cfg file? I see it gives
    the ROT13 option - can that somehow be utilised to call the spell-check .cmd file? Or is it internal to GoldEd?

    Thanks in advance for any help given!

    Check the docs for his one

    EDITSPELLCHECK GEDSPELL.BTM @file

    Then you can press F9 to call the checker.

    'Tommi

    ... \\ZPO has been up for: 1579 day(s), 16 hour(s), 33 minute(s), 43 second(s) ---
    * Origin: Point One (2:221/1.1)
  • From Marc Lewis@1:396/45 to Tommi Koivula on Monday, May 19, 2025 11:15:33

    Hello Tommi!

    17 May 25 07:30, you wrote to me:

    EDITSPELLCHECK GEDSPELL.BTM @file

    What does the .BTM file look like? Can you post it here?

    Marc


    --- GoldED+/EMX 1.1.5-b20250409
    * Origin: Sursum Corda! BBS-Huntsville, AL-bbs.sursum-corda.com (1:396/45)
  • From Tommi Koivula@2:221/1.1 to Marc Lewis on Tuesday, May 20, 2025 20:33:58
    Hi Marc.

    19 May 25 11:15:32, you wrote to me:

    EDITSPELLCHECK GEDSPELL.BTM @file

    What does the .BTM file look like? Can you post it here?

    It's not actually a spell checker, just for testing. ;)

    === Cut ===
    echo on
    copy %1 ehe
    echo %@char[1]COLS: %_COLUMNS >%1
    echo %@char[1]RFC-X-No-Archive: Yes >>%1
    echo %@char[1]BBSID: %COMPUTERNAME >>%1
    type ehe >>%1
    rem notepad++ %1
    === Cut ===

    'Tommi

    ... \\ZPO has been up for: 1583 day(s), 5 hour(s), 33 minute(s), 34 second(s) ---
    * Origin: Point One (2:221/1.1)