• Gossiped 2.0.0

    From Richard Menedetter@2:310/31 to Alexander N. Skovpen on Sun Jan 12 14:40:46 2020
    Hi Alexander!

    10 Jan 2020 22:20, from Alexander N. Skovpen -> Richard Menedetter:

    I also could not save with F2
    But it does NOT default to load this config
    will be in 2.0.1.

    Thanx!!

    CU, Ricsi

    ... It's so complicated, with the flowers, the romance, and the lies upon lies --- GoldED+/LNX
    * Origin: ------------ Out of Order ------------- (2:310/31)
  • From Richard Menedetter@2:310/31 to Alexander N. Skovpen on Sun Jan 12 19:56:12 2020
    Hello Alexander N. Skovpen!

    10 Jan 20 22:20:08, Alexander N. Skovpen wrote to Richard Menedetter:

    I also could not save with F2
    I pressed ESC and the menu offered me save ... but F2 did not work.
    But it does NOT default to load this config /etc/gossiped/config.yml if no parameter is given.
    Also when I enter an empty area, it says "empty area" and exits.
    What if I want to write a message into an empty area ... currently not possible.
    will be in 2.0.1.

    F2 works again, but it still did not find the config.yml file.

    CU, Ricsi

    --- gossipEd-linux/amd64 2.0.2-50-19956109
    * Origin: https://github.com/askovpen/gossiped/ (2:310/31)
  • From Alexander N. Skovpen@2:5020/9696.128 to Richard Menedetter on Sun Jan 12 23:51:28 2020
    Hello Richard Menedetter!

    12 Jan 20 19:56:12, Richard Menedetter wrote to Alexander N. Skovpen:

    I also could not save with F2
    I pressed ESC and the menu offered me save ... but F2 did not work.
    But it does NOT default to load this config /etc/gossiped/config.yml if no parameter is given.
    Also when I enter an empty area, it says "empty area" and exits.
    What if I want to write a message into an empty area ... currently not possible.
    will be in 2.0.1.
    F2 works again, but it still did not find the config.yml file.

    try this paths:

    "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",

    Alexander


    --- ════════╦╦═╦╦═╗╔════
    * Origin: ═╩══╬╩═╩╩═╬╬═ (2:5020/9696.128)
  • From Richard Menedetter@2:310/31 to Alexander N. Skovpen on Sun Jan 12 22:20:06 2020
    Hi Alexander!

    12 Jan 2020 23:51, from Alexander N. Skovpen -> Richard Menedetter:

    F2 works again, but it still did not find the config.yml file.
    try this paths:
    "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",

    Thanx!

    CU, Ricsi

    ... When you are in it up to your ears, keep your mouth shut!
    --- GoldED+/LNX
    * Origin: Support your right to keep and arm bears! (2:310/31)
  • From Zhenja Kaliuta@2:4500/1.59 to Alexander N. Skovpen on Sun Jan 12 23:51:19 2020
    Hi, Alexander!

    On Sun, 12 Jan 2020 23:51:28 +0200 Alexander N. Skovpen writes:

    [...]

    F2 works again, but it still did not find the config.yml file.
    try this paths:

    "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",

    How about to be more classical and honor at least ~/.gossiped.yml (and $XDG_CONFIG_HOME as a bonus? https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html)

    --- Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
    * Origin: Somewhere in the North (2:4500/1.59)
  • From Richard Menedetter@2:310/31 to Alexander N. Skovpen on Sun Jan 12 21:58:18 2020
    Hello Alexander N. Skovpen!

    Thanx for the update!

    TZUTC seems to work fine.

    BTW when I try to reply to an empty area, then I get a stack dump.

    CU, Ricsi

    --- gossipEd-linux/amd64 2.0.3-50-13c584e8
    * Origin: https://github.com/askovpen/gossiped/ (2:310/31)
  • From Vitold Sedyshev@2:5023/24.3752 to Alexander N. Skovpen on Mon Jan 13 02:34:58 2020
    "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",

    How about use ~/.gossipedrc as usual in Linux system?
    It make possible using "-c" (config option) as optional parameters.
    In my option is more Linux way to use GossipEd reader.

    --- Golden/LNX 1.2.0 2020-01-05 18:29:20 MSK (master)
    * Origin: Yo Adrian, I Did It! (c) Rocky II (2:5023/24.3752)
  • From Michael Dukelsky@2:5020/1042.3 to Vitold Sedyshev on Mon Jan 13 09:36:40 2020
    Hello Vitold Sedyshev!

    13 Jan 20 02:34:58, Vitold Sedyshev wrote to Alexander N. Skovpen:

    "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",

    How about use ~/.gossipedrc as usual in Linux system?
    It make possible using "-c" (config option) as optional parameters.
    In my option is more Linux way to use GossipEd reader.

    $ echo $PATH
    /home/mike/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin

    $ cat /home/mike/bin/gossiped
    #!/usr/bin/bash
    . /etc/fido_profile
    /usr/bin/gossiped $BASEDIR/etc/gossiped/config.yml

    Michael


    --- gossipEd-linux/amd64 2.0.3-50-13c584e8
    * Origin: Пожилой фидошник (2:5020/1042.3)
  • From Oli@2:280/464.47 to Zhenja Kaliuta on Mon Jan 13 14:19:20 2020

    F2 works again, but it still did not find the config.yml file.
    try this paths:

    "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",

    How about to be more classical and honor at least
    ~/.gossiped.yml (and $XDG_CONFIG_HOME as a bonus? https://specifications.freedesktop.org/basedir-spec/basedir-spec
    -0.6.h tml)

    I think dot files in the home dir root (~/) should be not encouraged anymore. But I also feel ~/.config/gossiped/gossiped.yml would be the right place for the config file.

    * Origin: kakistocracy (2:280/464.47)
  • From Zhenja Kaliuta@2:4500/1 to Oli on Mon Jan 13 16:40:49 2020
    Hi, Oli!

    On Mon, 13 Jan 2020 14:19:20 +0100 Oli writes:

    F2 works again, but it still did not find the config.yml file.
    try this paths:

    "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",

    How about to be more classical and honor at least
    ~/.gossiped.yml (and $XDG_CONFIG_HOME as a bonus?
    https://specifications.freedesktop.org/basedir-spec/basedir-spec
    -0.6.h tml)

    I think dot files in the home dir root (~/) should be not encouraged anymore. But I also feel ~/.config/gossiped/gossiped.yml would be
    the right place for the config file.

    That is the default XDG path, IIUC, right?


    --- Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
    * Origin: Belarus FTN IP network (2:4500/1)
  • From Alexander N. Skovpen@2:5020/9696.128 to Richard Menedetter on Mon Jan 13 18:35:56 2020
    Hello Richard Menedetter!

    12 Jan 20 21:58:18, Richard Menedetter wrote to Alexander N. Skovpen:

    BTW when I try to reply to an empty area, then I get a stack dump.
    why you reply in empty area? :-) will be fixed

    Alexander


    --- ════════╦╦═╦╦═╗╔════
    * Origin: ═╩══╬╩═╩╩═╬╬═ (2:5020/9696.128)
  • From Alexander N. Skovpen@2:5020/9696.128 to Vitold Sedyshev on Mon Jan 13 18:36:56 2020
    Hello Vitold Sedyshev!

    13 Jan 20 02:34:58, Vitold Sedyshev wrote to Alexander N. Skovpen:

    How about use ~/.gossipedrc as usual in Linux system?
    It make possible using "-c" (config option) as optional parameters.
    In my option is more Linux way to use GossipEd reader.

    use -h or --help as unix-way :-)

    Alexander


    --- ════════╦╦═╦╦═╗╔════
    * Origin: ═╩══╬╩═╩╩═╬╬═ (2:5020/9696.128)
  • From Oli@2:280/464.47 to Zhenja Kaliuta on Mon Jan 13 16:34:25 2020

    How about to be more classical and honor at least
    ~/.gossiped.yml (and $XDG_CONFIG_HOME as a bonus?
    https://specifications.freedesktop.org/basedir-spec/base
    dir-spec -0.6.h tml)

    I think dot files in the home dir root (~/) should be not
    encouraged anymore. But I also feel
    ~/.config/gossiped/gossiped.yml would be the right place
    for the config file.

    That is the default XDG path, IIUC, right?

    I think it is, at least this path is used on Debian / Ubuntu. I meant it synonymously for the XDG path.


    * Origin: kakistocracy (2:280/464.47)
  • From Alexander N. Skovpen@2:5020/9696.128 to Zhenja Kaliuta on Mon Jan 13 18:56:26 2020
    Hello Zhenja Kaliuta!

    12 Jan 20 23:51:18, Zhenja Kaliuta wrote to Alexander N. Skovpen:

    F2 works again, but it still did not find the config.yml file.
    try this paths:
    "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",
    How about to be more classical and honor at least ~/.gossiped.yml (and $XDG_CONFIG_HOME as a bonus?

    https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html) future version:

    filepath.Join(os.Getenv("HOME"), "gossiped.yml"), filepath.Join(os.Getenv("HOME"), ".config", "gossiped.yml"), "/usr/local/etc/ftn/gossiped.yml",
    "/etc/ftn/gossiped.yml",
    "gossiped.yml",

    Alexander


    --- ════════╦╦═╦╦═╗╔════
    * Origin: ═╩══╬╩═╩╩═╬╬═ (2:5020/9696.128)
  • From Richard Menedetter@2:310/31 to Alexander N. Skovpen on Mon Jan 13 20:11:08 2020
    Hello Alexander N. Skovpen!

    13 Jan 20 18:35:56, Alexander N. Skovpen wrote to Richard Menedetter:

    BTW when I try to reply to an empty area, then I get a stack dump.
    why you reply in empty area? :-) will be fixed

    Thanx.
    I see you already fixed it!

    CU, Ricsi

    Test CHRS äöü
    --- gossipEd-linux/amd64 2.0.5-50-84e3c8de
    * Origin: https://github.com/askovpen/gossiped/ (2:310/31)
  • From Zhenja Kaliuta@2:4500/1.59 to Richard Menedetter on Mon Jan 13 22:44:02 2020
    Hi, Richard!

    On Mon, 13 Jan 2020 20:11:08 +0100 Richard Menedetter writes:

    [...]

    Test CHRS äöü

    å!

    --- Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
    * Origin: Somewhere in the North (2:4500/1.59)
  • From Richard Menedetter@2:310/31 to Alexander N. Skovpen on Thu Jan 16 20:11:58 2020
    Hello Alexander N. Skovpen!

    I use the Husky config, and I have a <name> area.
    It seems that gossiped does not ignore comments starting with #

    fido@vserv:/usr/local/etc/fido$ fgrep "<name>" *
    areas:# *Area <name> <file> [Options]
    areas:# EchoArea <name> <file> [Options] [linkAKAs] [linkOptions]

    CU, Ricsi

    --- gossipEd-linux/amd64 2.0.7-b274c49a
    * Origin: https://github.com/askovpen/gossiped/ (2:310/31)
  • From Alexander N. Skovpen@2:5020/9696.128 to Richard Menedetter on Sat Jan 18 11:53:26 2020
    Hello Richard Menedetter!

    16 Jan 20 20:11:58, Richard Menedetter wrote to Alexander N. Skovpen:

    I use the Husky config, and I have a <name> area.
    It seems that gossiped does not ignore comments starting with #

    fixed in 2.0.9

    Alexander


    --- ════════╦╦═╦╦═╗╔════
    * Origin: ═╩══╬╩═╩╩═╬╬═ (2:5020/9696.128)
  • From Tommi Koivula@2:221/1 to Alexander N. Skovpen on Sat Jan 18 09:41:48 2020
    Hello Alexander N. Skovpen!

    18 Jan 20 11:53:26, Alexander N. Skovpen wrote to Richard Menedetter:

    I use the Husky config, and I have a <name> area.
    It seems that gossiped does not ignore comments starting with #

    fixed in 2.0.9

    Alexander

    --- ════════╦╦═╦╦═╗╔════
    * Origin: ═╩══╬╩═╩╩═╬╬═ (2:5020/9696.128)


    тест

    'Tommi

    --- gossipEd-linux/arm 2.0.9-f4411558
    * Origin: Linux 4.4.0-1127-raspi2 #136-Ubuntu SMP armv7l (2:221/1)
  • From Alexander N. Skovpen@2:5020/9696.128 to Tommi Koivula on Sat Jan 18 12:57:22 2020
    Hello Tommi Koivula!

    18 Jan 20 09:41:48, Tommi Koivula wrote to Alexander N. Skovpen:

    тест
    Е ВИДО!

    Alexander


    --- ════════╦╦═╦╦═╗╔════
    * Origin: ═╩══╬╩═╩╩═╬╬═ (2:5020/9696.128)