On Tue, May 31, 2016 at 06:10:41PM +0300, Sampsa Laine wrote:
>Why don???t one of you RSX gurus port ???joe??? to RSX?
>OK it???s not emacs but it???s quite small and has enough functionality..
I'm thinking the point isn't: if only there were a nice editor, any
editor, that fits on RSX (those of us who grew up on EDT generally *love*
it already, and TECO is its own religion), but rather to accommodate
people's muscle memory and accept the commands they were already going to
type whether they meant to or not (which is why E11's built-in editor goes
in the other direction and uses the EDT/KED keypad layout).
John Wilson
D Bit
Is anyone maintaining an up-to-date DECdns server based off of Johnny's nodedb?
I've recently set up an emulated VAX (simh) at 61.152 called ENKIDU,
running OpenVMS 7.3. I was hoping to use DECdns for simple node name
resolution. In the interim I'm using Jordi's DECdns server (which he
mentioned a while ago), but it doesn't appear to be as up to date with
the official nodedb as I'd like. :)
Thanks,
Mark
Can somebody update the cisco tunnel configs and send me the tunnel configs? My current IP is 50.131.150.11 - I will get a cisco VM up when I get home
(no PSUs for the working routers I have...)
From: Johnny Billquist <bqt at softjar.se>
>With all that in mind, I decided to write my own Emacs clone instead
>(yes, I got horribly upset with the lousy quality of most code I looked
>at, if someone wants to hear some rants, contact me privately).
>
>I started about a month ago, and at this point, it's working, and quite
>useful.
Way to go! Very impressive.
>. Only works on ANSI terminals today. It would be doable to extend with
>other terminal support, but I don't have any need, and since I do not
>have, nor want to depend on curses, it will require coding to either
>have a module to uses curses, if that is wanted, or handling of specific
>terminals.
I agree. The days of dozens of choices of real terminals are long over,
so the amount of extra work you'd do just for that one time that someone
dusts off a Teleray 1061 just to open one file and then turn it off forever,
is really not worth it. Expecting someone doing real work to find an ANSI
terminal is totally fair.
John Wilson
D Bit
On 2016-05-29 19:43, Phil Budne wrote:
> I don't recall it being great,
> but there was an emacs11 written in DEC TECO-11;
>
> ftp://ftp.ultimate.com/emacs/emacs11.urls
> ftp://ftp.ultimate.com/emacs/emacs11.tar.Z
>
> http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco/em…
> says:
>
> This directory contains Fred Fish's EMACS for TECO-11 v35 or higher.
> Fred hasn't used this stuff since 1982.....
>
> Pete Siemsen, 28-Jul-1989
>
> The code is well commented!
Yes, I know about it.
I actually did sortof an Emacs clone in TECO-8 many years ago. It's
actually pretty easy to do a decent implementation in TECO. The problem
is that you cannot really edit large files. TECO-8 and TECO-11 can edit
arbitrarily large files, but only as a stream. You read in a page of the
file (where a "page" is a bit loosely defined), you edit it, and then
you pass it on to the output, and read in the next page. At that point,
you cannot go back to a previous page anymore. And all editing is
happening within the buffer that you have in memory. So all addressing
is done local to the page you have in memory.
So, while cool, and somewhat fun, it have some rather severe limitations
if you want to edit large files. And this is a TECO-11 limitation, and
cannot really be solved in a good way by any code written inside
TECO-11. What I did for my implementation for TECO-8 was that I keep a
count of which page I was on, and if I wanted to go backwards, I had to
close the file, reopen it, and read from the beginning until I was at
the previous page, and then work from there.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
VMS 5.4
I have a tape with a VMS backup saveset. It has a directory tree on the tape
[foo]
[foo.bar]
[foo.bar.barf]
How do I (backup command line) restore the tape as a subdirectry and have
backup to create the needed directories under my new "root" like [tapes]?
Say that I want to put it under
[tapes.foo]
[tapes.foo.bar]
etc
??
-P
Hello!
I have now confirmed that the Cat2960G series is the fellow who use F/O bundles as its preferred means managing a link to it. Does anyone have an idea as to the style of connecting F/O styles?
Gregg on that.
Sent from my iPod
On Aug 7, 2013, at 7:50 PM, Dave McGuire <mcguire at neurotica.com> wrote:
> On 08/07/2013 07:47 PM, Gregg Levine wrote:
>> Here's a stretch, a shop in California named WeirdStuff is selling a
>> Cisco Catalyst 2948G for 35 dollars. Obviously that prices does not
>> include S&H costs. They go onto discuss what else the thing has, such
>> as - Layer 3 Switch - 48 Ports 10/100 - 2 GBIC Ports for Gigabit
>> uplink. I believe that is a good description. But I'm no judge of
>> prices.
>>
>> Someone here made the mistake of throwing out a batch of Cisco gear
>> items and I rescued them before the local vulture union could destroy
>> them. New I believe they are worth more then some of the cars people
>> drive here.
>>
>> One was a Catalyst 2900, and the other was a Catalyst 2960G, (with the
>> optical delivery items for fiber-optics), and still another was a
>> 2500, (which is a classic amongst that family I believe.), and then a
>> 3600, the other happened to be a 2550 series unit.
>>
>> How hard is it to identify them and confirm what I rescued?
>
> Quite easy.
>
> 2500s are ancient, but still very useful. 2900s, not so much. 3600s still go for more serious money; if they threw them in the trash, they're idiots. 2550s also fetch some money.
>
> I can help you go through their hardware configurations and such, crack passwords for access, etc etc when the time comes.
>
> -Dave
>
> --
> Dave McGuire, AK4HZ
> New Kensington, PA
Hey Peter,
Do you have the serial pinouts for your SC-40 handy?
Mine has had miswired FE terminal ports from day one and I'd like to
finally fix that. ;)
However, mine came with zero manuals or documentation!
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
Since the nodename database is in Datatrieve, I figured I could write a
couple of reports for fun.
So here they are: http://mim.update.uu.se/hecrep
Grouped both by owners and by architecture. Apart from the unknown
category, VAXen are the most numerous at 148, while MIPS the least
common, at 1. :-)
Johnny