Sujet : Re: tin: article stubs one line short
De : joerg-mertens (at) *nospam* t-online.de (Joerg Mertens)
Groupes : news.software.readersDate : 21. Sep 2024, 15:09:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vcmk26$1kfii$1@jmertens.eternal-september.org>
References : 1 2 3 4 5
User-Agent : tin/2.6.2-20221225 ("Pittyvaich") (OpenBSD/7.5 (amd64)) tinews.pl/1.1.61
Anton Shepelev <
anton.txt@gmail.moc> wrote:
Urs Janssen <urs@buil.tin.org> wrote:
meanwhile you might be able to use something like (depends on your $SHELL)
editor_format=%E +$((%N - 1)) %F
Thank you, I can adapt this to my shell. I am not sure, however,
it will work with follow-ups, because they are OK as is. At least,
I can simply ignore the error and be glad that you fixed the bug
upsteam.
You can also tell nvi to jump to the last line with
# vi +'$' file
or
# vi -c'$' file
So you can just ignore the %N.
Joerg