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 <vcmksd$1tad9$2@paganini.bofh.team>
Deutsch   English   Français   Italiano  
<vcmksd$1tad9$2@paganini.bofh.team>

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

Path: ...!feeds.phibee-telecom.net!2.eu.feeder.erje.net!feeder.erje.net!newsfeed.bofh.team!paganini.bofh.team!not-for-mail
From: Anton Shepelev <anton.txt@gmail.moc>
Newsgroups: news.software.readers
Subject: Re: tin: article stubs one line short
Date: Sat, 21 Sep 2024 14:23:09 -0000 (UTC)
Organization: To protect and to server
Sender: 9dIQLXBM7WM9KzA+yjdR4A
Message-ID: <vcmksd$1tad9$2@paganini.bofh.team>
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> <vcmk26$1kfii$1@jmertens.eternal-september.org> <vcmkij$1khns$1@jmertens.eternal-september.org>
Injection-Date: Sat, 21 Sep 2024 14:23:09 -0000 (UTC)
Injection-Info: paganini.bofh.team; logging-data="2009513"; posting-host="8dCyXZlo35wBSUb6eZm5vQ.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: 2225
Lines: 30

Joerg Mertens <joerg-mertens@t-online.de> wrote:
>Joerg Mertens <joerg-mertens@t-online.de> wrote:
>> 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.
>
>... wich also won't work with followups, by the way.
> Sorry for the noise.

I love this noise and am glad to meet a vi user online.  Have you
noticed that its -c option is documented as if accepting the command
after a space: -c <cmd> ? This form does not work for me, and I
have to use it without the inervening space: -c<cmd> . Is it an
error in the man page, or I am missing someting?