9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] acme news
@ 2002-09-21 20:15 Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2002-09-21 20:15 UTC (permalink / raw)
  To: 9fans

Thanks, I've updated sources.

Russ


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [9fans] acme news
@ 2002-09-20 20:56 David Swasey
  0 siblings, 0 replies; 2+ messages in thread
From: David Swasey @ 2002-09-20 20:56 UTC (permalink / raw)
  To: 9fans

The acme news interface includes Newpost in every group window and
Reply in every message window.  This means that for moderated groups
(like comp.os.plan9), acme will let you compose a message only to fail
when you Post.  I prefer to omit these bits of text when nntpfs(4)
does not provide a post file.  Diffs follow.  -dave

diff ./news.c /n/sources/plan9/acme/news/src/news.c
853,854c853
< 	if(canpost) wintagwrite(m->w, "Reply ", 6);
< 	wintagwrite(m->w, "Headers ", 8);
---
> 	wintagwrite(m->w, "Reply Headers ", 6+8);
1000,1001c999
< 	if(canpost) wintagwrite(w, "Newpost ", 8);
< 	wintagwrite(w, "More ", 5);
---
> 	wintagwrite(w, "Newpost More ", 8+5);



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-21 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-21 20:15 [9fans] acme news Russ Cox
  -- strict thread matches above, loose matches on Subject: below --
2002-09-20 20:56 David Swasey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).