Re: [9fans] upas : without acme : possible?

2018-11-30 Thread sl
I ended up writing a ned-alike that is just a shell script:

http://plan9.stanleylieber.com/rc/mother

This is what I actually use.

sl



[9fans] non-captive user-interfaces: some ramblings; Plan 9 possibilities

2018-11-30 Thread Ethan Gardener
On Fri, Nov 30, 2018, at 3:53 AM, Mayuresh Kathe wrote:
> non-captive user-interface

There's a term for what I've been looking for!  Lately I've been wanting to 
implement basically everything with non-captive interfaces.  I've been having 
trouble designing the programs because of my poor memory and other issues.  

On the other hand, now I realise that a program I've heard of repeatedly over 
the last 20 years has the type of interface I'm looking for, I'm wondering why 
I didn't use it, if there's something wrong with the concept, something I felt 
but couldn't quantify.  I think maybe a general malaise when using the unix 
command line, probably initially due to trying to learn by reading init scripts 
of Red Hat 5.2; a source of brain damage almost on a par with BASIC!  Poor 
documentation in the 90s and tremendous option bloat obviously contributed to 
my malaise.  I did try hard at times.  

I think netpbm was what finally put me off.  Inconsistent cryptic options, 
view-updating only by manual means, state-keeping also manual; I think those 
were the problems.  Ah, not netpbm; Plan 9's image tools are far more 
consistent, but the other two problems remain.  I guess both are worse in 
editing (text or images) than in mail.  

I'm thinking of a two-pane view, one being a REPL of some sort, the other a 
display of what you're editing, obviously keeping state, and having an undo 
facility.  Obviously different display programs for text or images.  This could 
actually be scripted in Plan 9, especially in 9front where rio's text files are 
writable.  A minor catch is that you want the filters to operate on the 
displayed data rather than stdio.  This could be worked around by piping, or by 
a clever shell inserting redirects if none are specified.  (A wrapper around rc 
could do it.)  The display programs could (probably should) handle the case of 
`prog dispfile`.  Now I'm wondering if, when editing text, all 
output on stdout should go into the displayed text.  I guess that's reasonable, 
there is always undo, but I'm running out of functioning brain cells, lol.



Re: [9fans] Upas and Message-ID?

2018-11-30 Thread erik quanstrom
not sure if that was changed, but nupas creates messageids and maintains messageids references.- erik

[9fans] Upas and Message-ID?

2018-11-30 Thread dexen deVries
by chance found[1] the following passage:
>(...) and the Bell Labs upas mailer never creates Message-ID.
out of curiosity, any particular rationale behind that?

[1] https://cr.yp.to/immhf/thread.html



Re: [9fans] upas : without acme : possible?

2018-11-30 Thread erik quanstrom
Ned is what I usually use.  I don't use any accompanying scripts, but I've made a number of changes to ned itself.  I find g/unwanted/d to be way more efficient than acme.- erik