Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vcmk26$1kfii$1@jmertens.eternal-september.org>
Deutsch   English   Français   Italiano  
<vcmk26$1kfii$1@jmertens.eternal-september.org>

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

Path: ...!news.nobody.at!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!jmertens.eternal-september.org!.POSTED!not-for-mail
From: Joerg Mertens <joerg-mertens@t-online.de>
Newsgroups: news.software.readers
Subject: Re: tin: article stubs one line short
Date: Sat, 21 Sep 2024 16:09:09 +0200
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <vcmk26$1kfii$1@jmertens.eternal-september.org>
References: <vchp81$1bo2h$1@paganini.bofh.team> <1gzgk2lgv08eo$.dlg@v.nguard.lh> <vck7ih$1kifu$1@paganini.bofh.team> <vcm5bq$oku$1@nntp.de> <vcm7vo$1sm6e$1@paganini.bofh.team>
Injection-Date: Sat, 21 Sep 2024 16:09:12 +0200 (CEST)
Injection-Info: jmertens.eternal-september.org; posting-host="780f853119d2bdef0bebdfac3be25873";
	logging-data="1719898"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19MFOuScYAxaMRPSIUZBL/OjCyVf8AgKDo="
User-Agent: tin/2.6.2-20221225 ("Pittyvaich") (OpenBSD/7.5 (amd64)) tinews.pl/1.1.61
Cancel-Lock: sha1:YDA5LajVQUASRZaJjKF4GVS7J2U=
Bytes: 1661

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