Deutsch   English   Français   Italiano  
<vchp81$1bo2h$1@paganini.bofh.team>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.nobody.at!2.eu.feeder.erje.net!feeder.erje.net!nntp.comgw.net!newsfeed.bofh.team!paganini.bofh.team!not-for-mail
From: Anton Shepelev <anton.txt@gmail.moc>
Newsgroups: news.software.readers
Subject: tin: article stubs one line short
Date: Thu, 19 Sep 2024 18:06:58 -0000 (UTC)
Organization: To protect and to server
Sender: 9dIQLXBM7WM9KzA+yjdR4A
Message-ID: <vchp81$1bo2h$1@paganini.bofh.team>
Injection-Date: Thu, 19 Sep 2024 18:06:58 -0000 (UTC)
Injection-Info: paganini.bofh.team; logging-data="1433681"; posting-host="RuGtXskjILadxbC+FS6/9w.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA+yjdR4A";
User-Agent: tin/2.6.3-20231224 ("Banff") (FreeBSD/14.1-RELEASE (amd64))
X-Notice: Filtered by postfilter v. 0.9.3
Bytes: 2002
Lines: 29

When I post a new message in Tin 2.6.3, after I enter the subject
and press Enter, Tin generates the "stub" of a new article and opens
it in my editor (nvi) with `+7', which complains:

   -c option, 1: illegal address: only 6 lines in the file

And indeed, there are only six lines in the generated file:

--------------------------------- Cut ----------------------------------
From: Anton Shepelev <anton.txt@gmail.moc>
Subject: Russian encodings KOI8-RU and KOI8-R
Newsgroups: misc.test
Summary: 
Keywords: 

--------------------------------- Cut ----------------------------------

whereas I think there should be seven, because one empty line
separates the headers from the body, and one begins the body.  It
is rather unlikely that the error should be in Tin, but perhaps
something is wrong in my environment preventing the second empty
line in the generated stubs?

I used the following primitive wrapper script to log the process:

--------------------------------- Cut ----------------------------------
echo $* >> ~/invoke.txt
cp $2 ~/art.txt
vi $*
--------------------------------- Cut ----------------------------------