• Latest sources..

    From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Thu Feb 15 13:16:42 2024
    On Thu, 15 Feb 2024 05:09:52 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

    Those warnings are "normal". In terms like they better be fixed, by they are expected especially in new compiler. They mostly safe and you may ignore them.

    Ok great! It just seemed like there were more warnings than normal, but that may just be because of a newer gcc version - I do believe it was upgraded recently as well.

    Do you use following parameters when build it:
    USE_NCURSES
    WIDE_NCURSES
    BUGGY_NCURSES

    USE_NCURSES is default on Linux, so I don't specify that. I have used WIDE_NCURSES in the past but not this time (doesn't really make any difference for me, it seems), and I have never used BUGGY_NCURSES.

    This time around, I just ran 'make' with no parameters. Sometimes I use BUILD=minimal, but I don't think that makes much difference in regards to how things look.

    And which ncurses library version do you have?

    ncurses-6.4_20230520-1 is the package, so everything that comes with that.

    That is interesting. It shall work totally fine without screen multiplexor.

    I did get it to show the message header, loading screen and arealist correctly now by checking "Enable VT100 line drawing even in UTF-8 mode" in my PuTTY configuration. So with that I can now drop the multiplexors. However, it doesn't change what the actual messages look like.

    Would be interesting to understand how screen or tmux makes a difference.

    It wasn't much, it just displayed the above mentioned things correctly without any additional PuTTY settings.

    BTW, what do you have for $TERM env variable?

    TERM="xterm"

    My last commit rollback some change I made previously because it was found to be buggy in some cases. So it could be some other change actually.

    If you familiar with git, would be nice if you hunt down which commit makes
    things worse in your setup. You may use git bisect for that.

    https://git-scm.com/docs/git-bisect

    I will take a look at that and try the last few commits. I will let you know if I see any differences.

     NB>> No. golded.log has been 0 bytes for quite some time now. Is that
     NB>> normal?

    It is very good actually. Golded writes errors in that file and if it empty
    - it's a good sign.

    Good. I must have cleared it back on December 7 because of old errors, since that is the current date of the file. Nothing since then, though.

    Moved to next line is OK. It's just for messages, which has lines longer than your terminal width.

    Is there a way to change the line length in Golded? If it is set for something like 78 by default, maybe changing it to 79 would help as it could be one extra character that's causing it to wrap to the next line. Although, I don't know how replies and quotes coming from here would look on others' systems then.. I'd rather break things on my end, not others. :)

    To use cp437 you need to change Putty config for sure. And I'd recommend you to use one byte locale for golded if you don't need many different encodings. That will solve many issues for you right away.

    Honestly, I have no interest in using CP437 in a terminal. I don't mind some irregularities, but this time there were just more than usual.

    I don't like things easy. For some reason I enjoy making things extremely difficult for myself.

    Some people do experience issues like you. And would be really great to find and fix root cause.

    I agree! Then again, if/when you get iconv working properly I think many of these issues will probably disappear since iconv > old crusty translation tables.

    Could you also try to remove file goldxlat.gel? Golded will generate it on start.

    I did, and it didn't change anything. I'll use 'git bisect' and see if I can figure out if a recent commit changes it back to the way it was.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Nicholas Boel@1:154/10 to Wilfred van Velzen on Thu Feb 15 13:39:32 2024
    On Thu, 15 Feb 2024 15:32:24 +0100, Wilfred Van Velzen -> Nicholas Boel wrote:

    That "q" reference sounded familiar. I found a setting in putty that mentions this:

    https://paste.opensuse.org/pastes/6fc707014110

    That doesn't seem to work very well for me.

    Btw: With these settings your messsages look OK in putty. But now my 'mc' linedrawing characters look totally borked. When I set putty to use utf-8,
    'mc' looks ok, but your messages in golded look like this:

    https://paste.opensuse.org/pastes/13f114dba16c

    Not as it should be, but usable...

    That looks somewhat similar to my experience when I do my full utf-8 config. When I use 'xlatimport xp437' that changes to a worse situation. Except while I do get those wierd characters after the area names, I'm not getting the block drawing characters anywhere right now, it's just those wierd characters (one on almost every line like in your screenshot), but basically blank space everywhere else the block characters are.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Nicholas Boel@1:154/10 to Karel Kral on Thu Feb 15 13:41:28 2024
    On Thu, 15 Feb 2024 20:15:32 +0100, Karel Kral -> Alan Ianson wrote:

    It is pitty...

    It looks like the two of you that have this similar issue are using a form of LATIN codepage (you with LATIN-2, and Al with LATIN-1). Just an observation. Hope you figure it out!

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Thu Feb 15 14:23:44 2024
    On Thu, 15 Feb 2024 05:09:52 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

    My last commit rollback some change I made previously because it was found to be buggy in some cases. So it could be some other change actually.

    If you familiar with git, would be nice if you hunt down which commit makes
    things worse in your setup. You may use git bisect for that.

    https://git-scm.com/docs/git-bisect

    I'm not very familiar with it, but I was able to figure it out with the link you provided. Thank you!

    $ git bisect start
    $ git bisect bad
    $ git bisect good f7be1e97e251ee2be20f63abdcf2a18f93c880b9

    I chose this commit because it was just prior to the 'revert "zero conversion" workaround', where things were definitely looking more towards 'normal'.

    $ make BUILD=minimal (this compiled version 20231112 for some reason I don't yet understand)

    It was back to normal with this compile.

    $ git bisect good
    $ make BUILD=minimal (this compiled version 20240206)

    It was still good.

    $ git bisect good

    https://pharcyde.org/git-bisect-result.png

    It seems as though I'm back to the way it was in version GoldED+/LNX 1.1.5-b20240206. Here is an example:

    https://pharcyde.org/golded-20240206.png

    $ git bisect reset (to go back to the master branch 20240209)
    $ make BUILD=minimal

    https://pharcyde.org/golded-20240209.png

    Same configuration in golded.conf:

    [ start paste ]

    # Character translation path
    xlatpath /home/axisd/src/golded-plus/cfgs/charset
    include /home/axisd/src/golded-plus/cfgs/config/charsets.cfg

    # UTF-8 Configuration
    #
    xlatcharset utf-8 utf-8 utf_utf.chs

    xlatimport cp437
    xlatexport utf-8
    xlatlocalset utf-8

    [ end paste ]

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Vitaliy Aksyonov@1:104/117 to Nicholas Boel on Thu Feb 15 17:54:04 2024
    Åα¿óÑΓ, Nicholas!

    15 Feb 24 13:16, Γδ »¿ßá½(á) ¼¡Ñ:

    [...skipped...]

    Would be interesting to understand how screen or tmux makes a
    difference.

    It wasn't much, it just displayed the above mentioned things correctly without any additional PuTTY settings.

    BTW, what do you have for $TERM env variable?

    TERM="xterm"

    You may also try "putty".

    [...skipped...]

    Moved to next line is OK. It's just for messages, which has lines
    longer than your terminal width.

    Is there a way to change the line length in Golded? If it is set for something like 78 by default, maybe changing it to 79 would help as it could be one extra character that's causing it to wrap to the next
    line. Although, I don't know how replies and quotes coming from here
    would look on others' systems then.. I'd rather break things on my
    end, not others. :)

    Just make your terminal wider and then start golded. It will use whole window width unless you use "Dispmargin" parameter in your config. As for quotes, they will be broken down to "Quotemargin" columns.

    To use cp437 you need to change Putty config for sure. And I'd
    recommend you to use one byte locale for golded if you don't need
    many different encodings. That will solve many issues for you
    right away.

    Honestly, I have no interest in using CP437 in a terminal. I don't
    mind some irregularities, but this time there were just more than
    usual.

    I don't like things easy. For some reason I enjoy making things
    extremely difficult for myself.

    Sure. That's your choice. :) I just want to tell that GoldEd was designed to work with one byte encodings and UTF-8 may work incorrectly.

    Some people do experience issues like you. And would be really
    great to find and fix root cause.

    I agree! Then again, if/when you get iconv working properly I think
    many of these issues will probably disappear since iconv > old crusty translation tables.

    I'm working on some refactoring now in charset conversions now. When that is done, then iconv integration will be very simple.

    Could you also try to remove file goldxlat.gel? Golded will
    generate it on start.

    I did, and it didn't change anything. I'll use 'git bisect' and see if
    I can figure out if a recent commit changes it back to the way it was.

    Got it. What is weird, last commit fixed issue for one sysop and broken it for you.

    Could you try to build from commit 372220588c6f17cd3f709dcb721a9144169d988c ? It was before all my changes. If it will have same behavior, then it's something wrong with setup on your side and we'll try to figure that out.

    Best regards,
    Vitaliy Aksyonov.

    ... é úáαѼáσ ¡ÑΓ »½«σ¿σ Γᡵ«α«ó!
    --- GoldED+/LNX 1.1.5-b20231030
    * Origin: Aurora, Colorado (1:104/117)
  • From Vitaliy Aksyonov@1:104/117 to Nicholas Boel on Thu Feb 15 18:04:48 2024
    Åα¿óÑΓ, Nicholas!

    15 Feb 24 14:23, Γδ »¿ßá½(á) ¼¡Ñ:

    My last commit rollback some change I made previously because it
    was found to be buggy in some cases. So it could be some other
    change actually.

    If you familiar with git, would be nice if you hunt down which
    commit makes things worse in your setup. You may use git bisect
    for that.

    https://git-scm.com/docs/git-bisect

    I'm not very familiar with it, but I was able to figure it out with
    the link you provided. Thank you!

    $ git bisect start
    $ git bisect bad
    $ git bisect good f7be1e97e251ee2be20f63abdcf2a18f93c880b9

    I chose this commit because it was just prior to the 'revert "zero conversion" workaround', where things were definitely looking more
    towards 'normal'.

    For bisect you better chose wider range. Like a year or so. With bisect you only need ln(N) tries to find broken commit. It could be broken earlier actually.

    $ make BUILD=minimal (this compiled version 20231112 for some reason I don't yet understand)

    Minimal build disables some stuff like spellchecker. It shall not affect version. That's strange. Also cleaning previous build results may help.

    It was back to normal with this compile.

    $ git bisect good
    $ make BUILD=minimal (this compiled version 20240206)

    It was still good.

    $ git bisect good

    https://pharcyde.org/git-bisect-result.png

    It seems as though I'm back to the way it was in version GoldED+/LNX 1.1.5-b20240206. Here is an example:

    https://pharcyde.org/golded-20240206.png

    $ git bisect reset (to go back to the master branch 20240209)
    $ make BUILD=minimal

    https://pharcyde.org/golded-20240209.png

    Same configuration in golded.conf:

    [ start paste ]

    # Character translation path
    xlatpath /home/axisd/src/golded-plus/cfgs/charset
    include /home/axisd/src/golded-plus/cfgs/config/charsets.cfg

    # UTF-8 Configuration
    #
    xlatcharset utf-8 utf-8 utf_utf.chs

    xlatimport cp437
    xlatexport utf-8
    xlatlocalset utf-8

    [ end paste ]

    You have xlatimport cp437.

    Does that message with broken pseudo-graphics have CHRS kludge? If not - is it really in cp437 encoding? Pseudo-graphics characters located in second half of charset table and it's different for different charsets.

    Best regards,
    Vitaliy Aksyonov.

    --- GoldED+/LNX 1.1.5-b20231030
    * Origin: Aurora, Colorado (1:104/117)
  • From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Thu Feb 15 20:24:40 2024
    On Fri, 16 Feb 2024 00:04:48 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

    For bisect you better chose wider range. Like a year or so. With bisect you
    only need ln(N) tries to find broken commit. It could be broken earlier actually.

    I can go back further.

    You have xlatimport cp437.
    Does that message with broken pseudo-graphics have CHRS kludge? If not - is
    it really in cp437 encoding? Pseudo-graphics characters located in second half of charset table and it's different for different charsets.

    No, the message has no CHRS kludge - so "xlatimport cp437" assumes that message is cp437.

    I can't imagine why that message wouldn't be cp437. Wilfred has more of a cp437 setup and it displays fine for him. Here is the same message viewed over telnet using Syncterm - which is a cp437 telnet client. Currently, it does not support utf-8.

    Also, in a previous message I also showed a screenshot of the same message viewed in Thunderbird using Smapinntpd - which uses the same character translation tables as Golded. In Smapinntpd's config, I use "read cp437" which is basically the same thing as "xlatimport cp437" and it displays correctly there as well.

    https://pharcyde.org/syncterm-1.png

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Thu Feb 15 20:53:08 2024
    On Thu, 15 Feb 2024 23:54:04 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

    Just make your terminal wider and then start golded. It will use whole window width unless you use "Dispmargin" parameter in your config. As for quotes, they will be broken down to "Quotemargin" columns.

    My terminal during that session is already 160 wide, so that's not the issue with the random wrapping of those characters, then.

    Sure. That's your choice. :) I just want to tell that GoldEd was designed to work with one byte encodings and UTF-8 may work incorrectly.

    Definitely understood. However, it worked _better_ before, and I'm just trying to figure out what happened and why.

    With that said, I'm not ruling out the possibility something was actually "fixed" that broke my utf-8 hackery, either. :)

    I'm working on some refactoring now in charset conversions now. When that is done, then iconv integration will be very simple.

    I will continue to wait patiently. A bit excited, but patient nonetheless.

    Got it. What is weird, last commit fixed issue for one sysop and broken it for you.

    Yes, I know. I've had some side discussions with Wilfred about this exact issue. However, it seems he's using a bit more of a single-byte setup than I am. So, it's possible that he is doing less translation from cp437 to utf-8 (as far as I know, he isn't using any xlat settings whatsoever in golded.conf) .

    Could you try to build from commit 372220588c6f17cd3f709dcb721a9144169d988c
    ? It was before all my changes. If it will have same behavior, then it's something wrong with setup on your side and we'll try to figure that out.

    I can, but as I'm not super experienced with git, so I have some questions.

    When I use 'git bisect' with these steps:

    $ git bisect start
    $ git bisect bad
    $ git bisect good 372220588c6f17cd3f709dcb721a9144169d988c

    I get this:

    Bisecting: 29 revisions left to test after this (roughly 5 steps) [f535cc792abd5d254da57a2f5b70d5b02cbd7abf] Add github actions badge

    This is a much later revision after quite a few of your changes, so 'git bisect' didn't seem to take me back as far as you wanted me to go.. unless I'm doing something wrong.

    I did see this after typing 'git bisect --help':

    " Once you have specified at least one bad and one good commit, git bisect selects a commit in the middle of that range of history, checks it out, and outputs something similar to the following: "

    So am I actually able to specify which commit I would like to go back to with 'git bisect' or should I use 'git checkout'? If checkout is the answer, I won't be able to keep track of good or bad commits any more.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Alan Ianson@1:153/757.2 to Nicholas Boel on Thu Feb 15 22:46:17 2024
    Hello Nicholas,

    It is pitty...

    It looks like the two of you that have this similar issue are using a
    form of LATIN codepage (you with LATIN-2, and Al with LATIN-1). Just
    an observation. Hope you figure it out!

    I just had a look at a bunch of messages with subject lines that begin with RE:, loaded them up in the editor and they looked fine.

    My golded.cfg has "EDITREPLYRE NO" and it's working as expected currently.

    That looks much better..

    Ttyl :-),
    Al

    ... Do it! It's easier to get forgiveness than permission.
    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757.2)
  • From Karel Kral@2:423/39 to Nicholas Boel on Fri Feb 16 08:30:22 2024
    Hello Nicholas!

    15 Feb 24 13:41, you wrote to me:

    It looks like the two of you that have this similar issue are using a
    form of LATIN codepage (you with LATIN-2, and Al with LATIN-1). Just
    an observation. Hope you figure it out!

    Maybe there is some connection. But figured nothing so far ;-)

    Wilfred van Velzen, CHRS: UTF-8 2: scrambled
    Vitaliy Aksyonov, US-ASCII 2: scrambled
    Nicholas Boel, UTF-8 4: OK
    Vitaliy Aksyonov, different message, CP866 2: scrambled

    I have no UTF translation. (I have only one MAPping there).

    I will try to get more data about that.

    Karel

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Plast DATA (2:423/39)
  • From Karel Kral@2:423/39 to Nicholas Boel on Fri Feb 16 08:46:32 2024
    Hello Nicholas!

    16 Feb 24 08:30, I wrote to you:

    I will try to get more data about that.

    Symptom in Subject:
    4 characters from position 13 copied to position 9
    correct: 123456789ABCDEFGHIJKL
    will look: 12345678DEFGDEFGHIJKL

    (no matter if EDITREPLY is setup and how)

    Happening if:
    - If subject is longer than 16 characters (better to say, short ones can not see)
    - CHRS is missing
    - CHRS is one of: LATIN-1 2, UTF-8 2
    -- but - not always
    - where CHRS look ok: CP850 2, UTF-8 4
    -- again - not always...

    Karel

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Plast DATA (2:423/39)
  • From Wilfred van Velzen@2:280/464.112 to Nicholas Boel on Fri Feb 16 08:13:04 2024
    Hi Nicholas,

    On 15 Feb 24 13:39, Nicholas Boel wrote to Wilfred van Velzen:
    about: "Latest sources..":

    That "q" reference sounded familiar. I found a setting in putty that
    mentions this:

    https://paste.opensuse.org/pastes/6fc707014110

    That doesn't seem to work very well for me.

    That doesn't surprise me at all. It's a setting related to copy paste, not to regular line drawing.

    Wilfred.

    --- FMail-W64 2.2.0.0
    * Origin: point@work (2:280/464.112)
  • From Vitaliy Aksyonov@1:104/117 to Nicholas Boel on Fri Feb 16 07:10:24 2024
    Åα¿óÑΓ, Nicholas!

    15 Feb 24 20:53, Γδ »¿ßá½(á) ¼¡Ñ:

    Just make your terminal wider and then start golded. It will use
    whole window width unless you use "Dispmargin" parameter in your
    config. As for quotes, they will be broken down to "Quotemargin"
    columns.

    My terminal during that session is already 160 wide, so that's not the issue with the random wrapping of those characters, then.

    So do you have terminal 160 chars wide, but message displayed narrower?

    Sure. That's your choice. :) I just want to tell that GoldEd was
    designed to work with one byte encodings and UTF-8 may work
    incorrectly.

    Definitely understood. However, it worked _better_ before, and I'm
    just trying to figure out what happened and why.

    With that said, I'm not ruling out the possibility something was
    actually "fixed" that broke my utf-8 hackery, either. :)

    Could be. Let's keep looking for cause.

    [...skipped...]

    Got it. What is weird, last commit fixed issue for one sysop and
    broken it for you.

    Yes, I know. I've had some side discussions with Wilfred about this
    exact issue. However, it seems he's using a bit more of a single-byte setup than I am. So, it's possible that he is doing less translation
    from cp437 to utf-8 (as far as I know, he isn't using any xlat
    settings whatsoever in golded.conf) .

    Could you try to build from commit
    372220588c6f17cd3f709dcb721a9144169d988c ? It was before all my
    changes. If it will have same behavior, then it's something wrong
    with setup on your side and we'll try to figure that out.

    I can, but as I'm not super experienced with git, so I have some questions.

    When I use 'git bisect' with these steps:

    $ git bisect start
    $ git bisect bad
    $ git bisect good 372220588c6f17cd3f709dcb721a9144169d988c

    I get this:

    Bisecting: 29 revisions left to test after this (roughly 5 steps) [f535cc792abd5d254da57a2f5b70d5b02cbd7abf] Add github actions badge

    This is a much later revision after quite a few of your changes, so
    'git bisect' didn't seem to take me back as far as you wanted me to
    go.. unless I'm doing something wrong.

    I did see this after typing 'git bisect --help':

    " Once you have specified at least one bad and one good commit, git
    bisect selects a commit in the middle of that range of history, checks
    it out, and outputs something similar to the following: "

    So am I actually able to specify which commit I would like to go back
    to with 'git bisect' or should I use 'git checkout'? If checkout is
    the answer, I won't be able to keep track of good or bad commits any
    more.

    So how bisect works.
    You start process with git bisect start as you already did.
    First you mark some commit which is good for sure with git bisect good. Then mark "bad" commit with git bisect bad. That will be last commit in repo.

    git will checkout commit in the middle of those two for you. Then you build it and test. If it's good, run git bisect good, if it's bad, git bisect bad. Build it and test again.

    You need to repeat that process multiple times, until git says that it found bad commit.

    Best regards,
    Vitaliy Aksyonov.

    ... á ¼«ßΓπ ßΓ«∩½¿ Γα«Ñ - «¡, «¡á ¿ π ¡Ñú«...
    --- GoldED+/LNX 1.1.5-b20231030
    * Origin: Aurora, Colorado (1:104/117)
  • From Nicholas Boel@1:154/10 to Karel Kral on Fri Feb 16 17:15:32 2024
    On Fri, 16 Feb 2024 14:46:32 +0100, Karel Kral -> Nicholas Boel wrote:

    Hello Nicholas!

    16 Feb 24 08:30, I wrote to you:

     KK>> I will try to get more data about that.

    Symptom in Subject:
    4 characters from position 13 copied to position 9
      correct: 123456789ABCDEFGHIJKL
    will look: 12345678DEFGDEFGHIJKL

    (no matter if EDITREPLY is setup and how)

    Happening if:
    - If subject is longer than 16 characters (better to say, short ones can not see)
    - CHRS is missing
    - CHRS is one of: LATIN-1 2, UTF-8 2
    -- but - not always
    - where CHRS look ok: CP850 2, UTF-8 4
    -- again - not always...

    Karel

    --- GoldED+/LNX 1.1.5-b20180707
     * Origin: Plast DATA (2:423/39)

    Are you referring to having these issues with a version from 2018? If so, I would suggest you upgrade to the latest version and see if you have any of the same issues you have now.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Fri Feb 16 17:26:22 2024
    On Fri, 16 Feb 2024 13:10:24 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

     NB>> My terminal during that session is already 160 wide, so that's not the
     NB>> issue with the random wrapping of those characters, then.

    So do you have terminal 160 chars wide, but message displayed narrower?

    Yes, the message itself was created by a script and was only 78 characters wide to begin with when it was created, and is posted to the message base with 'hpt post'.

    I just think that my utf-8 hackery may be moving some of those line drawing characters to the next line when it shouldn't be doing so. Maybe there are some soft CRs in there I should be looking for (I don't know how to spot those)?

     NB>> So am I actually able to specify which commit I would like to go back
     NB>> to with 'git bisect' or should I use 'git checkout'? If checkout is
     NB>> the answer, I won't be able to keep track of good or bad commits any
     NB>> more.

    So how bisect works.
    You start process with git bisect start as you already did.
    First you mark some commit which is good for sure with git bisect good. Then mark "bad" commit with git bisect bad. That will be last commit in repo.
    git will checkout commit in the middle of those two for you. Then you build
    it and test. If it's good, run git bisect good, if it's bad, git bisect bad. Build it and test again.

    That's how I understand it. However, you asked me to roll back to a specific version, and git bisect is not able to do that.

    So without going that route, I can say ever since you've started updating Golded I haven't had any display issues, until this latest version. What you seemed to have fixed for Wilfred, did the opposite for me. :)

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Vitaliy Aksyonov@1:104/117 to Nicholas Boel on Mon Feb 19 09:08:22 2024
    Hello Nicholas.

    16 Feb 24 17:26, you wrote to me:

    ?aNB>>> My terminal during that session is already 160 wide, so that's
    ?aNB>>> not the issue with the random wrapping of those characters,
    ?aNB>>> then.
    So do you have terminal 160 chars wide, but message displayed
    narrower?
    Yes, the message itself was created by a script and was only 78
    characters wide to begin with when it was created, and is posted to
    the message base with 'hpt post'.

    Then most probably it has 'soft CR'. You may dump message hex codes with 'I'.

    I just think that my utf-8 hackery may be moving some of those line drawing characters to the next line when it shouldn't be doing so.
    Maybe there are some soft CRs in there I should be looking for (I
    don't know how to spot those)?

    I don't think it's because of UTF-8. Most probably it's just incorrect (for this specific case) settings. GoldEd has so many configuration parameters. It's very easy to screw it up.

    ?aNB>>> So am I actually able to specify which commit I would like to
    ?aNB>>> go back to with 'git bisect' or should I use 'git checkout'?
    ?aNB>>> If checkout is the answer, I won't be able to keep track of
    ?aNB>>> good or bad commits any more.

    If you just want to use specific commit, then use git checkout. If you want to do binary search for broken commit - use git bisect interactively. Here's a tutorial, how to use it:

    https://youtu.be/P3ZR_s3NFvM

    So how bisect works.
    You start process with git bisect start as you already did.
    First you mark some commit which is good for sure with git bisect
    good. Then mark "bad" commit with git bisect bad. That will be
    last commit in repo. git will checkout commit in the middle of
    those two for you. Then you build it and test. If it's good, run
    git bisect good, if it's bad, git bisect bad. Build it and test
    again.

    That's how I understand it. However, you asked me to roll back to a specific version, and git bisect is not able to do that.

    Sorry for confusion. That's two different things to try. With specific version I wanted to make sure that version prior to my changes works correctly.

    So without going that route, I can say ever since you've started
    updating Golded I haven't had any display issues, until this latest version. What you seemed to have fixed for Wilfred, did the opposite
    for me. :)

    And that's is very strange. I'd not be surprised if it was broken when I made first change (which was reverted by last commit), but looks like it worked fine.

    Vitaliy

    --- GoldED+/LNX 1.1.5-b20231030
    * Origin: Aurora, Colorado (1:104/117)
  • From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Mon Feb 19 17:54:42 2024
    On Mon, 19 Feb 2024 15:08:22 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

    Then most probably it has 'soft CR'. You may dump message hex codes with 'I'.

    I assume I'm looking for 8D somewhere? If so, there are none in the entire message.

    I did notice a question mark in the message body:

    00B0 C4 C4 C4 C4 C4 BF 20 C4 C4 C4 C4 C4 C4 C4 C4 C4 ?

    But that's about it as far as anomolies.

    If you just want to use specific commit, then use git checkout. If you want
    to do binary search for broken commit - use git bisect interactively. Here's a tutorial, how to use it:

    I used checkout to get the specific commit you asked me to grab (372220588c6f17cd3f709dcb721a9144169d988c), and it is indeed exactly how the latest version is. So you were right.

    And that's is very strange. I'd not be surprised if it was broken when I made first change (which was reverted by last commit), but looks like it worked fine.

    It did not. Whatever first change you made actually kind of helped me, I suppose. Hopefully this helps narrow things down better and we can figure out what's going on.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Vitaliy Aksyonov@1:104/117 to Nicholas Boel on Tue Feb 20 07:04:00 2024
    Hello Nicholas.

    19 Feb 24 17:54, you wrote to me:

    Then most probably it has 'soft CR'. You may dump message hex
    codes with 'I'.

    I assume I'm looking for 8D somewhere? If so, there are none in the
    entire message.

    Yep. Looks like that message doesn't have soft CRs.

    I did notice a question mark in the message body:

    00B0 C4 C4 C4 C4 C4 BF 20 C4 C4 C4 C4 C4 C4 C4 C4 C4 ?

    But that's about it as far as anomolies.

    Code 20 is a space. So wrapping caused by that.

    Also check if you have DispMargin parameter in your config. If you do - comment it out or remove. Then GoldEd will use all window width.

    If you just want to use specific commit, then use git checkout.
    If you want to do binary search for broken commit - use git
    bisect interactively. Here's a tutorial, how to use it:

    I used checkout to get the specific commit you asked me to grab (372220588c6f17cd3f709dcb721a9144169d988c), and it is indeed exactly
    how the latest version is. So you were right.

    You said that before you started to experiment - all worked fine. Have you used same compiler? Now I suspect that issue caused by something in your setup. Because it's quite opposite from others have.

    And that's is very strange. I'd not be surprised if it was broken
    when I made first change (which was reverted by last commit), but
    looks like it worked fine.

    It did not. Whatever first change you made actually kind of helped me,
    I suppose. Hopefully this helps narrow things down better and we can figure out what's going on.

    That's why would be interesting to use bisect from 372220588c6f17cd3f709dcb721a9144169d988c to master and find specific commit which made it bad in your specific case.

    Vitaliy

    --- GoldED+/LNX 1.1.5-b20231030
    * Origin: Aurora, Colorado (1:104/117)
  • From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Tue Feb 20 18:20:24 2024
    On Tue, 20 Feb 2024 13:04:00 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

    Code 20 is a space. So wrapping caused by that.

    I doubt it.

    Also check if you have DispMargin parameter in your config. If you do - comment it out or remove. Then GoldEd will use all window width.

    Most likely whatever the default settings is, since I don't use it in my config.

     NB>> I used checkout to get the specific commit you asked me to grab
     NB>> (372220588c6f17cd3f709dcb721a9144169d988c), and it is indeed exactly
     NB>> how the latest version is. So you were right.

    You said that before you started to experiment - all worked fine. Have you used same compiler? Now I suspect that issue caused by something in your setup. Because it's quite opposite from others have.

    I said before that it has looked fine for quite some time. I didn't go back to the version you asked me too until I got the answer to use 'checkout' instead of 'bisect'. Now that I was able to go back that far, I was able to give you a better answer.

     NB>> It did not. Whatever first change you made actually kind of helped me,
     NB>> I suppose. Hopefully this helps narrow things down better and we can
     NB>> figure out what's going on.

    That's why would be interesting to use bisect from 372220588c6f17cd3f709dcb721a9144169d988c to master and find specific commit
    which made it bad in your specific case.

    I did this, sort of. Instead of bisect, I used checkout and tried every version after 372220588* until I got to the one that changed the display.

    8e9f3518ac9b3b32676e7b7563e92cc44e7b5ba7 is the commit that changes things for the better in my case.

    It stayed that way until you reverted the commit in the latest version.

    My only thoughts is that I am using PuTTY to connect with utf-8 settings to a utf-8 linux terminal. I include golded-plus/cfgs/config/charsets.cfg so I basically translate to and from everything currently possible.

    Maybe Wilfred had issues with this commit because he's not actually using any xlat configuration? He had told me he's using some kind of half and half utf-8/cp437 terminal and not using any xlat* settings in his configuration. If he can view that stat screen I posted as well as view Michiel's tearline and origin line over in the UTF-8 echo during the same golded session and no configuration changes, I would be surprised.

    This is with 8e9f3518*:

    https://pharcyde.org/golded-stats.png
    https://pharcyde.org/golded-utf8.png

    As you can see the only issue I seem to have with this version (and everything up till the 20240206 release) is a few line wraps on the stat screen that shouldn't be happening - and I don't have a very extensive golded.conf where I could see anything in there that would be causing that, except the translation tables themselves.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Wilfred van Velzen@2:280/464.112 to Nicholas Boel on Wed Feb 21 08:40:26 2024
    Hi Nicholas,

    On 20 Feb 24 18:20, Nicholas Boel wrote to Vitaliy Aksyonov:
    about: "Latest sources..":

     NB>>> exactly how the latest version is. So you were right.
    ^^

    Your mail editor seems to insert an unnecessary utf-8 character, I can't read, in front of these quoted lines. :-(


    Wilfred.

    --- FMail-W64 2.2.0.0
    * Origin: point@work (2:280/464.112)
  • From Nicholas Boel@1:154/10 to Wilfred van Velzen on Wed Feb 21 17:17:14 2024
    On Wed, 21 Feb 2024 14:40:26 +0100, Wilfred Van Velzen -> Nicholas Boel wrote:

    Your mail editor seems to insert an unnecessary utf-8 character, I can't read, in front of these quoted lines. :-(

    I looked back on a few previous messages, and it seems to only add it once the quote level gets to 3. (>>>). I will take a look, thanks!

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Carlos Navarro@2:341/234.1 to Nicholas Boel on Thu Feb 22 18:09:13 2024
    21 Feb 2024 17:17, you wrote to Wilfred van Velzen:

    Your mail editor seems to insert an unnecessary utf-8 character,
    I can't read, in front of these quoted lines. :-(

    I looked back on a few previous messages, and it seems to only add it
    once the quote level gets to 3. (>>>). I will take a look, thanks!

    Also with level 2.

    Thunderbird seems to replace some normal spaces by non-breaking spaces (UTF-8: C2 A0) in quotes. I intended to investigate this...

    Carlos

    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: cyberiada (2:341/234.1)
  • From Nicholas Boel@1:154/10 to Carlos Navarro on Thu Feb 22 16:51:38 2024
    Hello Carlos,

    On Thursday February 22 2024 18:09, you wrote to me:

    I looked back on a few previous messages, and it seems to only
    add it once the quote level gets to 3. (>>>). I will take a look,
    thanks!

    Also with level 2.

    I looked back on quite a few of my messages, and only saw them on quotes with 3 ">". So I don't have much more information than that.

    Thunderbird seems to replace some normal spaces by non-breaking spaces (UTF-8: C2 A0) in quotes. I intended to investigate this...

    Are you sure it's Thunderbird? Once the message is posted, doesn't Smapinntpd rearrange the quotes (when using -smartquote) in order to add initials? Or does Smapinntpd not touch the first space of every line before quoted text?

    Anyway, we should probably move this from the Golded echo. I'm trying to sort issues with Golded as well. :)

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- GoldED+/LNX 1.1.5-b20231004
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Nicholas Boel@1:154/10 to Carlos Navarro on Thu Feb 22 17:22:10 2024
    On Fri, 23 Feb 2024 00:09:12 +0100, Carlos Navarro -> Nicholas Boel wrote:

    Also with level 2.

    For the record, you are right. The messages I was looking at were quoted the 3rd time by someone else, so it was indeed my 2nd level. ;)

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Vitaliy Aksyonov@1:104/117 to Nicholas Boel on Thu Feb 22 22:11:24 2024
    Hi, Nicholas!

    20 Feb 24 18:20, Γδ »¿ßá½(á) ¼¡Ñ:

    Code 20 is a space. So wrapping caused by that.
    I doubt it.

    It was just a guess. :) I'm trying to dig in all possible directions.

    Also check if you have DispMargin parameter in your config. If
    you do - comment it out or remove. Then GoldEd will use all
    window width.

    Most likely whatever the default settings is, since I don't use it in
    my config.

    Default is to use whole window. Then it's weird, that line is broken.

     NB>>> I used checkout to get the specific commit you asked me to
     NB>>> grab (372220588c6f17cd3f709dcb721a9144169d988c), and it is
     NB>>> indeed exactly how the latest version is. So you were right.

    You said that before you started to experiment - all worked fine.
    Have you used same compiler? Now I suspect that issue caused by
    something in your setup. Because it's quite opposite from others
    have.
    I said before that it has looked fine for quite some time. I didn't go back to the version you asked me too until I got the answer to use 'checkout' instead of 'bisect'. Now that I was able to go back that
    far, I was able to give you a better answer.

    Great.

     NB>>> It did not. Whatever first change you made actually kind of
     NB>>> helped me, I suppose. Hopefully this helps narrow things down
     NB>>> better and we can figure out what's going on.

    That's why would be interesting to use bisect from
    372220588c6f17cd3f709dcb721a9144169d988c to master and find
    specific commit which made it bad in your specific case.

    I did this, sort of. Instead of bisect, I used checkout and tried
    every version after 372220588* until I got to the one that changed the display.

    8e9f3518ac9b3b32676e7b7563e92cc44e7b5ba7 is the commit that changes
    things for the better in my case.

    It stayed that way until you reverted the commit in the latest
    version.

    That's something. Thanks for doing that.

    My only thoughts is that I am using PuTTY to connect with utf-8
    settings to a utf-8 linux terminal. I include golded-plus/cfgs/config/charsets.cfg so I basically translate to and
    from everything currently possible.

    Have you tried to run it in local terminal emulator? Do you have any GUI on that computer?
    Putty may be pain in the ass to configure correctly.

    Maybe Wilfred had issues with this commit because he's not actually
    using any xlat configuration? He had told me he's using some kind of
    half and half utf-8/cp437 terminal and not using any xlat* settings in
    his configuration. If he can view that stat screen I posted as well as view Michiel's tearline and origin line over in the UTF-8 echo during
    the same golded session and no configuration changes, I would be surprised.

    This is with 8e9f3518*:

    https://pharcyde.org/golded-stats.png
    https://pharcyde.org/golded-utf8.png

    As you can see the only issue I seem to have with this version (and everything up till the 20240206 release) is a few line wraps on the
    stat screen that shouldn't be happening - and I don't have a very extensive golded.conf where I could see anything in there that would
    be causing that, except the translation tables themselves.

    Would be cool if you may share your config and message base with message containing pseudo-graphics for me to play with. If I reproduce it internally - then I may find the cause very quickly! By config I mean not only golded.cfg, but all included files, including charset tables.

    Best regards,
    Vitaliy Aksyonov.

    --- GoldED+/LNX 1.1.5-b20231030
    * Origin: Aurora, Colorado (1:104/117)
  • From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Fri Feb 23 16:30:26 2024
    On Fri, 23 Feb 2024 04:11:24 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

    Default is to use whole window. Then it's weird, that line is broken.

     NB>> 8e9f3518ac9b3b32676e7b7563e92cc44e7b5ba7 is the commit that changes
     NB>> things for the better in my case.

     NB>> It stayed that way until you reverted the commit in the latest
     NB>> version.

    That's something. Thanks for doing that.

    Anything I can do to help out.

    Have you tried to run it in local terminal emulator? Do you have any GUI on
    that computer?

    It's a headless Linux VM on my ESXi server. No GUI. But I was able to test two methods besides PuTTY.

    1) I logged in to my VMWare ESXi web interface, and opened the VM in a window there.

    2) My main PC with Windows 11, command prompt > ssh via command line.

    Both options show basically the same results, except I'd guess the VMware window is probably pretty basic and the font may not support all of the characters.

    VMWare:

    https://pharcyde.org/golded-vmware-stats.png

    Windows command prompt:

    https://pharcyde.org/golded-windowscmd-stats.png

    Putty may be pain in the ass to configure correctly.

    Seems pretty similar to the other methods I was able to try.

    Would be cool if you may share your config and message base with message containing pseudo-graphics for me to play with. If I reproduce it internally - then I may find the cause very quickly! By config I mean not only golded.cfg, but all included files, including charset tables.

    Sure. I will netmail you a link to the zip file. You will most likely have the directory structure in the config to make things work, but otherwise all pertinent information should be there.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Nicholas Boel@1:154/10 to Nicholas Boel on Fri Feb 23 16:39:24 2024
    On Fri, 23 Feb 2024 22:30:26 -0600, Nicholas Boel -> Vitaliy Aksyonov wrote:

    Sure. I will netmail you a link to the zip file. You will most likely have the directory structure in the config to make things work, but otherwise all pertinent information should be there.

    "You will most likely have *to change* the directory structure."

    It was not a Golded bug, it was user error. ;)

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Vitaliy Aksyonov@1:104/117 to Nicholas Boel on Sun Feb 25 19:05:18 2024
    Hello Nicholas.

    23 Feb 24 16:39, you wrote to you:

    Sure. I will netmail you a link to the zip file. You will most
    likely have the directory structure in the config to make things
    work, but otherwise all pertinent information should be there.

    "You will most likely have *to change* the directory structure."

    It was not a Golded bug, it was user error. ;)

    I'll definitely play with your config to find that issue. Thanks!

    Vitaliy

    ... B ?ape?ax ?e? ??oxux ?a??opo?!
    --- GoldED+/LNX 1.1.5-b20240223
    * Origin: Aurora, Colorado (1:104/117)
  • From Karel Kral@2:423/39 to Nicholas Boel on Sun Mar 3 10:41:59 2024
    Hello Nicholas!

    16 Feb 24 17:15, you wrote to me:

    Are you referring to having these issues with a version from 2018? If
    so, I would suggest you upgrade to the latest version and see if you
    have any of the same issues you have now.

    Just did and same result (= same issues).

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)
  • From Nicholas Boel@1:154/10 to Karel Kral on Sun Mar 3 08:52:34 2024
    On Sun, 3 Mar 2024 16:41:58 +0100, Karel Kral -> Nicholas Boel wrote:

    Are you referring to having these issues with a version from 2018? If
    so, I would suggest you upgrade to the latest version and see if you
    have any of the same issues you have now.

    Just did and same result (= same issues).

    I would suggest trying some translation tables. I had to look back at
    your original messages about this since it was a few weeks ago already.
    I did see there that you said you are not using any (maybe one)
    translation tables?

    If that is the case, and you have the sources, try including 'golded-plus/cfgs/config/charsets.cfg' in your golded.conf and see if
    that helps or not.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Karel Kral@2:423/39 to Nicholas Boel on Thu Mar 7 18:40:06 2024
    Hello Nicholas!

    03 Mar 24 08:52, you wrote to me:

    If that is the case, and you have the sources, try including 'golded-plus/cfgs/config/charsets.cfg' in your golded.conf and see if
    that helps or not.

    Already have that since ever.

    For that group I have:

    GROUP B
    XLATPATH /home/fido/golded/xlat
    XLATCHARSET CP437 LATIN-2 asc_il2.chs
    XLATCHARSET LATIN-2 CP437 il2_asc.chs
    XLATIMPORT CP437
    XLATIMPORT CP437
    XLATLOCALSET LATIN-2
    MSGLISTWIDESUBJ YES
    ENDGROUP

    Using UTF-8 in putty, having LANG=cs_CZ.utf8 in bash, startin golded:
    luit -encoding 'ISO-8859-2' ./gedlnx -f

    (because GROUP A we have ISO-8859-2 as agreed coding)

    As I wrote, I have issue in GROUP B, GOLDED here...

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)
  • From Nicholas Boel@1:154/10 to Karel Kral on Thu Mar 7 17:11:54 2024
    On Fri, 8 Mar 2024 00:40:06 +0100, Karel Kral -> Nicholas Boel wrote:

    For that group I have:

    GROUP B
    XLATPATH /home/fido/golded/xlat
    XLATCHARSET CP437 LATIN-2 asc_il2.chs
    XLATCHARSET LATIN-2 CP437 il2_asc.chs
    XLATIMPORT CP437
    XLATIMPORT CP437
    XLATLOCALSET LATIN-2
    MSGLISTWIDESUBJ YES
    ENDGROUP

    Are you using the wrong translation table? I think you should be using
    cp437 -> il2, rather than ascii -> il2.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Vitaliy Aksyonov@1:104/117 to Karel Kral on Thu Mar 7 17:08:24 2024
    Hello Karel.

    07 Mar 24 18:40, you wrote to Nicholas Boel:

    If that is the case, and you have the sources, try including
    'golded-plus/cfgs/config/charsets.cfg' in your golded.conf and
    see if that helps or not.

    Already have that since ever.

    For that group I have:

    GROUP B
    XLATPATH /home/fido/golded/xlat
    XLATCHARSET CP437 LATIN-2 asc_il2.chs
    XLATCHARSET LATIN-2 CP437 il2_asc.chs
    XLATIMPORT CP437
    XLATIMPORT CP437
    XLATLOCALSET LATIN-2
    MSGLISTWIDESUBJ YES
    ENDGROUP

    Using UTF-8 in putty, having LANG=cs_CZ.utf8 in bash, startin golded:
    luit -encoding 'ISO-8859-2' ./gedlnx -f

    (because GROUP A we have ISO-8859-2 as agreed coding)

    As I wrote, I have issue in GROUP B, GOLDED here...

    OK. Your case is actually simpler than I thought. You should have zero issues with pseudo-graphics.

    Try to set LANG to cs_CZ.ISO8859-2 and that will solve your issue! No need to set it for the whole system. Just for golded session.

    $ LANG=cs_CZ.ISO8859-2 luit -encoding 'ISO-8859-2' ./gedlnx -f

    Your problem is that luit converts symbols from 8859-2 to UTF, but ncurses tries to work in UTF-8 mode because you have LANG=cs_CZ.utf8.

    In my case I have separate session in Putty with KOI8-R. And run golded like this:

    LANG=ru_RU.koi8r gedlnx -C<myconfig>

    And have no issues with pseudo-graphics. But luit works too, just tried it.

    Vitaliy

    ... 640K ought to be enough for anybody
    --- GoldED+/LNX 1.1.5-b20240305-beta
    * Origin: Aurora, Colorado (1:104/117)
  • From Vitaliy Aksyonov@1:104/117 to Nicholas Boel on Thu Mar 7 17:27:32 2024
    Hello Nicholas.

    07 Mar 24 17:11, you wrote to Karel Kral:

    For that group I have:

    GROUP B
    XLATPATH /home/fido/golded/xlat
    XLATCHARSET CP437 LATIN-2 asc_il2.chs
    XLATCHARSET LATIN-2 CP437 il2_asc.chs
    XLATIMPORT CP437
    XLATIMPORT CP437
    XLATLOCALSET LATIN-2
    MSGLISTWIDESUBJ YES
    ENDGROUP

    Are you using the wrong translation table? I think you should be using cp437 -> il2, rather than ascii -> il2.

    Most probably he does because it works for him prior to my last changes. So I assume that text conversion performed correctly.

    Vitaliy

    ... 640K ought to be enough for anybody
    --- GoldED+/LNX 1.1.5-b20240305-beta
    * Origin: Aurora, Colorado (1:104/117)
  • From Nicholas Boel@1:154/10 to Vitaliy Aksyonov on Thu Mar 7 18:51:16 2024
    On Thu, 7 Mar 2024 23:27:32 -0700, Vitaliy Aksyonov -> Nicholas Boel wrote:

    Are you using the wrong translation table? I think you should be using
    cp437 -> il2, rather than ascii -> il2.

    Most probably he does because it works for him prior to my last changes. So I assume that text conversion performed correctly.

    By his previous messages, I'm led to believe his hasn't been working
    properly for awhile.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Karel Kral@2:423/39 to Vitaliy Aksyonov on Fri Mar 8 07:30:42 2024
    Hello Vitaliy!

    07 Mar 24 17:08, you wrote to me:

    Try to set LANG to cs_CZ.ISO8859-2 and that will solve your issue! No
    need to set it for the whole system. Just for golded session.

    $ LANG=cs_CZ.ISO8859-2 luit -encoding 'ISO-8859-2' ./gedlnx -f

    Just did, but no improvement. Would it be possible that old messages are alreadu scrambled and I have to wait for new examples?

    Your problem is that luit converts symbols from 8859-2 to UTF, but
    ncurses tries to work in UTF-8 mode because you have LANG=cs_CZ.utf8.

    I am not sure that is just my XLAT setup or BASH env. Interesting is, that it is only subject (message is OK). What is difference for XLAT in Subj and in Message? Why one UTF-8 is OK a different is not (UTF-8 4 against UFT-8 2)?

    And there was another collegue who has same issue (assume different setup).

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)
  • From Karel Kral@2:423/39 to Nicholas Boel on Fri Mar 8 07:33:28 2024
    Hello Nicholas!

    07 Mar 24 17:11, you wrote to me:

    Are you using the wrong translation table? I think you should be using cp437 -> il2, rather than ascii -> il2.

    I do not have xlat file like that.

    Point is that in group B there I expect only English and old fashioned ascii 127 anyway.

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)
  • From Nicholas Boel@1:154/10 to Karel Kral on Fri Mar 8 05:59:06 2024
    On Fri, 8 Mar 2024 13:33:28 +0100, Karel Kral -> Nicholas Boel wrote:

    Are you using the wrong translation table? I think you should be using
    cp437 -> il2, rather than ascii -> il2.

    I do not have xlat file like that.

    Point is that in group B there I expect only English and old fashioned ascii 127 anyway.


    This is from one of your previous messages, just so I stay on track with
    what your settings are:

    "Using UTF-8 in putty, having LANG=cs_CZ.utf8 in bash, startin golded:
    luit -encoding 'ISO-8859-2' ./gedlnx -f"

    You might want to try iso-8859-2 in PuTTY, also, rather than UTF-8. Then
    try the command line that Vitaliy recommended to use?

    If that doesn't work, you could try using this as well and see if it
    does something different for you:

    xlatcharset cp437 utf-8 437_u8.chs

    If that .chs file isn't in your xlat directory, I believe you can grab
    it from Golded sources on github.

    Regards,
    Nick

    ... "Take my advice, I don't use it anyway."
    --- Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Thunderb
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Karel Kral@2:423/39 to Nicholas Boel on Sat Mar 9 02:02:59 2024
    Hello Nicholas!

    08 Mar 24 05:59, you wrote to me:

    You might want to try iso-8859-2 in PuTTY, also, rather than UTF-8.
    Then try the command line that Vitaliy recommended to use?

    Just tested. No improvement for GOLDED, even worse in shell.

    xlatcharset cp437 utf-8 437_u8.chs

    If that .chs file isn't in your xlat directory, I believe you can grab
    it from Golded sources on github.

    Got that file, included into golded.cfg - for UTF-8. No improvement.

    I also played with EDITREPLYRE, but also no change.

    As it is about 4 characters, I think is bug in golded related to "Re: ". I have no issue with other messages (even using local czech characters, including quoting). In total I see everything OK, except few messages in International echos.

    E.g. replying to you - you can see Subj. is OK.

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)
  • From Vitaliy Aksyonov@1:104/117 to Karel Kral on Sat Mar 9 12:44:28 2024
    Hello Karel.

    08 Mar 24 07:30, you wrote to me:

    Try to set LANG to cs_CZ.ISO8859-2 and that will solve your
    issue! No need to set it for the whole system. Just for golded
    session.

    $ LANG=cs_CZ.ISO8859-2 luit -encoding 'ISO-8859-2' ./gedlnx -f

    Just did, but no improvement. Would it be possible that old messages
    are alreadu scrambled and I have to wait for new examples?

    Could you please make sure that your system actually has such locale?

    What does it show if you run:
    LANG=cs_CZ.ISO8859-2 locale

    Also try to run:
    locale -a

    If it doesn't show that locale - you need to install or generate it. Each linux distro has own way to do it, but that's easy to google.

    Your problem is that luit converts symbols from 8859-2 to UTF,
    but ncurses tries to work in UTF-8 mode because you have
    LANG=cs_CZ.utf8.

    I am not sure that is just my XLAT setup or BASH env. Interesting is,
    that it is only subject (message is OK). What is difference for XLAT
    in Subj and in Message? Why one UTF-8 is OK a different is not (UTF-8
    4 against UFT-8 2)?

    It could be both. Could you please show your xlat setup?

    BTW, luit works for me. Only difference is that my FidoNet charset is KOI8-r.

    As for UTF - it's not supported and might "work" if you do some weird setup, but I'd not count on it. Better work in one-byte locales like cp437 or ISO8859-2 in your case.

    And there was another collegue who has same issue (assume different setup).

    I totally understand you. I spend several days before my system started to work OK. Will try to resolve your issues. :)

    Vitaliy

    ... 640K ought to be enough for anybody
    --- GoldED+/LNX 1.1.5-b20240305-beta
    * Origin: Aurora, Colorado (1:104/117)
  • From Karel Kral@2:423/39 to Vitaliy Aksyonov on Sun Mar 10 14:09:35 2024
    Hello Vitaliy!

    09 Mar 24 12:44, you wrote to me:

    Could you please make sure that your system actually has such locale?

    What does it show if you run:
    LANG=cs_CZ.ISO8859-2 locale

    .. LANG=cs_CZ.ISO8859-2 locale
    LANG=cs_CZ.ISO8859-2
    LC_CTYPE="cs_CZ.ISO8859-2"
    LC_NUMERIC="cs_CZ.ISO8859-2"
    LC_TIME="cs_CZ.ISO8859-2"
    LC_COLLATE="cs_CZ.ISO8859-2"
    LC_MONETARY="cs_CZ.ISO8859-2"
    LC_MESSAGES="cs_CZ.ISO8859-2"
    LC_PAPER="cs_CZ.ISO8859-2"
    LC_NAME="cs_CZ.ISO8859-2"
    LC_ADDRESS="cs_CZ.ISO8859-2"
    LC_TELEPHONE="cs_CZ.ISO8859-2"
    LC_MEASUREMENT="cs_CZ.ISO8859-2"
    LC_IDENTIFICATION="cs_CZ.ISO8859-2"
    LC_ALL=

    Also try to run:
    locale -a

    .. locale -a | grep cs_CZ
    cs_CZ
    cs_CZ.iso88592
    cs_CZ.utf8


    It could be both. Could you please show your xlat setup?

    GOLDED is showed as Group B
    in cfg (this is the latest, changed also based on the latest advice)

    GROUP B
    XLATPATH /home/fido/golded/xlat
    XLATCHARSET CP437 LATIN-2 asc_il2.chs
    XLATCHARSET LATIN-2 CP437 il2_asc.chs
    XLATCHARSET CP437 UTF-8 437_u8.chs
    XLATIMPORT CP437
    XLATIMPORT CP437
    XLATLOCALSET LATIN-2
    MSGLISTWIDESUBJ YES
    ENDGROUP

    BTW, luit works for me. Only difference is that my FidoNet charset is KOI8-r.

    It is working for me in local, czech echomail.

    As for UTF - it's not supported and might "work" if you do some weird setup, but I'd not count on it. Better work in one-byte locales like
    cp437 or ISO8859-2 in your case.

    Where I am reading, usualy they use English. Then pure ASCII should be enough. And I would be OK even for some exceptional scrambled messages. But why some Subject lines are impacted? I see whole message OK, just that line has copied over 4 bytes. Always the same position.

    I totally understand you. I spend several days before my system
    started to work OK. Will try to resolve your issues. :)

    No problem. Have that since years. I just started to wonder if somebody else can see that. Take is as the lowest prio.

    I checked code already, for some "quick win" - but I am not c-guy = nothing found by myself.

    Thank you for any help.

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)
  • From David Gonzalez@1:218/700 to All on Tue Nov 19 12:00:30 2024
    Hola All!, saludo cordial

    I compiled Linux version and it works fine, issue I have is basically when accessing from windows SecureCRT or Putty, I cannot seem to find the right emulation setting or terminal mode.

    Does anyone have any experience running Golded rmeotely and showing up properly?

    Thanks

    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 80/1 90/0 103/705 124/5016 153/757 154/10 30 203/0 218/700 221/0 SEEN-BY: 221/1 6 229/426 240/1120 5832 280/464 5003 5006 5555 292/854 8125 SEEN-BY: 301/1 113 123 812 310/31 335/364 341/66 234 396/45 423/120 460/58 SEEN-BY: 467/888 633/280 712/848 770/1 900/0 102 106 902/0 19 26 930/1
    SEEN-BY: 5020/400 1042 229/426 103/705 218/720 102/401 103/1 218/215 840 860 SEEN-BY: 218/880 214/22 218/870 930 601 124/5016 218/700 1 10/1 218/0 10/0
  • From Wilfred van Velzen@2:280/464 to David Gonzalez on Tue Nov 19 18:11:37 2024
    Hi David,

    On 2024-11-19 12:00:30, you wrote to All:

    I compiled Linux version and it works fine, issue I have is basically
    when accessing from windows SecureCRT or Putty, I cannot seem to find
    the right emulation setting or terminal mode.

    Does anyone have any experience running Golded rmeotely and showing up properly?

    Can you do a rescan of this area (about 300 messages back will do)? In Februari and March I had a long thread with a few other people to get this right on my linux konsole, and remotely with Putty. Maybe it contains some useful clues for you...


    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)
  • From Stephen Walsh@3:633/280 to David Gonzalez on Wed Nov 20 09:53:04 2024

    Hello David!

    19 Nov 24 12:00, you wrote to all:

    I compiled Linux version and it works fine, issue I have is basically
    [...]
    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0

    It actually isn't working fine. There is no Origin or Tear lines on all of your messages.



    Stephen


    --- GoldED+/LNX 1.1.5-b20240302
    * Origin: Dragon's Lair ---:- dragon.vk3heg.net -:--- Prt: 6800 (3:633/280)
  • From David Gonzalez@1:218/700 to Stephen Walsh on Wed Nov 20 08:38:50 2024
    Hola Stephen!, saludo cordial

    20 Nov 24 09:53, tu escribi(ste) a ti:

    Erm ok, I noticed, but no idea why it happens when I use a TPL file looking into that, and this is windows version LoL

    Hello David!

    19 Nov 24 12:00, you wrote to all:

    I compiled Linux version and it works fine, issue I have is
    basically
    [...]
    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0

    It actually isn't working fine. There is no Origin or Tear lines on
    all of your messages.



    Stephen


    --- GoldED+/LNX 1.1.5-b20240302
    * Origin: Dragon's Lair ---:- dragon.vk3heg.net -:--- Prt: 6800 (3:633/280)
    SEEN-BY: 4/0 80/1 90/0 103/705 124/5016 153/757 154/10 30 203/0 218/700 221/0 SEEN-BY: 221/1 6 229/426 240/1120 5832 280/464 5003 5006 5555 292/854 8125 SEEN-BY: 301/1 113 123 812 310/31 335/364 341/66 234 396/45 423/120 460/58 SEEN-BY: 467/888 633/280 712/848 770/1 900/0 102 106 902/0 19 26 930/1
    SEEN-BY: 5020/400 1042 229/426 103/705 218/720 102/401 103/1 218/215 840 860 SEEN-BY: 218/880 214/22 218/870 930 601 124/5016 218/700 1 10/1 218/0 10/0
  • From Nicholas Boel@1:154/700 to David Gonzalez on Wed Nov 20 19:38:57 2024
    Hello David,

    On Wed, Nov 20 2024 07:38:50 -0600, you wrote:

    Erm ok, I noticed, but no idea why it happens when I use a TPL file
    looking into that, and this is windows version LoL

    Because it's not part of the template file. It's something you need to define in your config file.

    TEARLINE <tearline>
    ORIGIN <origin>

    Do a search for GOLD_REF.TXT, as I said on a couple of occasions already, it will be your best friend (and tell you every option available to you, with descriptions on what they do).

    SEEN-BY: 460/58 467/888 633/280 712/848 770/1 900/0 102 106 902/0 19 26 930/1 SEEN-BY: 2320/105 3634/12 5020/400

    While they don't seem to show up in Golded (Golded must still filter this), I'm seeing your SEEN-BYs in every message you post, too. These don't look like they start with a CTRL character to be a proper kludge, either.

    Are trying to invalidate these in your Golded config by removing the "@" or something?

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Wilfred van Velzen@2:280/464 to Nicholas Boel on Thu Nov 21 12:32:21 2024
    Hi Nicholas,

    On 2024-11-20 19:38:57, you wrote to David Gonzalez:

    SEEN-BY: 460/58 467/888 633/280 712/848 770/1 900/0 102 106 902/0 19 26
    930/1
    SEEN-BY: 2320/105 3634/12 5020/400

    While they don't seem to show up in Golded (Golded must still filter this),
    I'm seeing your SEEN-BYs in every message you post, too. These don't look like
    they start with a CTRL character to be a proper kludge, either.

    Are trying to invalidate these in your Golded config by removing the "@" or
    something?

    His seen-bys look fine here? Maybe your reader gets confused when the origin line is missing?


    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)
  • From Nicholas Boel@1:154/700 to Wilfred van Velzen on Thu Nov 21 16:05:45 2024
    Hello Wilfred,

    On Thu, Nov 21 2024 05:32:21 -0600, you wrote:

    While they don't seem to show up in Golded (Golded must still filter this),
    I'm seeing your SEEN-BYs in every message you post, too. These don't look like
    they start with a CTRL character to be a proper kludge, either.

    Are trying to invalidate these in your Golded config by removing the "@" or
    something?

    His seen-bys look fine here? Maybe your reader gets confused when the origin line is missing?

    I just got done saying it works fine in Golded, which is what you're using.. so it would look fine there.

    Maybe it is my reader, I don't know. It also displays these SEEN-BYs on my BBS, which does indeed know what FTN kludges are, and shouldn't matter if there is an origin line or not.

    I checked in Golded as well, and the "@" (which I think is just a translation of a CTRL character) was missing before all SEEN-BY lines, yet Golded still hides them (which is great for Golded, but my current reader and BBS software is treating it like regular text, because there is no CTRL character before it, as far as I can tell.

    So I can only guess that something is stripping the CTRL character before that specific kludge, as that "@" character is still there on all the other kludges of his message (and I don't see any of those in my reader, either), and it doesn't happen with anyone else that I've read in the past few weeks.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Wilfred van Velzen@2:280/464 to Nicholas Boel on Thu Nov 21 23:26:44 2024
    Hi Nicholas,

    On 2024-11-21 16:05:45, you wrote to me:

    While they don't seem to show up in Golded (Golded must still
    filter
    this),
    I'm seeing your SEEN-BYs in every message you post, too. These don't
    look like
    they start with a CTRL character to be a proper kludge, either.

    Are trying to invalidate these in your Golded config by removing the
    "@" or
    something?

    His seen-bys look fine here? Maybe your reader gets confused when the origin
    line is missing?

    I just got done saying it works fine in Golded, which is what you're using..
    so it would look fine there.

    Maybe it is my reader, I don't know. It also displays these SEEN-BYs on my BBS, which does indeed know what FTN kludges are, and shouldn't matter if there is an origin line or not.

    I checked in Golded as well, and the "@" (which I think is just a translation
    of a CTRL character) was missing before all SEEN-BY lines, yet Golded still
    hides them (which is great for Golded, but my current reader and BBS software
    is treating it like regular text, because there is no CTRL character before
    it, as far as I can tell.

    SEEN+BY lines normally don't have a CTRL character in front of them!

    So I can only guess that something is stripping the CTRL character
    before that specific kludge, as that "@" character is still there on
    all the other kludges of his message (and I don't see any of those in
    my reader, either), and it doesn't happen with anyone else that I've
    read in the past few weeks.

    So I still think the SEEN-BY lines in this case are treated as normal text, because the origin line is missing...

    They will only be treated special if they come after the origin line, which normally is the last readable line in a message, so it triggers your reader, to hide the lines comming after the origin line (my guess).

    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)
  • From Nicholas Boel@1:154/700 to Wilfred van Velzen on Thu Nov 21 16:46:43 2024
    Hello Wilfred,

    On Thu, Nov 21 2024 16:26:44 -0600, you wrote:

    SEEN+BY lines normally don't have a CTRL character in front of them!

    Ok.

    So I still think the SEEN-BY lines in this case are treated as normal
    text, because the origin line is missing...

    Maybe.

    They will only be treated special if they come after the origin line,
    which normally is the last readable line in a message, so it triggers
    your reader, to hide the lines comming after the origin line (my
    guess).

    I've let Rob know, as this reader is just accessing my Synchronet message bases via NNTP, and those SEEN-BYs are also displayed when logged into the BBS via telnet, so it's not just this reader.

    Granted, if there was an origin line, I probably would have never seen this issue.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Rob Swindell@1:103/705 to Nicholas Boel on Thu Nov 21 15:07:00 2024
    Re: Re: Linux golded
    By: Nicholas Boel to Wilfred van Velzen on Thu Nov 21 2024 04:46 pm

    I've let Rob know, as this reader is just accessing my Synchronet message bases via NNTP, and those SEEN-BYs are also displayed when logged into the BBS via telnet, so it's not just this reader.

    SBBSecho requires a tear line and/or an origin line in the message text before it'll start parsing SEEN-BYs and placing them in the message header (where FTN seen-bys are properly stored in a Synchronet Message Base). That's by design.
    --
    digital man (rob)

    Steven Wright quote #33:
    Everyone has a photographic memory; some just don't have film.
    Norco, CA WX: 77.8°F, 11.0% humidity, 2 mph W wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.23-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nicholas Boel@1:154/700 to Rob Swindell on Thu Nov 21 17:28:59 2024
    Hello Rob,

    On Thu, Nov 21 2024 17:07:00 -0600, you wrote:

    I've let Rob know, as this reader is just accessing my Synchronet message bases via NNTP, and those SEEN-BYs are also displayed when logged into the BBS via telnet, so it's not just this reader.

    SBBSecho requires a tear line and/or an origin line in the message
    text before it'll start parsing SEEN-BYs and placing them in the
    message header (where FTN seen-bys are properly stored in a Synchronet Message Base). That's by design.

    Ok. Thanks for the response!

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Angel Ripoll@2:341/66 to David Gonzalez on Sun Nov 24 15:12:20 2024
    Hola David!

    19 Nov 24 12:00, David Gonzalez dijo a All:

    Hola All!, saludo cordial

    I compiled Linux version and it works fine, issue I have is basically when accessing from windows SecureCRT or Putty, I cannot seem to find the right emulation setting or terminal mode.

    Does anyone have any experience running Golded rmeotely and showing up properly?

    I do. I use this line:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx -Cpath_to_cfg

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20240209 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From David Gonzalez@1:218/700 to Angel Ripoll on Sun Nov 24 17:42:24 2024

    Hello Angel!

    24 Nov 24 15:12, you wrote to me:

    Hola David!

    19 Nov 24 12:00, David Gonzalez dijo a All:

    Hola All!, saludo cordial

    I compiled Linux version and it works fine, issue I have is
    basically when accessing from windows SecureCRT or Putty, I
    cannot seem to find the right emulation setting or terminal mode.

    Does anyone have any experience running Golded rmeotely and
    showing up properly?

    I do. I use this line:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx -Cpath_to_cfg

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    Thanks Angel, I tried your suggestion and Fernando Toledo's sample config with no luck my golded still looks like this:

    Pick New Area: lqAreaqDescriptionqqqqqqqqqqqMsgsqqqqNewqqEchoIDqqqqqqqqGqkxqqqqqqGrupo de Echomailsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq x 1 Area de pruebas 0 ESP.PRUEBAS 27 0 ESP.PRUEBAS F
    x 2 REGION93 0 REGION93 F
    x 3 ZONA4.GENERAL 0 ZONA4.GENERAL F
    xqqqqqqGrupo etmailsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq x 4 Bad-fido 0 0 Bad-fido N
    x 5 Netmail-fido 23 0 Netmail-fido N
    x 6+ ESP.COLOMBIA 9 2 ESP.COLOMBIA S xqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
    Wird thing Synchronet's scfg and echocfg look just fine, meaning lineas and that stuff.

    I also tried enabling and disabling lines no luck, ,y golded.cfg looks like this, for reference

    // incluir el archivo de areas que genera crashexport
    include areas.golded

    // includes de paths de archivos de config de la instalacion
    // tengan en cuenta que por defecto se instala en /usr/local
    // y si estos includes no estan el golded no inicia
    ;include ./golded-plus/cfgs/colorset/gedcol02.cfg
    ;xlatpath ./golded-plus/cfgs/charset
    ;include ./golded-plus/cfgs/config/charsets.cfg

    // algunas configs para converir los charsets
    // posiblemente alguien en fido me paso estas opciones
    // y veo bien las tildes y demas caracters
    ;xlatimport ibmpc
    ;xlatcharset ibmpc latin-1 ibm_iso.chs
    ;xlatcharset latin-1 ibmpc iso_ibm.chs
    ;xlatcharset latin-1 latin-1 iso_iso.chs
    ;xlatcharset ibmpc ibmpc ibm_ibm.chs

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx -Cpath_to_cfg

    // configuracion de los paths para los nodelists
    NODEPATH /home/sbbs/fido/filebox/nodelist/
    NODEPATHFD /home/sbbs/fido/filebox/nodelist/
    NODEPATHIM /home/sbbs/fido/filebox/nodelist/
    NODEPATHV7 /home/sbbs/fido/filebox/nodelist/
    NODELIST NODELIST.099
    NODELISTWARN yes

    // Mostrar las lineas ocultas de los mensajes (kludges desconocidos). VIEWHIDDEN YES
    // Mostrar kludges conocidos. (Los que estan definidos e incluidos en la opción KLUDGE).
    VIEWKLUDGE YES
    // Iniciar con la vista de listado de mensajes.
    MSGLISTFIRST yes

    // otras opciones comunes, (ver docu de golded)
    areascan *
    ADDRESSBOOKADD ALWAYS
    MSGLISTFAST YEs
    MSGLISTHEADER yes
    showdeleted no

    ; opciones para ver agrupadas las areas segun la letra de grupo
    ; que nos exporta el crashmail al archivo areas.golded
    AREALISTSORT G
    AREASEP !N "Grupo Netmails" N Net
    AREASEP !D "Grupo de Echomails" D Echo


    David
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From Nicholas Boel@1:154/700 to David Gonzalez on Sun Nov 24 17:33:14 2024
    Hello David,

    On Sun, Nov 24 2024 16:42:24 -0600, you wrote ..

    Thanks Angel, I tried your suggestion and Fernando Toledo's sample
    config with no luck my golded still looks like this:

    You should probably start over with your config. Start as minimal as you possibly can (I think someone posted a command line option to create a
    very basic golded.conf).

    "LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx -Cpath_to_cfg"

    Definitely does NOT go in your golded.conf. That's something you type on
    the Linux console in order to run Golded.

    With that said, I'd be willing to guess you don't have 'luit' installed, either.

    Are you new to Linux? If so, you should probably mention that so people
    can be a lot lighter on their explanations to you, which you currently
    aren't seeming to understand any of. It also seems like you're
    completely missing a lot of the help people are already trying to give you.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Dennis Slagers@2:280/2060 to David Gonzalez on Mon Nov 25 07:27:26 2024

    Hello David!

    24 Nov 24 17:42, you wrote to Angel Ripoll:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    I believe that this line has no use as source and target encoding is the same for my installation (I use Fidian for GoldEd through ttyd and tmux), I have a export TERM=screen.xterm-256color

    where you can start that like (in a bin/bash script like) TERM=screen.xterm-256color /usr/bin/golded -T600

    without that I have similar like you. Ie, if you run it directly in a shell
    you possible have the incorrect encoding.

    The 'lining' does have have really (imho) something to do withe the encoding for the characters in
    messages ..


    Dennis


    ... Why document it? I'll be here forever.
    --- GoldED+/LNX 1.1.5-b20240309
    * Origin: Deputy Nodelist Police (2:280/2060)
  • From David Gonzalez@1:218/700 to Nicholas Boel on Mon Nov 25 07:39:16 2024

    Hello Nicholas!

    24 Nov 24 17:33, you wrote to me:

    Hello David,

    On Sun, Nov 24 2024 16:42:24 -0600, you wrote ..

    Thanks Angel, I tried your suggestion and Fernando Toledo's sample
    config with no luck my golded still looks like this:

    You should probably start over with your config. Start as minimal as
    you possibly can (I think someone posted a command line option to
    create a very basic golded.conf).

    "LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx -Cpath_to_cfg"

    Definitely does NOT go in your golded.conf. That's something you type
    on the Linux console in order to run Golded.

    yeah, well overlooked...

    With that said, I'd be willing to guess you don't have 'luit'
    installed, either.

    Guessing I do not, why?, well I based my install on the Git repo instructions

    Are you new to Linux? If so, you should probably mention that so
    people can be a lot lighter on their explanations to you, which you currently aren't seeming to understand any of. It also seems like
    you're completely missing a lot of the help people are already trying
    to give you.

    New... well, I don't consider myself new but I'm a self-proclaimed expert, so yeah I might be missing some concepts.

    And normally if I'm going say LANG=es_ES TERM=linux or the like I'd have said start the program with, maybe *assumming* is problematic, but not going to trash, would there be another more basic are where I could ask?.

    Thanls for your advice.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin)
    (1:154/700)

    David
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From David Gonzalez@1:218/700 to Dennis Slagers on Mon Nov 25 07:44:57 2024

    Hello Dennis!

    25 Nov 24 07:27, you wrote to me:


    Hello David!

    24 Nov 24 17:42, you wrote to Angel Ripoll:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    I believe that this line has no use as source and target encoding is
    the same for my installation (I use Fidian for GoldEd through ttyd and tmux), I have a export TERM=screen.xterm-256color

    yes, that might be, my TERM is TERM=linux

    where you can start that like (in a bin/bash script like) TERM=screen.xterm-256color /usr/bin/golded -T600

    I'm definitely going to try that as a bash startup script.

    without that I have similar like you. Ie, if you run it directly in a shell you possible have the incorrect encoding.

    The 'lining' does have have really (imho) something to do withe the encoding for the characters in messages ..

    many thanks, I was thinking it was eitehr encoding or terminal type but it's been a long time coming back to Linux.

    Dennis


    ... Why document it? I'll be here forever.
    --- GoldED+/LNX 1.1.5-b20240309
    * Origin: Deputy Nodelist Police (2:280/2060)

    David
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From Angel Ripoll@2:341/66 to Dennis Slagers on Mon Nov 25 19:59:40 2024
    Hola Dennis!

    25 Nov 24 07:27, Dennis Slagers dijo a David Gonzalez:


    Hello David!

    24 Nov 24 17:42, you wrote to Angel Ripoll:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    I believe that this line has no use as source and target encoding is the same for my installation (I use Fidian for GoldEd through ttyd and tmux), I have a export TERM=screen.xterm-256color

    I have my system in UTF8 and I use ISO8859-1 with golded. That's why I use that line. Before using this I had to manually change the encoding of my terminal to see the golded screen correctly. If I didn't make that change, I saw more or less the screen as David says.

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20240209 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From Karel Kral@2:423/39 to David Gonzalez on Mon Nov 25 21:06:32 2024
    Hello David!

    25 Nov 24 07:44, you wrote to Dennis Slagers:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    I believe that this line has no use as source and target encoding
    is the same for my installation (I use Fidian for GoldEd through
    ttyd and tmux), I have a export TERM=screen.xterm-256color

    In my case (using specific czech codepage):

    1) How to start golded:

    set TZ=CET-1CES,M3.5.0/2,M10.5.0/3
    LANG=cs_CZ.ISO8859-2 luit -encoding 'ISO-8859-2' ./gedlnx -f

    2) In .bash_profile:

    export TERM=vt220

    3) In putty:

    UTF8

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)
  • From Nicholas Boel@1:154/700 to David Gonzalez on Mon Nov 25 17:56:17 2024
    Hello David,

    On Mon, Nov 25 2024 06:39:16 -0600, you wrote ..

    With that said, I'd be willing to guess you don't have 'luit'
    installed, either.

    Guessing I do not, why?, well I based my install on the Git repo
    instructions

    Because if you are putting something you would normally run on the
    command line in your Golded configuration file, people here should
    probably be aware you're not very knowledgeable in Linux so they can
    slow down a bit and explain things much more specific so you understand.
    You seem to be missing a LOT of valuable information, as well as where
    you should be looking for answers to most, if not all of your questions.

    New... well, I don't consider myself new but I'm a self-proclaimed
    expert, so yeah I might be missing some concepts.

    Thank you for letting the people trying to help you know that.

    SEEN-BY: 4/0 90/0 103/705 104/119 120/616 124/5016 153/757 154/10 30
    50 700 SEEN-BY: 203/0 220/20 90 221/0 6 226/18 44 50 229/426
    240/1120 5832 280/464 SEEN-BY: 280/5003 5006 5555 292/854 8125 301/1
    310/31 341/66 234 396/45 SEEN-BY: 423/120 460/58 467/888 633/280
    712/848 770/1 900/0 102 106 902/0 19 SEEN-BY: 902/26 930/1 2320/105
    3634/12 5020/400

    You've also missed the fact that multiple people, including myself, have
    asked you multiple times to add a tearline and origin line via your
    config file in networked messages, so that the above lines don't display
    (ie they shouldn't, and wouldn't if you had the lines necessary).

    So, please put these two lines in your Golded config file:

    TEARLINE @longpid @version
    ORIGIN "This is an example origin line."

    In the quotes, you can put the name of your BBS or mailer, and maybe
    even some kind of connection information to it, like mine below.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From David Gonzalez@1:218/700 to Karel Kral on Tue Nov 26 07:53:04 2024

    Hello Karel!

    25 Nov 24 21:06, you wrote to me:

    Hello David!

    25 Nov 24 07:44, you wrote to Dennis Slagers:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    I believe that this line has no use as source and target
    encoding is the same for my installation (I use Fidian for
    GoldEd through ttyd and tmux), I have a export
    TERM=screen.xterm-256color

    In my case (using specific czech codepage):

    1) How to start golded:

    set TZ=CET-1CES,M3.5.0/2,M10.5.0/3
    LANG=cs_CZ.ISO8859-2 luit -encoding 'ISO-8859-2' ./gedlnx -f

    2) In .bash_profile:

    export TERM=vt220

    3) In putty:

    UTF8

    I will try those, thanks.

    It's wird but I'm still trying to put the pieces together.

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)

    David
    * ORIGIN: SkyNet BBS
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 10 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From David Gonzalez@1:218/700 to Nicholas Boel on Tue Nov 26 07:57:16 2024

    Hello Nicholas!

    25 Nov 24 17:56, you wrote to me:

    Hello David,

    On Mon, Nov 25 2024 06:39:16 -0600, you wrote ..

    With that said, I'd be willing to guess you don't have 'luit'
    installed, either.

    Guessing I do not, why?, well I based my install on the Git repo
    instructions

    Because if you are putting something you would normally run on the
    command line in your Golded configuration file, people here should probably be aware you're not very knowledgeable in Linux so they can
    slow down a bit and explain things much more specific so you
    understand. You seem to be missing a LOT of valuable information, as
    well as where you should be looking for answers to most, if not all of your questions.

    New... well, I don't consider myself new but I'm a self-proclaimed
    expert, so yeah I might be missing some concepts.

    Thank you for letting the people trying to help you know that.

    SEEN-BY: 4/0 90/0 103/705 104/119 120/616 124/5016 153/757 154/10 30
    50 700 SEEN-BY: 203/0 220/20 90 221/0 6 226/18 44 50 229/426
    240/1120 5832 280/464 SEEN-BY: 280/5003 5006 5555 292/854 8125 301/1
    310/31 341/66 234 396/45 SEEN-BY: 423/120 460/58 467/888 633/280
    712/848 770/1 900/0 102 106 902/0 19 SEEN-BY: 902/26 930/1 2320/105
    3634/12 5020/400

    You've also missed the fact that multiple people, including myself,
    have asked you multiple times to add a tearline and origin line via
    your config file in networked messages, so that the above lines don't display (ie they shouldn't, and wouldn't if you had the lines
    necessary).

    So, please put these two lines in your Golded config file:

    TEARLINE @longpid @version
    ORIGIN "This is an example origin line."

    In the quotes, you can put the name of your BBS or mailer, and maybe
    even some kind of connection information to it, like mine below.

    Regards,
    Nick

    I paste my full config for gol;ded and still my origin and tearline are missing
    and this is windows version

    USERNAME David Gonzalez
    NICKNAME David G.

    USEPID yes
    EMPTYTEARLINE no

    CTRLINFOECHO TEARLINE, ORIGIN

    ;/////////////////////////////////

    // Your FTN-style address and akas.
    ADDRESS 4:930/1 ; Fidonet Colombia
    AKA 4:930/0 ; NC930
    AKA 4:93/0 ; RC93
    AKA 21:3/188 ; FSX Net.

    // Your origin lines.
    ORIGIN "Skyent BBS Colombia | telnet://bbs.skynetbbs.com:20023"
    TEARLINE @longpid @version

    NODELIST FSXNET.*
    NODELIST NODELIST.*

    // Scan these areas for personal mail. (Wildcards allowed).
    AREAPMSCAN *
    AREASCAN *
    AREALISTSORT TGE
    INCLUDE goldedareas.txt
    DISPAREANO yes
    WHOTO Todos
    ;TEMPLATE GOLDED.TPL

    ; On reading mode create SEMAPHORES FOR NETMAIL(F10) AND ECHOMAIL(F11)
    ; Mystic (mis -server) constantly checks for these SEMAPHORES and will poll uplinks
    ; and send mail.
    EXTERNUTIL 10 -PauseOnError "echo a > D:\BBS\mystic\semaphore\netmail.out" EXTERNUTIL 11 -PauseOnError "echo a > D:\BBS\mystic\semaphore\echomail.out"
    ; Whenever I exit ouy of GoldED and messages were written, SEMAPHORES are created
    ; and mail sent out
    SEMAPHORE NETSCAN D:\BBS\mystic\semaphore\netmail.out SEMAPHORE ECHOSCAN D:\BBS\mystic\semaphore\echomail.out ;============================================================================== =========================================
    ;DITSAVEUTIL 1 "P Save and send"


    // Sort areas before scanning. The default is optimized for speed.
    AREASCANSORT XZBE

    // Start in a specific area, bypassing the arealist.
    AREASTART fido_netmail

    // Personal mail scan options.
    ;PERSONALMAIL ALLNAMES ; Scan with all your USERNAME's. ;PERSONALMAIL STARTUP ; Scan for personal mail at startup. PERSONALMAIL STARTUP, ALLNAMES ; Both.

    JAMPATH d:\bbs\mystic\msgs\

    David
    * Origin: SkyNet BBS (Manual add)
    SEEN-BY: 4/0 80/1 90/0 103/705 104/119 120/616 124/5016 153/757 154/10 30 SEEN-BY: 218/700 221/1 6 240/1120 280/464 301/1 113 123 812 335/364 460/58 SEEN-BY: 712/848 5020/1042 229/426 103/705 218/720 102/401 103/1 218/215 840 SEEN-BY: 218/860 880 214/22 218/870 930 601 124/5016 218/700 1 10/1 218/0 10/0
  • From David Gonzalez@1:218/700 to Angel Ripoll on Tue Nov 26 08:21:43 2024
    Hola Angel!, saludo cordial

    25 Nov 24 19:59, tu escribi(ste) a Dennis Slagers:

    Hola Dennis!

    25 Nov 24 07:27, Dennis Slagers dijo a David Gonzalez:


    Hello David!

    24 Nov 24 17:42, you wrote to Angel Ripoll:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    Tried this but Ubuntu reports luit not found, triued intalling it but no install candidate

    I believe that this line has no use as source and target encoding
    is the same for my installation (I use Fidian for GoldEd through
    ttyd and tmux), I have a export TERM=screen.xterm-256color

    I have my system in UTF8 and I use ISO8859-1 with golded. That's
    why I use that line. Before using this I had to manually change the encoding of my terminal to see the golded screen correctly. If I
    didn't make that change, I saw more or less the screen as David says.

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20240209 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)

    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 10 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From Wilfred van Velzen@2:280/464 to David Gonzalez on Tue Nov 26 15:33:43 2024
    Hi David,

    On 2024-11-26 08:21:43, you wrote to Angel Ripoll:


    Tried this but Ubuntu reports luit not found, triued intalling it but
    no install candidate

    # apt search luit
    Sorting... Done
    Full Text Search... Done
    x11-utils/jammy,jammy,jammy,jammy 7.7+5build2 amd64
    X11 utilities

    xterm/jammy,jammy,jammy,jammy 372-1ubuntu1 amd64
    X terminal emulator

    # apt show x11-utils
    Package: x11-utils
    Version: 7.7+5build2
    ...
    This package provides a miscellaneous assortment of X utilities
    that ship with the X Window System, including:
    - appres, editres, listres and viewres, which query the X resource database;
    - luit, a filter that can be run between an arbitrary application and a
    UTF-8 terminal emulator;
    ...
    The luit program requires locale information from
    the libx11-data package.


    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)
  • From Angel Ripoll@2:341/66 to David Gonzalez on Tue Nov 26 18:29:38 2024
    Hola David!

    26 Nov 24 08:21, David Gonzalez dijo a Angel Ripoll:

    Hola Angel!, saludo cordial

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    Tried this but Ubuntu reports luit not found, triued intalling it but no install candidate

    Package luit

    oracular (24.10) (utils): locale and ISO 2022 support for Unicode terminals
    2.0.20221028-1: amd64 arm64 armhf ppc64el riscv64 s390x
    also provided by: luit
    plucky (utils): locale and ISO 2022 support for Unicode terminals
    2.0.20240910-1: amd64 arm64 armhf ppc64el riscv64 s390x
    also provided by: luit

    Luit is on Ubuntu 24.10

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20240209 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From David Gonzalez@1:218/700 to Wilfred van Velzen on Tue Nov 26 13:06:23 2024
    Hola Wilfred!, saludo cordial

    26 Nov 24 15:33, tu escribi(ste) a ti:


    Tried this but Ubuntu reports luit not found, triued intalling it
    but no install candidate

    # apt search luit
    Sorting... Done
    Full Text Search... Done
    x11-utils/jammy,jammy,jammy,jammy 7.7+5build2 amd64
    X11 utilities

    xterm/jammy,jammy,jammy,jammy 372-1ubuntu1 amd64
    X terminal emulator

    # apt show x11-utils
    Package: x11-utils
    Version: 7.7+5build2
    ...
    This package provides a miscellaneous assortment of X utilities
    that ship with the X Window System, including:
    - appres, editres, listres and viewres, which query the X resource database; - luit, a filter that can be run between an arbitrary application and a
    UTF-8 terminal emulator;
    ...
    The luit program requires locale information from
    the libx11-data package.

    Installed ok, still when I try the suggested command line, golded doesn't even try to start just nothing happens, no blank screen or error.

    Thanks tho

    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)
    SEEN-BY: 80/1 103/705 124/5016 153/757 154/10 30 203/0 218/700 221/0 1 6 SEEN-BY: 240/1120 280/464 301/1 113 123 812 335/364 341/66 200 234 460/58 SEEN-BY: 712/848 5020/1042 229/426 103/705 218/720 102/401 103/1 218/215 840 SEEN-BY: 218/860 880 214/22 218/870 930 601 124/5016 218/700 1 10/1 218/0 10/0
  • From Angel Ripoll@2:341/66 to David Gonzalez on Wed Nov 27 16:36:22 2024
    Hola David!

    26 Nov 24 13:06, David Gonzalez dijo a Wilfred van Velzen:

    Installed ok, still when I try the suggested command line, golded doesn't even try to start just nothing happens, no blank screen or error.

    Are you sure you put -C/path_to_goldedconfig on the command line? I forgot that line a while ago and golded didn't do anything like you say it does. That's why I made a bash program to start golded (for that and more things)

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20240209 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From David Gonzalez@1:218/700 to Angel Ripoll on Wed Nov 27 14:20:05 2024
    Hola Angel!, saludo cordial

    27 Nov 24 16:36, tu escribi(ste) a ti:

    Hola David!

    26 Nov 24 13:06, David Gonzalez dijo a Wilfred van Velzen:

    Installed ok, still when I try the suggested command line, golded
    doesn't even try to start just nothing happens, no blank screen
    or error.

    Are you sure you put -C/path_to_goldedconfig on the command line?
    I forgot that line a while ago and golded didn't do anything like you
    say it does. That's why I made a bash program to start golded (for
    that and more things)

    Yup!, just tried it:

    sbbs@bbs:~$ LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx -C ./
    Command 'luit' not found, did you mean:
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    Try: sudo apt install <deb name>

    And as previously suggested I installed the luit package or what you guys suggested, yet this is what I get.


    Gracias Señor Ripoll

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20240209 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)

    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 10 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From Angel Ripoll@2:341/66 to David Gonzalez on Thu Nov 28 10:43:00 2024
    Hola David!

    27 Nov 24 14:20, David Gonzalez dijo a Angel Ripoll:

    Yup!, just tried it:

    sbbs@bbs:~$ LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx -C ./ Command 'luit' not found, did you mean:
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    Try: sudo apt install <deb name>

    And as previously suggested I installed the luit package or what you guys suggested, yet this is what I get.

    Try just gedlnx -C/path_to_goldedcfg without a space between -C and the path. And remember that the path is the full path with the config file. Let's see if golded starts.

    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20240209 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)
  • From David Gonzalez@1:218/700 to Angel Ripoll on Thu Nov 28 09:42:20 2024
    Hola Angel!, saludo cordial

    26 Nov 24 18:29, tu escribi(ste) a ti:

    Hola David!

    26 Nov 24 08:21, David Gonzalez dijo a Angel Ripoll:

    Hola Angel!, saludo cordial

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    Tried this but Ubuntu reports luit not found, triued intalling it
    but no install candidate

    Package luit

    oracular (24.10) (utils): locale and ISO 2022 support for Unicode terminals
    2.0.20221028-1: amd64 arm64 armhf ppc64el riscv64 s390x
    also provided by: luit
    plucky (utils): locale and ISO 2022 support for Unicode terminals
    2.0.20240910-1: amd64 arm64 armhf ppc64el riscv64 s390x
    also provided by: luit

    Luit is on Ubuntu 24.10

    indeed it is, and it{s also installed:

    ommand 'luit' not found, did you mean:
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    Try: sudo apt install <deb name>
    orting... Done
    Full Text Search... Done
    xterm/noble,now 390-1ubuntu3 amd64 [installed]
    X terminal emulator
    0sbbssbbs


    Un saludo,
    Angel Ripoll
    aripoll @ zruspas.org

    --- GoldED+/LNX 1.1.5-b20240209 + HPT 1.9 + Binkd 1.1 en Debian
    * Origin: Synchronet - bbs.zruspas.org - Zruspa's BBS - (2:341/66)

    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 10 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From David Gonzalez@1:218/700 to Angel Ripoll on Thu Nov 28 09:42:57 2024
    Hola Angel!, saludo cordial

    28 Nov 24 10:43, tu escribi(ste) a ti:

    Hola David!

    27 Nov 24 14:20, David Gonzalez dijo a Angel Ripoll:

    Yup!, just tried it:

    sbbs@bbs:~$ LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -C ./ Command 'luit' not found, did you mean:
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    Try: sudo apt install <deb name>

    And as previously suggested I installed the luit package or what
    you guys suggested, yet this is what I get.

    Try just gedlnx -C/path_to_goldedcfg without a space between -C
    and the path. And remember that the path is the full path with the
    config file. Let's see if golded starts.

    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C/home/sbbs
    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C/home/sbbs/golded.cfg
    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C /home/sbbs/golded.cfg
    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C /home/sbbs
    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx

    Tried all of these, nothing just another blank line.

    gedlns starts but shows like this:

    Pick New Area: lqAreaqDescriptionqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq qqqqqqqMsgsqqqqNewqqEchoIDqqqk
    x 1 NETMAIL 0 0 Netmail - xqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqx

    Log shows nothing but when I do as another member here suggested and set TERM=v220 I get accurate line drawing but I lose all of the function keys, meaning no F2, or ALT+Q, no fuynction work, so can't save messages or do anything useful.

    Weird,

    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 10 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From Wilfred van Velzen@2:280/464 to David Gonzalez on Thu Nov 28 17:57:39 2024
    Hi David,

    On 2024-11-28 09:42:57, you wrote to Angel Ripoll:

    Try just gedlnx -C/path_to_goldedcfg without a space between -C
    and the path. And remember that the path is the full path with the
    config file. Let's see if golded starts.

    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C/home/sbbs
    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2'
    gedlnx -C/home/sbbs/golded.cfg
    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2'
    gedlnx -C /home/sbbs/golded.cfg
    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2'
    gedlnx -C /home/sbbs
    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2'
    gedlnx

    Tried all of these, nothing just another blank line.

    Nobody told you to put 'set' in front of that command line! Blank lines is what you get when you do that.


    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)
  • From David Gonzalez@1:218/700 to Wilfred van Velzen on Thu Nov 28 15:57:29 2024
    Hola Wilfred!, saludo cordial

    28 Nov 24 17:57, tu escribi(ste) a ti:

    Love your charming ways

    Hi David,

    On 2024-11-28 09:42:57, you wrote to Angel Ripoll:

    Try just gedlnx -C/path_to_goldedcfg without a space
    between -C and the path. And remember that the path is the full
    path with the config file. Let's see if golded starts.

    sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2'
    gedlnx -C/home/sbbs sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit
    -encoding 'ISO-8859-2' gedlnx -C/home/sbbs/golded.cfg sbbs@bbs:~$
    set LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C
    /home/sbbs/golded.cfg sbbs@bbs:~$ set LANG=es_ES.ISO8859-1 luit
    -encoding 'ISO-8859-2' gedlnx -C /home/sbbs sbbs@bbs:~$ set
    LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx

    Tried all of these, nothing just another blank line.

    Nobody told you to put 'set' in front of that command line! Blank
    lines is what you get when you do that.


    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)

    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 10 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From Wilfred van Velzen@2:280/464 to David Gonzalez on Thu Nov 28 23:32:37 2024
    Hi David,

    On 2024-11-28 15:57:29, you wrote to me:

    Love your charming ways

    Well maybe you notice a pattern here, when over time, people get less cordial, when you don't seem to read and follow their well meant instructions too well...


    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)
  • From David Gonzalez@1:218/700 to Wilfred van Velzen on Thu Nov 28 17:44:56 2024
    Hola Wilfred!, saludo cordial

    28 Nov 24 23:32, tu escribi(ste) a ti:

    Even with your "pattern"

    LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C ./
    Command 'luit' not found, did you mean:
    command 'quit' from snap quit (1.0+git)
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    See 'snap info <snapname>' for additional versions.

    sbbs@bbs:~$ LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C/home/sbbs/
    Command 'luit' not found, did you mean:
    command 'quit' from snap quit (1.0+git)
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    See 'snap info <snapname>' for additional versions.
    sbbs@bbs:~$ sudo apt info luit
    Package: luit
    State: not a real package (virtual)
    N: Can't select candidate version from package luit as it has no candidate
    N: Can't select versions from package 'luit' as it is purely virtual
    N: No packages found
    sbbs@bbs:~$ sudo apt search luit
    Sorting... Done
    Full Text Search... Done
    xterm/noble,now 390-1ubuntu3 amd64 [installed]
    X terminal emulator

    Whatever the error I'm making... I cannot seem to find it



    Hi David,

    On 2024-11-28 15:57:29, you wrote to me:

    Love your charming ways

    Well maybe you notice a pattern here, when over time, people get less cordial, when you don't seem to read and follow their well meant instructions too well...


    Bye, Wilfred.

    --- FMail-lnx64 2.3.2.4-B20240523
    * Origin: FMail development HQ (2:280/464)

    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 10 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From Nick Boel@1:154/700 to David Gonzalez on Thu Nov 28 18:18:48 2024
    Hello David,

    On Thu, Nov 28 2024 16:44:56 -0600, you wrote ..

    LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C ./

    This command is wrong.

    sbbs@bbs:~$ LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C/home/sbbs/

    This one is closer, though you need to actually specify the config file,
    not just point it to a directory it might reside in.

    Why in the world would you put your Golded config file in your
    Synchronet directory? You know what? Never mind. You should focus on one
    thing at a time.

    LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C/path/to/
    golded.conf

    This probably won't work, though, see below.

    If you don't know where your golded config files is, you have even
    bigger problems.

    Command 'luit' not found, did you mean:
    command 'quit' from snap quit (1.0+git)
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    See 'snap info <snapname>' for additional versions.
    sbbs@bbs:~$ sudo apt info luit
    Package: luit
    State: not a real package (virtual)
    N: Can't select candidate version from package luit as it has no candidate
    N: Can't select versions from package 'luit' as it is purely virtual
    N: No packages found
    sbbs@bbs:~$ sudo apt search luit
    Sorting... Done
    Full Text Search... Done
    xterm/noble,now 390-1ubuntu3 amd64 [installed]
    X terminal emulator

    Whatever the error I'm making... I cannot seem to find it

    Everything above definitely means that the package 'luit' is NOT
    installed. Maybe it is not available via your package manager, or you do
    not have the proper repo enabled that this package resides in.

    So with that said, forget about luit and change your command line to this:

    LANG=es_ES.ISO8859-2 gedlnx -C/path/to/golded.conf

    See how that works for you.

    While you're at it, here is like the 4th or 5th (and final) time I'll
    say that you should add these two lines to your golded.conf before you
    even try to start it:

    TEARLINE @longpid @version
    ORIGIN "I'm very new to all this, so please forgive me."

    SEEN-BY: 4/0 90/0 103/705 104/119 120/616 124/5016 153/757 154/10 30 50 700 SEEN-BY: 203/0 220/20 90 221/0 6 226/18 44 50 229/426 240/1120 5832 280/464 SEEN-BY: 280/5003 5006 5555 292/854 8125 301/1 310/31 341/66 234 396/45 SEEN-BY: 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 106 902/0 19 SEEN-BY: 902/26 930/1 10 2320/105 3634/12 5020/400

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Dennis Slagers@2:280/2060 to David Gonzalez on Fri Nov 29 07:34:10 2024

    Hello David!

    28 Nov 24 17:44, you wrote to Wilfred van Velzen:

    sbbs@bbs:~$ LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C/home/sbbs/ Command 'luit' not found, did you mean: command 'quit'
    from snap quit (1.0+git) command 'lfit' from deb fitsh

    if luit cannot be found you have to install it
    as far as I know luit is part of x11-utils

    luit is not a standalone package in most modern Debian or Ubuntu distributions. It is part of the X.Org project and typically included in the x11-utils package.

    apt install x11-utils

    Hoever in my tests and in my terminal this was not a solution for your issue
    to fix it I had to add (I use fidian with goldED, which is ran under tmux and ttyd)
    (as per example):

    Environment=LC_CTYPE=en_US.UTF-8
    Environment=LANG=en_US.UTF-8
    Environment=LC_ALL=en_US.UTF-8

    Without it a lot of things went wrong on display with my Debian .. with this .. its working ok
    btw . .sometimes you have to reboot and/or logout/login to make it work correctly.

    But in general above would even not solve the issue

    X terminal emulator

    Whatever the error I'm making... I cannot seem to find it

    It's difficult as a number of settings can cause golded not to function properly with its display

    if in your normal shell you still get the qqqqqq your standard encoding within your shell is not ok
    But .. you have to take care on the config

    for instance I start my golded from a bin/bash script, but when I do not use


    export TERM=screen.xterm-256color

    this line .. I do not get the 'lines' but I get the qqqqqqq ..

    so please first try to get it running correctly without Luit . .as that should be possible
    eliminate as much encoding/decoding stuff as that could cause issues ..

    Try to make a bin/bash to make encoding sometimes easier rather than being busy with .bashrc etc.
    but I do not know how well experienced you are in linux. (On certain levels I lack serious knowledge, so I try a lot of things and I also sometimes use chatgpt or co-pilot to check what direction to go ..

    not always direct an answer but it gives you guidelines/hints/tips you could try.

    Dennis


    ... I don't troubleshoot; I blame the vendor.
    --- GoldED+/LNX 1.1.5-b20240309
    * Origin: ---- BOFH: Problem solved, user deleted. (2:280/2060)
  • From Kai Richter@2:240/77 to Wilfred van Velzen on Fri Nov 29 08:57:54 2024
    Hello Wilfred!

    28 Nov 24, Wilfred van Velzen wrote to David Gonzalez:

    Nobody told you to put 'set' in front of that command line! Blank
    lines is what you get when you do that.

    A well known AI method can't be wrong: Just try any combination.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From David Gonzalez@1:218/700 to Nick Boel on Fri Nov 29 07:42:22 2024
    Hola Nick!, saludo cordial

    28 Nov 24 18:18, tu escribi(ste) a ti:

    Hello David,

    On Thu, Nov 28 2024 16:44:56 -0600, you wrote ..

    LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C ./

    This command is wrong.

    sbbs@bbs:~$ LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx
    -C/home/sbbs/

    This one is closer, though you need to actually specify the config
    file, not just point it to a directory it might reside in.

    Why in the world would you put your Golded config file in your
    Synchronet directory? You know what? Never mind. You should focus on
    one thing at a time.

    SBBS is not there, as per the path /home/sbbs is $HOME for sbbs user, SBBS lives under /sbbs

    LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2' gedlnx -C/path/to/ golded.conf

    This probably won't work, though, see below.

    If you don't know where your golded config files is, you have even
    bigger problems.

    Command 'luit' not found, did you mean:
    command 'quit' from snap quit (1.0+git)
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    See 'snap info <snapname>' for additional versions.
    sbbs@bbs:~$ sudo apt info luit
    Package: luit
    State: not a real package (virtual)
    N: Can't select candidate version from package luit as it has no
    candidate
    N: Can't select versions from package 'luit' as it is purely virtual
    N: No packages found
    sbbs@bbs:~$ sudo apt search luit
    Sorting... Done
    Full Text Search... Done
    xterm/noble,now 390-1ubuntu3 amd64 [installed]
    X terminal emulator

    Whatever the error I'm making... I cannot seem to find it

    Everything above definitely means that the package 'luit' is NOT installed. Maybe it is not available via your package manager, or you
    do not have the proper repo enabled that this package resides in.

    Weird thing and I guess it's Ubuntu's fault here, hwy does it report the package intsalled and then report no such command

    So with that said, forget about luit and change your command line to
    this:

    LANG=es_ES.ISO8859-2 gedlnx -C/path/to/golded.conf

    See how that works for you.

    This one worked, like gedlnx by itself with no other viriables or declarations, but I still get wrong key mappings

    - NETMAIL (4:930/10) ------------------------------------------------ Netmail -
    Msg : 1 of 1 Uns Loc
    From : David Gonzalez 4:930/10 29 Nov 24 07:41:24
    To : hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 29 Nov 24 07:41:24
    Subj :
    ------------------------------------- F10: Addressbook -- Shift-F10: Nodelist -

    While you're at it, here is like the 4th or 5th (and final) time I'll
    say that you should add these two lines to your golded.conf before you
    even try to start it:

    TEARLINE @longpid @version
    ORIGIN "I'm very new to all this, so please forgive me."

    Look at my golded.cfg which I've posted before:

    <sbip>
    sbbs@bbs:~$ cat golded.cfg
    USERNAME David Gonzalez
    ADDRESS 4:930/10
    AREADEF Netmail "NETMAIL" 0 Net OPUS /sbbs/fido/netmail
    AREAFILE AreasBBS /sbbs/data/areas.bbs

    NICKNAME David G.

    USEPID yes
    EMPTYTEARLINE no

    CTRLINFOECHO TEARLINE, ORIGIN

    ;/////////////////////////////////

    // Your FTN-style address and akas.
    ;AKA 4:930/0 ; NC930
    ;AKA 4:93/0 ; RC93
    ;AKA 21:3/188 ; FSX Net.

    // Your origin lines.
    ORIGIN "Un BBS Más | sync.skynetbbs.com:10023"
    TEARLINE @longpid @version

    NODELIST FSXNET.*
    NODELIST NODELIST.*

    // Scan these areas for personal mail. (Wildcards allowed).
    AREAPMSCAN *
    AREASCAN *
    AREALISTSORT TGE
    ;INCLUDE goldedareas.txt
    DISPAREANO yes
    ;WHOTO Todos
    ;CTRLINFOECHO

    TEMPLATE golded.tpl

    ; On reading mode create SEMAPHORES FOR NETMAIL(F10) AND ECHOMAIL(F11)
    ; Mystic (mis -server) constantly checks for these SEMAPHORES and will poll uplinks
    ; and send mail.
    EXTERNUTIL 10 -PauseOnError "echo a > /home/sbbs/semaphores/netmail.out" EXTERNUTIL 11 -PauseOnError "echo a > /home/sbbs/semaphores/echomail.out"

    ; Whenever I exit ouy of GoldED and messages were written, SEMAPHORES are created
    ; and mail sent out
    SEMAPHORE NETSCAN /home/sbbs/semaphores/netmail.out
    SEMAPHORE ECHOSCAN /home/sbbs/semaphores/echomail.out

    ;============================================================================== =========================================
    ;DITSAVEUTIL 1 "P Save and send"


    // Sort areas before scanning. The default is optimized for speed.
    AREASCANSORT XZBE

    // Start in a specific area, bypassing the arealist.
    AREASTART fido_netmail

    // Personal mail scan options.
    ;PERSONALMAIL ALLNAMES ; Scan with all your USERNAME's. ;PERSONALMAIL STARTUP ; Scan for personal mail at startup. PERSONALMAIL STARTUP, ALLNAMES ; Both.
    <snip>

    So please if you see te offending line, tell me because I do not see those kludge lines you all seem to be seing and my Origin line is also gone... as you can see what you suggested is indeed there.

    SEEN-BY: 4/0 90/0 103/705 104/119 120/616 124/5016 153/757 154/10 30
    50 700
    SEEN-BY: 203/0 220/20 90 221/0 6 226/18 44 50 229/426 240/1120 5832
    280/464
    SEEN-BY: 280/5003 5006 5555 292/854 8125 301/1 310/31 341/66 234
    396/45
    SEEN-BY: 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 106
    902/0 19
    SEEN-BY: 902/26 930/1 10 2320/105 3634/12 5020/400

    Regards,
    Nick

    Sorry but I'm confused about this

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin)
    (1:154/700)

    --
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023
    SEEN-BY: 4/0 90/0 103/705 124/5016 153/757 154/10 30 203/0 221/0 229/426 SEEN-BY: 240/1120 5832 280/464 5003 5006 5555 292/854 8125 301/1 310/31 341/66 SEEN-BY: 341/234 396/45 423/120 460/58 467/888 633/280 712/848 770/1 900/0 102 SEEN-BY: 900/106 902/0 19 26 930/1 10 5020/400 218/700 103/705 218/720 102/401 SEEN-BY: 103/1 218/215 840 301/1 218/860 880 214/22 218/870 930 601 1 10/1 SEEN-BY: 218/0 10/0
  • From Nick Boel@1:154/700 to David Gonzalez on Fri Nov 29 07:51:56 2024
    Hello David,

    On Fri, Nov 29 2024 06:42:22 -0600, you wrote:

    SBBS is not there, as per the path /home/sbbs is $HOME for sbbs user,
    SBBS lives under /sbbs

    This doesn't match the location of your config file below.

    Command 'luit' not found, did you mean:
    command 'quit' from snap quit (1.0+git)
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    See 'snap info <snapname>' for additional versions.
    sbbs@bbs:~$ sudo apt info luit
    Package: luit
    State: not a real package (virtual)
    N: Can't select candidate version from package luit as it has no
    candidate
    N: Can't select versions from package 'luit' as it is purely virtual
    N: No packages found
    sbbs@bbs:~$ sudo apt search luit
    Sorting... Done
    Full Text Search... Done
    xterm/noble,now 390-1ubuntu3 amd64 [installed]
    X terminal emulator

    Weird thing and I guess it's Ubuntu's fault here, hwy does it report
    the package intsalled and then report no such command

    Where in the above quoted text does it say "luit is installed"? I see things like "'luit' not found", "State: not a real package (virtual)", and "N: No packages found."

    The only place it actually says something is installed is "xterm/noble,now 390-1ubuntu3 amd64 [installed]" but that has nothing to do with the package "luit".

    This one worked, like gedlnx by itself with no other viriables or declarations, but I still get wrong key mappings



    - NETMAIL (4:930/10) ------------------------------------------------ Netmail -
    Msg : 1 of 1 Uns Loc
    From : David Gonzalez 4:930/10 29 Nov 24 07:41:24
    To : hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 29 Nov 24 07:41:24
    Subj :
    ------------------------------------- F10: Addressbook -- Shift-F10: Nodelist -

    TEARLINE @longpid @version
    ORIGIN "I'm very new to all this, so please forgive me."

    Look at my golded.cfg which I've posted before:

    <sbip>
    sbbs@bbs:~$ cat golded.cfg

    This right here. The "home" directory you speak of above is not "sbbs", it is "bbs". So try this:

    ---------[ THIS ONE ]--------
    LANG=es=ES.ISO8859-1 gedlnx -C/home/bbs/golded.cfg -----------------------------

    NOTE: I change the above line to use ISO-8859-1, since every reference I've seen -2 is used in Central and Eastern Europe, which has nothing to do with South America. This may fix your key binding issue as well.

    You may not be using the correct config file.

    USERNAME David Gonzalez
    ADDRESS 4:930/10
    AREADEF Netmail "NETMAIL" 0 Net OPUS /sbbs/fido/netmail
    AREAFILE AreasBBS /sbbs/data/areas.bbs

    I'm also not sure Synchronet supports OPUS style netmail, so your "Netmail" areadef probably won't work currectly in this case.

    NICKNAME David G.

    USEPID yes
    EMPTYTEARLINE no

    CTRLINFOECHO TEARLINE, ORIGIN

    // Your origin lines.
    ORIGIN "Un BBS Más | sync.skynetbbs.com:10023"
    TEARLINE @longpid @version

    These should display properly if you were actually using this config file.

    So please if you see te offending line, tell me because I do not see
    those kludge lines you all seem to be seing and my Origin line is also gone... as you can see what you suggested is indeed there.

    You are using Golded. As far as I can tell, Golded strips those kludge lines no matter if you have an origin line or not. However, most other software doesn't. So basically anyone that is NOT using Golded is seeing it.

    Looks like you might be using a different config file, or one that was generated by mistake. Try the line I gave above and see if it works any better for you. As for the key bindings, that could be on the OS level. We can tackle that after your Golded works a bit better.

    Sorry but I'm confused about this

    People are willing to help you out, you just need to pay attention, and not try to setup 10 different things at once. Focus on getting one thing right, then move on to the next.

    I also just noticed that you are accessing your Synchronet message bases with Golded. So if the above help doesn't work, the next place you should check is your settings in SCFG > MESSAGE AREAS > FIDONET > MESSAGE SUB-BOARDS > <any sub board> > NETWORK OPTIONS > APPEND TAG/ORIGIN LINE = YES, then make sure you have ECHOMAIL ORIGIN LINE set to what you want it to be, and FIDONET ECHOMAIL = YES.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Nick Boel@1:154/700 to David Gonzalez on Fri Nov 29 08:18:57 2024
    Hello David,

    On Fri, Nov 29 2024 06:42:22 -0600, you wrote:

    Look at my golded.cfg which I've posted before:

    <sbip>
    sbbs@bbs:~$ cat golded.cfg
    USERNAME David Gonzalez
    ADDRESS 4:930/10
    AREADEF Netmail "NETMAIL" 0 Net OPUS /sbbs/fido/netmail
    AREAFILE AreasBBS /sbbs/data/areas.bbs

    Something else I noticed. The TID kludge of this message shows you're using Mystic BBS's tosser. So at this point, I have no idea what you're trying to do here by accessing Synchronet message bases with Golded, and tossing with Mystic (this should absolutely not work seeing at the two softwares use completely different message base formats).

    So it seems you're leaving some valuable information out, unless you have Mystic BBS software installed in /sbbs. If so, then you're not only confusing yourself, but everyone else, too. :(

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From David Gonzalez@1:218/700 to Nick Boel on Fri Nov 29 09:25:17 2024

    Hello Nick!

    29 Nov 24 07:51, you wrote to me:

    Hello David,

    On Fri, Nov 29 2024 06:42:22 -0600, you wrote:

    SBBS is not there, as per the path /home/sbbs is $HOME for sbbs
    user, SBBS lives under /sbbs

    This doesn't match the location of your config file below.

    Command 'luit' not found, did you mean:
    command 'quit' from snap quit (1.0+git)
    command 'lfit' from deb fitsh (0.9.4-1)
    command 'lut' from deb tracetuner (3.0.6~beta+dfsg-3)
    See 'snap info <snapname>' for additional versions.
    sbbs@bbs:~$ sudo apt info luit
    Package: luit
    State: not a real package (virtual)
    N: Can't select candidate version from package luit as it has no
    candidate
    N: Can't select versions from package 'luit' as it is purely
    virtual
    N: No packages found
    sbbs@bbs:~$ sudo apt search luit
    Sorting... Done
    Full Text Search... Done
    xterm/noble,now 390-1ubuntu3 amd64 [installed]
    X terminal emulator

    Weird thing and I guess it's Ubuntu's fault here, hwy does it report
    the package intsalled and then report no such command

    Where in the above quoted text does it say "luit is installed"? I see things like "'luit' not found", "State: not a real package (virtual)",
    and "N: No packages found."

    Sure, maybe when I dd the search and it resulted on that I isnatlled xterm, my hiccup

    The only place it actually says something is installed is
    "xterm/noble,now 390-1ubuntu3 amd64 [installed]" but that has nothing
    to do with the package "luit".

    This one worked, like gedlnx by itself with no other viriables or
    declarations, but I still get wrong key mappings

    - NETMAIL (4:930/10)
    ------------------------------------------------ Netmail -
    Msg : 1 of 1 Uns Loc
    From : David Gonzalez 4:930/10 29 Nov
    24 07:41:24
    To : hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh 29 Nov
    24 07:41:24
    Subj :
    ------------------------------------- F10: Addressbook -- Shift-F10:
    Nodelist -

    TEARLINE @longpid @version
    ORIGIN "I'm very new to all this, so please forgive me."

    Look at my golded.cfg which I've posted before:

    <sbip>
    sbbs@bbs:~$ cat golded.cfg

    This right here. The "home" directory you speak of above is not
    "sbbs", it is "bbs". So try this:

    ---------[ THIS ONE ]--------
    LANG=es=ES.ISO8859-1 gedlnx -C/home/bbs/golded.cfg -----------------------------

    NOTE: I change the above line to use ISO-8859-1, since every reference I've seen -2 is used in Central and Eastern Europe, which has nothing
    to do with South America. This may fix your key binding issue as well.

    You may not be using the correct config file.

    USERNAME David Gonzalez
    ADDRESS 4:930/10
    AREADEF Netmail "NETMAIL" 0 Net OPUS /sbbs/fido/netmail
    AREAFILE AreasBBS /sbbs/data/areas.bbs

    I'm also not sure Synchronet supports OPUS style netmail, so your "Netmail" areadef probably won't work currectly in this case.

    It's justs tests, I've come a long way to try to get synchro to behave as I want, so I'm just testing if golded works, but first I'm trying to figure out how to access my message base from Golded.... problem for another day for now at least netmail is what I want to ghet to work, as you suggest one step at a time.

    NICKNAME David G.

    USEPID yes
    EMPTYTEARLINE no

    CTRLINFOECHO TEARLINE, ORIGIN

    // Your origin lines.
    ORIGIN "Un BBS Más | sync.skynetbbs.com:10023"
    TEARLINE @longpid @version

    These should display properly if you were actually using this config
    file.

    One this regarding this:

    O pulled the GoldED+ (/home/sbbs/golded-plus) repo -- no changes except mygolded.h -- and compiled my version binaries and everything is where it's su[pposed to be *but* I added ../golded-plus/bin to my $PATH so I can start it from anywhere, maybe that's why my golded.cfg ffile is under my home directory, plus when I first started golded for the first time, I used gedlnx -INSTALL and used that basic config that's where the OPUS Netmail is coming from.

    See this:

    sbbs@bbs:~$ ls
    gedlngus.cfg golded.cfg golded.msg golded.tpl golduser.lst simple.cfg golded.bak golded.log golded-plus goldlast.lst semaphores termcap sbbs@bbs:~$ whoami
    sbbs
    sbbs@bbs:~$ pwd
    /home/sbbs
    sbbs@bbs:~$ hostname
    bbs
    sbbs@bbs:~$

    So please if you see te offending line, tell me because I do not see
    those kludge lines you all seem to be seing and my Origin line is
    also gone... as you can see what you suggested is indeed there.

    You are using Golded. As far as I can tell, Golded strips those kludge lines no matter if you have an origin line or not. However, most other software doesn't. So basically anyone that is NOT using Golded is
    seeing it.

    Looks like you might be using a different config file, or one that was generated by mistake. Try the line I gave above and see if it works
    any better for you. As for the key bindings, that could be on the OS level. We can tackle that after your Golded works a bit better.

    This is where I think I'm going wrong... for instance Angel Ripoll and others said they create a bash and I start my golded just like any other app, so can it happen that golded if I do not start it with -C/home/sbbs/golded.cfg is looking and loading its config from $HOME/golded-plus/bin?.

    Sorry but I'm confused about this

    People are willing to help you out, you just need to pay attention,
    and not try to setup 10 different things at once. Focus on getting one thing right, then move on to the next.

    Trust me been there, done that, I've turned all knobs at once and boom!. So for now even if no areas show up, it's fine, I just want to get it to show properly and again mention this happens over ssh eitehr using SecureCRT or PuTTY

    I also just noticed that you are accessing your Synchronet message
    bases with Golded. So if the above help doesn't work, the next place
    you should check is your settings in SCFG > MESSAGE AREAS > FIDONET > MESSAGE SUB-BOARDS > <any sub board> > NETWORK OPTIONS > APPEND
    TAG/ORIGIN LINE = YES, then make sure you have ECHOMAIL ORIGIN LINE
    set to what you want it to be, and FIDONET ECHOMAIL = YES.

    Yup, I've tried to play around with that but even if areas show on golded when I try sending a message program crashes with file not found, but again, I'm just starting and there's a lot in my plate... I finmally could get synchro to work and I can send/receive read echomail and netmail from within the BBS, but I want to work with golded, I always liked it as message editor, but firts I want to get it to display and work properly.

    Regards,
    Nick

    Thanks and again sorry if you don't see my tearline/origin, this is the windows version and I've redet the golded.cfg many times...

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin)
    (1:154/700)
    SEEN-BY: 4/0 80/1 90/0 103/705 154/10 218/700 221/1 6 229/426 240/1120 280/464 SEEN-BY: 301/1 113 123 812 335/364 341/66 200 234 460/58 712/848 900/0 102 106 SEEN-BY: 902/0 19 26 930/1 10 5020/1042 229/426 103/705 218/720 102/401 103/1 SEEN-BY: 218/215 840 860 880 214/22 218/870 930 601 124/5016 218/700 1 10/1 SEEN-BY: 218/0 10/0
  • From David Gonzalez@1:218/700 to Nick Boel on Fri Nov 29 09:41:18 2024

    Hello Nick!

    29 Nov 24 08:18, you wrote to me:

    Hello David,

    On Fri, Nov 29 2024 06:42:22 -0600, you wrote:

    Look at my golded.cfg which I've posted before:

    <sbip>
    sbbs@bbs:~$ cat golded.cfg
    USERNAME David Gonzalez
    ADDRESS 4:930/10
    AREADEF Netmail "NETMAIL" 0 Net OPUS /sbbs/fido/netmail
    AREAFILE AreasBBS /sbbs/data/areas.bbs

    Something else I noticed. The TID kludge of this message shows you're using Mystic BBS's tosser. So at this point, I have no idea what
    you're trying to do here by accessing Synchronet message bases with Golded, and tossing with Mystic (this should absolutely not work
    seeing at the two softwares use completely different message base formats).

    Yes!, you're correct but allow me to explain:

    - This is my working setup WIndows+Mystic+Golded, tat's why you see mystic.

    I'm currently on the "production" node 4:930/1, the Linux SBBS+GoldED is where I'm setting or trying to get a second node working, sorry if this all confused people. Even though this Goldd config also appears to have issues.

    So it seems you're leaving some valuable information out, unless you
    have Mystic BBS software installed in /sbbs. If so, then you're not
    only confusing yourself, but everyone else, too. :(


    Yes and my apologies *all* of what you've seen has come from my Windwos+mystic+golded node, golded on linux is my side-node.

    Many thanks and hope this clears the air a bit.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin)
    (1:154/700)
    SEEN-BY: 4/0 80/1 90/0 103/705 154/10 218/700 221/1 6 229/426 240/1120 280/464 SEEN-BY: 301/1 113 123 812 335/364 341/66 200 234 460/58 712/848 900/0 102 106 SEEN-BY: 902/0 19 26 930/1 10 5020/1042 229/426 103/705 218/720 102/401 103/1 SEEN-BY: 218/215 840 860 880 214/22 218/870 930 601 124/5016 218/700 1 10/1 SEEN-BY: 218/0 10/0
  • From Nick Boel@1:154/700 to David Gonzalez on Fri Nov 29 09:35:35 2024
    Hello David,

    On Fri, Nov 29 2024 08:41:18 -0600, you wrote:

    Something else I noticed. The TID kludge of this message shows you're
    using Mystic BBS's tosser. So at this point, I have no idea what
    you're trying to do here by accessing Synchronet message bases with
    Golded, and tossing with Mystic (this should absolutely not work
    seeing at the two softwares use completely different message base
    formats).

    Yes!, you're correct but allow me to explain:

    That would have been nice to know much earlier!

    - This is my working setup WIndows+Mystic+Golded, tat's why you see mystic.

    While it may be working, it's not currently working /correctly/. Let's get *THIS* setup working correctly first, as that is the one you're using to post here currently.

    I'm currently on the "production" node 4:930/1, the Linux SBBS+GoldED
    is where I'm setting or trying to get a second node working, sorry if
    this all confused people. Even though this Goldd config also appears
    to have issues.

    Most definitely it confused everyone, and most definitely still has the same issues since the beginning, since you were modifying the wrong config file. THIS golded config needs to be modified to add your tearline and origin lines.

    So it seems you're leaving some valuable information out, unless you have Mystic BBS software installed in /sbbs. If so, then you're not
    only confusing yourself, but everyone else, too. :(

    Yes and my apologies *all* of what you've seen has come from my Windwos+mystic+golded node, golded on linux is my side-node.

    Many thanks and hope this clears the air a bit.

    Yeah, much clearer. That gets rid of Synchronet out of this entire equasion at the moment. Let's get /this/ one working first, then the other one accessing Synchronet will have completely different settings.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From David Gonzalez@1:218/700 to Dennis Slagers on Fri Nov 29 19:36:17 2024

    Hello Dennis!

    29 Nov 24 07:34, you wrote to me:

    Thanmks for you thorough answer.

    Hello David!

    28 Nov 24 17:44, you wrote to Wilfred van Velzen:

    sbbs@bbs:~$ LANG=es_ES.ISO8859-1 luit -encoding 'ISO-8859-2'
    gedlnx -C/home/sbbs/ Command 'luit' not found, did you mean:
    command 'quit' from snap quit (1.0+git) command 'lfit' from deb
    fitsh

    if luit cannot be found you have to install it
    as far as I know luit is part of x11-utils

    luit is not a standalone package in most modern Debian or Ubuntu distributions. It is part of the X.Org project and typically included
    in the x11-utils package.

    apt install x11-utils

    sbbs@bbs:~$ sudo apt search x11-utils
    Sorting... Done
    Full Text Search... Done
    x11-utils/noble,now 7.7+6build2 amd64 [installed]
    X11 utilities

    Hoever in my tests and in my terminal this was not a solution for your issue to fix it I had to add (I use fidian with goldED, which is ran
    under tmux and ttyd) (as per example):

    Environment=LC_CTYPE=en_US.UTF-8
    Environment=LANG=en_US.UTF-8
    Environment=LC_ALL=en_US.UTF-8

    I read about tmux and a 4 window layout for SBBS, but that's new to me, so not gonna even ask.

    Without it a lot of things went wrong on display with my Debian ..
    with this .. its working ok btw . .sometimes you have to reboot and/or logout/login to make it work correctly.

    But in general above would even not solve the issue

    X terminal emulator

    Whatever the error I'm making... I cannot seem to find it

    It's difficult as a number of settings can cause golded not to
    function properly with its display

    if in your normal shell you still get the qqqqqq your standard
    encoding within your shell is not ok But .. you have to take care on
    the config

    for instance I start my golded from a bin/bash script, but when I do
    not use

    export TERM=screen.xterm-256color

    I do get aline layout, meaningn no "qqqq"

    this line .. I do not get the 'lines' but I get the qqqqqqq ..

    so please first try to get it running correctly without Luit . .as
    that should be possible eliminate as much encoding/decoding stuff as
    that could cause issues ..

    Try to make a bin/bash to make encoding sometimes easier rather than
    being busy with .bashrc etc. but I do not know how well experienced
    you are in linux. (On certain levels I lack serious knowledge, so I
    try a lot of things and I also sometimes use chatgpt or co-pilot to
    check what direction to go ..

    When you said regular shell, you meant alinux virtual console, I tried that with the ones proxmox show VC, I gues it was called, well, no lines but "qqqq", so that must be some encoding orXKAT thing and No, as I said before I cannot call myself Lnux guru in any way, I know some commands, but I said that before and gained some hate, so...

    not always direct an answer but it gives you guidelines/hints/tips you could try.

    I have not gone that path because I was in doubt CGP would even know about Fido, golded, but I guess If I feed it the right links I could do something

    Dennis

    Thanks again!.

    ... I don't troubleshoot; I blame the vendor.
    --- GoldED+/LNX 1.1.5-b20240309
    * Origin: ---- BOFH: Problem solved, user deleted. (2:280/2060)
    SEEN-BY: 4/0 80/1 90/0 103/705 124/5016 153/757 154/10 30 203/0 218/700 221/0 SEEN-BY: 221/1 6 229/426 240/1120 5832 280/464 5003 5006 5555 292/854 8125 SEEN-BY: 301/1 113 123 812 310/31 335/364 341/66 234 396/45 423/120 460/58 SEEN-BY: 467/888 633/280 712/848 770/1 900/0 102 106 902/0 19 26 930/1 10 SEEN-BY: 5020/400 1042 229/426 103/705 218/720 102/401 103/1 218/215 840 860 SEEN-BY: 218/880 214/22 218/870 930 601 124/5016 218/700 1 10/1 218/0 10/0
  • From David Gonzalez@1:218/700 to Kai Richter on Fri Nov 29 19:49:01 2024

    Hello Kai!

    29 Nov 24 08:57, you wrote to Wilfred van Velzen:

    Hello Wilfred!

    28 Nov 24, Wilfred van Velzen wrote to David Gonzalez:

    Nobody told you to put 'set' in front of that command line! Blank
    lines is what you get when you do that.

    A well known AI method can't be wrong: Just try any combination.

    Meaning?

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
    SEEN-BY: 4/0 80/1 90/0 103/705 124/5016 153/757 154/10 30 203/0 218/700 221/0 SEEN-BY: 221/1 6 229/426 240/1120 5832 280/464 5003 5006 5555 292/854 8125 SEEN-BY: 301/1 113 123 812 310/31 335/364 341/66 234 396/45 423/120 460/58 SEEN-BY: 467/888 633/280 712/848 770/1 900/0 102 106 902/0 19 26 930/1 10 SEEN-BY: 5020/400 1042 229/426 103/705 218/720 102/401 103/1 218/215 840 860 SEEN-BY: 218/880 214/22 218/870 930 601 124/5016 218/700 1 10/1 218/0 10/0
  • From Kai Richter@2:240/77 to Dennis Slagers on Sat Nov 30 10:24:04 2024
    Hello Dennis!

    29 Nov 24, Dennis Slagers wrote to David Gonzalez:

    Environment=LC_ALL=en_US.UTF-8

    Without it a lot of things went wrong on display with my Debian ..

    Let's have a look at the display flow:

    shell charset
    (screen/tmux charset)
    golded charset
    golded charset translatation
    remote terminal translation (putty xterm and charset)

    It's difficult as a number of settings can cause golded not to
    function properly with its display

    Did i miss another location where the translation can be wrong?

    If the system was build with the same random configuration method that is visible here then there could be modifications that knock out common functions. If x11-utils is installed but luit not found then there could be a path setup error, apparmor restrictions or anything else.

    My favorite personal question is: Why does an CLI programm need x11 tools?

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From Kai Richter@2:240/77 to Nick Boel on Sat Nov 30 10:29:22 2024
    Hello Nick!

    29 Nov 24, David Gonzalez wrote to Nick Boel:

    O pulled the GoldED+ (/home/sbbs/golded-plus) repo

    Btw, i noticed msged requires a correct termcap library definition during the complilation process. Is there anything similar that could break golded from the very beginning?

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From Kai Richter@2:240/77 to David Gonzalez on Sat Nov 30 12:14:28 2024
    Hello David!

    29 Nov 24, David Gonzalez wrote to Kai Richter:

    Nobody told you to put 'set' in front of that command line!
    Blank lines is what you get when you do that.

    A well known AI method can't be wrong: Just try any combination.

    Meaning?

    Just try any meaning. ;-)

    Sorry. Back to be serious again. In my point of view the whole world is based on trial and error. It is fine if you try different ways. You don't need help this way because you learn the working way by yourself. But on your own there is a long list of fails that needs much time to be sorted out.

    To reduce this time we are asking others if there is a known solution already. We receive others experience and the best thing is: There is a filter that sorts out known failures. If you read Wilfreds lines above than you see that he does know that the line with "set" in front will not work. That is why nobody told you to write "set...".

    In this case "set..." may break things. You can set a previous correct working parameter to fail. If your helper doesn't notice that other screws are turned he will wonder why it does not work. Based on your outputs it have to work and he could confirm the working solution on his system. And all because of some missing communication.

    Latest example: It took 11 days to sort out that you have two different machines with differnt setups. To us it looked like you have two problems on one machine. Nick found now that one software is not involved on one machine. This would reduce the possible failures making things easier.

    In short: It's easier to stay on the bridge if you want to cross the river.
    And it's no fun to build a bridge and see people walking through the water.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From David G@4:930/1 to Kai Richter on Sun Dec 1 08:19:31 2024

    Hello Kai!

    30 Nov 24 10:29, you wrote to Nick Boel:

    Hello Nick!

    29 Nov 24, David Gonzalez wrote to Nick Boel:

    O pulled the GoldED+ (/home/sbbs/golded-plus) repo

    Btw, i noticed msged requires a correct termcap library definition
    during the complilation process. Is there anything similar that could break golded from the very beginning?

    I did grab termcap file but when I wsa doing the synchronet process, do not if it's related, also even when using Linux VCs it looks wrong "qqq" as lines.

    Regards

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)

    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: SkyNet BBS | Colombia | bbs.skynetbbs.com:20023 (4:930/1)
  • From David G@4:930/1 to Kai Richter on Sun Dec 1 08:22:55 2024

    Hello Kai!

    30 Nov 24 10:24, you wrote to Dennis Slagers:

    Hello Dennis!

    29 Nov 24, Dennis Slagers wrote to David Gonzalez:

    Environment=LC_ALL=en_US.UTF-8

    Without it a lot of things went wrong on display with my Debian
    ..

    Let's have a look at the display flow:

    shell charset
    (screen/tmux charset)
    golded charset
    golded charset translatation
    remote terminal translation (putty xterm and charset)

    It's difficult as a number of settings can cause golded not to
    function properly with its display

    Did i miss another location where the translation can be wrong?

    If the system was build with the same random configuration method that
    is visible here then there could be modifications that knock out
    common functions. If x11-utils is installed but luit not found then
    there could be a path setup error, apparmor restrictions or anything
    else.

    My favorite personal question is: Why does an CLI programm need x11
    tools?

    Why and I wouldn't say that GoldED+ code is incompatible, it wouldn't build at all, to avoid that for my tests on the Linux alternate system, I'm using the BBS to post.

    I may derail a bit here but, would you recommend other message editor, I remmeber back in the day when I used Red Hat, I had the same issues but I cannot figure this one.

    Another note, By using TERM=v220 it loads ok, but lines are gree (my console colors).

    I read Angel or someone else hada batch script adn I'm guessing ti contains variables to load properly, as my system doens't ahve desktop environment not sure if it would show properlky on a Desktop terminal emulator.

    Chao

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)

    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: SkyNet BBS | Colombia | bbs.skynetbbs.com:20023 (4:930/1)
  • From David G@4:930/1 to Nick Boel on Sun Dec 1 08:29:33 2024

    Hello Nick!

    29 Nov 24 09:35, you wrote to David Gonzalez:

    Have a look at my sig.

    I did delete everything form my golded.cfg and recreated it with -INSTALL, Origin shows and so does tearline, but origin is take from goldareas.txt from mystic.

    Noty sure how to have golded read the messagebase directly which I know it's JAM but JAMPATH pointing to D:\BBS\MYSTIC\msgs does not load any message base. So my solution here is to copy/paste all AREADEFs to golded.cfg, dumb but is wat works for me ATM.

    Cheers

    Hello David,

    On Fri, Nov 29 2024 08:41:18 -0600, you wrote:

    Something else I noticed. The TID kludge of this message shows
    you're using Mystic BBS's tosser. So at this point, I have no idea
    what you're trying to do here by accessing Synchronet message bases
    with Golded, and tossing with Mystic (this should absolutely not
    work seeing at the two softwares use completely different message
    base formats).

    Yes!, you're correct but allow me to explain:

    That would have been nice to know much earlier!

    - This is my working setup WIndows+Mystic+Golded, tat's why you see
    mystic.

    While it may be working, it's not currently working /correctly/. Let's
    get *THIS* setup working correctly first, as that is the one you're
    using to post here currently.

    I'm currently on the "production" node 4:930/1, the Linux
    SBBS+GoldED is where I'm setting or trying to get a second node
    working, sorry if this all confused people. Even though this Goldd
    config also appears to have issues.

    Most definitely it confused everyone, and most definitely still has
    the same issues since the beginning, since you were modifying the
    wrong config file. THIS golded config needs to be modified to add your tearline and origin lines.

    So it seems you're leaving some valuable information out,
    unless you
    have Mystic BBS software installed in /sbbs. If so, then you're
    not
    only confusing yourself, but everyone else, too. :(

    Yes and my apologies *all* of what you've seen has come from my
    Windwos+mystic+golded node, golded on linux is my side-node.

    Many thanks and hope this clears the air a bit.

    Yeah, much clearer. That gets rid of Synchronet out of this entire equasion at the moment. Let's get /this/ one working first, then the
    other one accessing Synchronet will have completely different
    settings.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin)
    (1:154/700)

    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: SkyNet BBS | Colombia | bbs.skynetbbs.com:20023 (4:930/1)
  • From Nick Boel@1:154/700 to David Gonzalez on Sun Dec 1 09:18:13 2024
    Hello David,

    On Sun, Dec 01 2024 07:29:33 -0600, you wrote ..

    Have a look at my sig.

    Just so you have the correct terminology:

    Your /sig/ is "David"
    Your /tearline/ is "--- GoldED+/W32-MSVC 1.1.5-b20180707"
    Your /Origin/ is " * Origin: " and what follows it.

    I did delete everything form my golded.cfg and recreated it with -
    INSTALL, Origin shows and so does tearline, but origin is take from goldareas.txt from mystic.

    That's great news! The bottom of your messages look much better now.
    Thank you.

    Noty sure how to have golded read the messagebase directly which I
    know it's JAM but JAMPATH pointing to D:\BBS\MYSTIC\msgs does not
    load any message base. So my solution here is to copy/paste all
    AREADEFs to golded.cfg, dumb but is wat works for me ATM.

    The JAMPATH keyword is only for the location of echomail.jam and
    netmail.jam files, which you probably aren't using at this point. It has nothing to do with where your message bases are.

    If you'd like full access to your message bases, without having to do
    multiple AREADEF lines, you probably need to create an AREAS.BBS from
    Mystic, and then use AREAFILE to point to that..

    1) Create areas.bbs from Mystic, and remember where you created it.
    2) Comment out all of your AREADEF lines in /this/ golded.cfg.
    3) When all AREADEF lines are commented out: In the same golded.cfg:

    AREAFILE AREASBBS /path/to/areas.bbs

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Kai Richter@2:240/77 to David G on Mon Dec 2 18:06:32 2024
    Hello David!

    01 Dec 24, David G wrote to Kai Richter:

    I may derail a bit here but, would you recommend other message editor,

    If you go for old fidonet software then all editors can have codepage issues.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From David G@4:930/1 to Kai Richter on Mon Dec 2 21:17:24 2024

    Hello Kai!

    02 Dec 24 18:06, you wrote to me:

    Hello David!

    01 Dec 24, David G wrote to Kai Richter:

    I may derail a bit here but, would you recommend other message
    editor,

    If you go for old fidonet software then all editors can have codepage issues.

    And your recommended *more modern one* was?.

    Thanks

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)

    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: SkyNet BBS | Colombia | bbs.skynetbbs.com:20023 (4:930/1)
  • From Kai Richter@2:240/77 to David G on Wed Dec 4 12:38:12 2024
    Hello David!

    02 Dec 24, David G wrote to Kai Richter:

    I may derail a bit here but, would you recommend other message
    editor,

    If you go for old fidonet software then all editors can have
    codepage issues.

    And your recommended *more modern one* was?.

    There is none. The Fidonet Technology Standard is old.
    Fidonet Technology Networks are build on old standards.

    Modern moved forward to UTF and Unicode and left Fidonet behind.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)
  • From David G@4:930/1 to Kai Richter on Wed Dec 4 08:31:15 2024

    Hello Kai!

    04 Dec 24 12:38, you wrote to me:

    Hello David!

    A bit discouraging, but all true, well well have to make do.

    Many thanks.

    02 Dec 24, David G wrote to Kai Richter:

    I may derail a bit here but, would you recommend other message
    editor,

    If you go for old fidonet software then all editors can have
    codepage issues.

    And your recommended *more modern one* was?.

    There is none. The Fidonet Technology Standard is old.
    Fidonet Technology Networks are build on old standards.

    Modern moved forward to UTF and Unicode and left Fidonet behind.

    Regards

    Kai

    --- GoldED+/LNX 1.1.4.7
    * Origin: Monobox (2:240/77)

    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: SkyNet BBS | Colombia | bbs.skynetbbs.com:20023 (4:930/1)
  • From David G@4:930/1 to Nick Boel on Wed Dec 4 08:57:23 2024

    Hello Nick!

    01 Dec 24 09:18, you wrote to David Gonzalez:

    Hello David,

    On Sun, Dec 01 2024 07:29:33 -0600, you wrote ..

    Have a look at my sig.

    Just so you have the correct terminology:

    Your /sig/ is "David"
    Your /tearline/ is "--- GoldED+/W32-MSVC 1.1.5-b20180707"
    Your /Origin/ is " * Origin: " and what follows it.

    I did delete everything form my golded.cfg and recreated it with -
    INSTALL, Origin shows and so does tearline, but origin is take from
    goldareas.txt from mystic.

    That's great news! The bottom of your messages look much better now.
    Thank you.

    Sure, looks better but still missing a tagline and some more info I would like to put, but that'll do for now.

    Noty sure how to have golded read the messagebase directly which I
    know it's JAM but JAMPATH pointing to D:\BBS\MYSTIC\msgs does not
    load any message base. So my solution here is to copy/paste all
    AREADEFs to golded.cfg, dumb but is wat works for me ATM.

    The JAMPATH keyword is only for the location of echomail.jam and netmail.jam files, which you probably aren't using at this point. It
    has nothing to do with where your message bases are.

    If you'd like full access to your message bases, without having to do multiple AREADEF lines, you probably need to create an AREAS.BBS from Mystic, and then use AREAFILE to point to that..

    1) Create areas.bbs from Mystic, and remember where you created it.
    2) Comment out all of your AREADEF lines in /this/ golded.cfg.
    3) When all AREADEF lines are commented out: In the same golded.cfg:

    AREAFILE AREASBBS /path/to/areas.bbs

    Full path and file name, that might be where I'mm failing, mystic's areas.bbs looks like this when I exported it:

    <snip>
    !d:\bbs\mystic\msgs\localbbs localbbs
    !d:\bbs\mystic\msgs\dupes LOC_DUPES
    !d:\bbs\mystic\msgs\netmail netmail
    !d:\bbs\mystic\msgs\fsxtst FSX_TST 21:3/100
    ...
    !d:\bbs\mystic\msgs\linux LINUX 4:902/26 4:930/1.10 4:930/10 !d:\bbs\mystic\msgs\internet INTERNET 4:902/26 4:930/1.10 4:930/10 !d:\bbs\mystic\msgs\canachat CANACHAT 4:902/26 4:930/1.10 4:930/10 !d:\bbs\mystic\msgs\rberrypi RBERRYPI 4:902/26 4:930/1.10 4:930/10
    <snip>

    Regards,
    Nick

    Thanks will try and let yall know.

    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: SkyNet BBS | Colombia | bbs.skynetbbs.com:20023 (4:930/1)
  • From David G@4:930/1 to Karel Kral on Wed Dec 4 09:16:46 2024

    Hello Karel!

    25 Nov 24 21:06, you wrote to David Gonzalez:

    Hello David!

    25 Nov 24 07:44, you wrote to Dennis Slagers:

    LANG=es_ES.ISO8859-1 luit -encoding ISO8859-1 gedlnx
    -Cpath_to_cfg

    I believe that this line has no use as source and target
    encoding is the same for my installation (I use Fidian for
    GoldEd through ttyd and tmux), I have a export
    TERM=screen.xterm-256color

    In my case (using specific czech codepage):

    1) How to start golded:

    set TZ=CET-1CES,M3.5.0/2,M10.5.0/3
    LANG=cs_CZ.ISO8859-2 luit -encoding 'ISO-8859-2' ./gedlnx -f

    2) In .bash_profile:

    export TERM=vt220

    3) In putty:

    UTF8

    Thanks for your help and suggestion, I definitely could not get luit installed/working, I put you commands on a bash script but again luit is teb issue.

    Gracias

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)

    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: (4:930/1)
  • From David G@4:930/1 to Nick Boel on Wed Dec 4 09:56:43 2024

    Hello Nick!

    01 Dec 24 09:18, you wrote to David Gonzalez:

    Hello David,

    On Sun, Dec 01 2024 07:29:33 -0600, you wrote ..

    Have a look at my sig.

    Just so you have the correct terminology:

    Your /sig/ is "David"
    Your /tearline/ is "--- GoldED+/W32-MSVC 1.1.5-b20180707"
    Your /Origin/ is " * Origin: " and what follows it.

    I did delete everything form my golded.cfg and recreated it with -
    INSTALL, Origin shows and so does tearline, but origin is take from
    goldareas.txt from mystic.

    That's great news! The bottom of your messages look much better now.
    Thank you.

    Noty sure how to have golded read the messagebase directly which I
    know it's JAM but JAMPATH pointing to D:\BBS\MYSTIC\msgs does not
    load any message base. So my solution here is to copy/paste all
    AREADEFs to golded.cfg, dumb but is wat works for me ATM.

    The JAMPATH keyword is only for the location of echomail.jam and netmail.jam files, which you probably aren't using at this point. It
    has nothing to do with where your message bases are.

    If you'd like full access to your message bases, without having to do multiple AREADEF lines, you probably need to create an AREAS.BBS from Mystic, and then use AREAFILE to point to that..

    1) Create areas.bbs from Mystic, and remember where you created it.
    2) Comment out all of your AREADEF lines in /this/ golded.cfg.
    3) When all AREADEF lines are commented out: In the same golded.cfg:

    AREAFILE AREASBBS /path/to/areas.bbs

    This did work, basic setup plus these and my unction keys to force mail processing are working (on windows+mystic+golded)

    Strange thing if you notice now my origin doesn't contain bbs.skynetbbs.com, I'm not really sure if mystic's areaas.bbs takes care of that or if I should add an Origin line manually w/out screwing what already works.

    This happened after I removed all AREADEF lines from *this* golded.cfg and included the areas.bbs, strange.

    Looking into it tho.

    Regards,
    Nick


    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: (4:930/1)
  • From David Gonzalez@4:930/1 to David G on Wed Dec 4 10:42:49 2024

    Hello David!

    04 Dec 24 09:56, you wrote to Nick Boel:

    I'm using my windows syste to send this message because I could not for the life of me get the SA/SEND menu to show uo, backspace is broken and also no alt+s or F2 work to send the message, I got golded to diplsay more or less properly.

    <quote myself>
    Msg : 1 of 1 Uns Loc
    From : David Gonzalez 4:930/10 Wed 04 Dec 24 10:29
    To : All
    Subj : Test from Linux ----------------------------------------------------------------- Ins -
    Hola All!, saludo cordial

    This is a test message from my test node on linux running SBBS+Golded

    started GoldEd linke this and itM-BM-4s displaying correctly
    as Dennis Slaggers suggested,

    TERM=screen.xterm-256color /usr/local/bin/golded -T600

    * Findings accented characters "in spanish" M-BM-( do not show properly E.g. mM-CM-! <<<< as you can see here
    * Backspace is broken

    Not sure if weird characters show up on your side, but when I tried deleting them terminal kinda screwed up, so sorry about that.

    Getting there, or so I think

    -+-
    Saludos/Kind Regards
    David
    - SysOp SkyNet BBS
    - telnet://bbs.skynet.com:20023

    -+- GoldED+/LNX 1.1.5-b20240309
    + Origin: Un BBS MM-CM-!s | sync.skynetbbs.com:10023 (4:930/10)
    <end quote>

    Still working with very basic config.

    Hello Nick!

    01 Dec 24 09:18, you wrote to David Gonzalez:

    Hello David,

    On Sun, Dec 01 2024 07:29:33 -0600, you wrote ..

    Have a look at my sig.

    Just so you have the correct terminology:

    Your /sig/ is "David"
    Your /tearline/ is "--- GoldED+/W32-MSVC 1.1.5-b20180707"
    Your /Origin/ is " * Origin: " and what follows it.

    I did delete everything form my golded.cfg and recreated it with -
    INSTALL, Origin shows and so does tearline, but origin is take
    from goldareas.txt from mystic.

    That's great news! The bottom of your messages look much better
    now. Thank you.

    Noty sure how to have golded read the messagebase directly which I
    know it's JAM but JAMPATH pointing to D:\BBS\MYSTIC\msgs does not
    load any message base. So my solution here is to copy/paste all
    AREADEFs to golded.cfg, dumb but is wat works for me ATM.

    The JAMPATH keyword is only for the location of echomail.jam and
    netmail.jam files, which you probably aren't using at this point.
    It has nothing to do with where your message bases are.

    If you'd like full access to your message bases, without having
    to do multiple AREADEF lines, you probably need to create an
    AREAS.BBS from Mystic, and then use AREAFILE to point to that..

    1) Create areas.bbs from Mystic, and remember where you created
    it. 2) Comment out all of your AREADEF lines in /this/
    golded.cfg. 3) When all AREADEF lines are commented out: In the
    same golded.cfg:

    AREAFILE AREASBBS /path/to/areas.bbs

    This did work, basic setup plus these and my unction keys to force
    mail processing are working (on windows+mystic+golded)

    Strange thing if you notice now my origin doesn't contain bbs.skynetbbs.com, I'm not really sure if mystic's areaas.bbs takes
    care of that or if I should add an Origin line manually w/out screwing what already works.

    This happened after I removed all AREADEF lines from *this* golded.cfg
    and included the areas.bbs, strange.

    Looking into it tho.

    Regards,
    Nick


    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: (4:930/1)

    David


    --- GoldED+/W32-MSVC 1.1.5-b20180707
    * Origin: Skyent BBS Colombia | telnet://bbs.skynetbbs.com:20023 (4:930/1)
  • From Nick Boel@1:154/700 to David G on Wed Dec 4 17:52:04 2024
    Hello David,

    On Wed, Dec 04 2024 07:57:23 -0600, you wrote ..

    Sure, looks better but still missing a tagline and some more info I
    would like to put, but that'll do for now.

    Baby steps. Now that you have a working config, you can look at advanced options and add one at a time making sure they work properly.

    !d:\bbs\mystic\msgs\rberrypi RBERRYPI 4:902/26 4:930/1.10 4:930/10

    Yeah, that's not quite right.

    Thanks will try and let yall know.

    I just took a look at my Mystic setup. There is an option in mutil.ini that will export areas for Golded. See the [Export_Golded] stanza and see what you can do with that.

    Regards,
    Nick

    ... He who laughs last, thinks slowest.
    --- SBBSecho 3.23-Linux
    * Origin: _thePharcyde telnet://bbs.pharcyde.org (Wisconsin) (1:154/700)
  • From Karel Kral@2:423/39 to David G on Thu Dec 5 17:04:27 2024
    Hello David!

    04 Dec 24 09:16, you wrote to me:

    Thanks for your help and suggestion, I definitely could not get luit installed/working, I put you commands on a bash script but again luit
    is teb issue.

    in my case (enterprise linux ;-) is easy:

    [fido@www ~]$ yum whatprovides */luit
    xorg-x11-apps-7.7-21.el8.x86_64 : X.Org X11 applications
    Repo : @System
    Matched from:
    Filename : /usr/bin/luit

    simply installed via package manager...

    Karel

    --- GoldED+/LNX 1.1.5-b20240209
    * Origin: Plast DATA (2:423/39)