rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
* Re: first impressions rc 1.3beta
@ 1992-02-08 15:58 malte
  0 siblings, 0 replies; 8+ messages in thread
From: malte @ 1992-02-08 15:58 UTC (permalink / raw)
  To: rc

Correct me if I'm wrong, but isn't cntl-L the form feed character?
And how would you issue a clear command while editing a line?

Malte.



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

* Re: first impressions rc 1.3beta
@ 1992-02-08 16:38 Byron Rakitzis
  0 siblings, 0 replies; 8+ messages in thread
From: Byron Rakitzis @ 1992-02-08 16:38 UTC (permalink / raw)
  To: rc

Simmy's address is "simmy@capitol.com", or otherwise
"uunet.uu.net!capitol!sysgo!simmy".

Also, one thing: right now editline runs under System V as well as BSD;
it would be a shame to arbitrarily restrict its use to one of those
systems, or worse, provide essentially 2 copies of editline, interlaced
with #ifdef, to work on both systems. Is there a good way out of this
dilemma?

(I guess I'm thinking about struct sgttyb here)


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

* Re: first impressions rc 1.3beta
@ 1992-02-08 15:44 malte
  0 siblings, 0 replies; 8+ messages in thread
From: malte @ 1992-02-08 15:44 UTC (permalink / raw)
  To: rc

There some minor defficiencies to editline, I already started hacking it:
	1) cntl-L should not just reprint the current line, but clear the
	   whole screen. This requires termcap capabilities (done).
	2) Because I prefer to keep long commands on one line, I increased
	   the maximum line length. In situations when the terminal is smaller
	   than the line length, the implementation of <backspace> fails to
	   redraw the correctly (to be done). Also cntl-L fails (done).

Btw, what is the email address of Simmule R. Turner ??

Malte.



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

* first impressions rc 1.3beta
  1992-02-07 14:57 Byron Rakitzis
@ 1992-02-07 20:23 ` Brendan Kehoe
  0 siblings, 0 replies; 8+ messages in thread
From: Brendan Kehoe @ 1992-02-07 20:23 UTC (permalink / raw)
  To: byron; +Cc: rc


   From: Byron Rakitzis <byron@archone.tamu.edu>
   Date: Fri, 7 Feb 1992 08:57:21 -0600

   Re: bison. bison generates a larger file than old Berkeley yacc, my
   reference point. Now, this is starting to look like useless
   information, since no one seems to be running the old yacc! (NeXT
   does---I'll keep using it as long as I can for ALL my rc builds). I'll
   take the comment out.

Since you bring it up (and I figure a bunch of people reading this
right now have a good amount of experience with 'em--more than I, at
least), I'm going to take a quick liberty...

I'm putting together a reference card (same format as the GNU emacs
refcard) for Bison & Flex; if any of you have suggestions on what
information would be really good to have on such a thing, I'd love to
hear them.

We return you to your regularly scheduled beta test.  This message
will self-destruct in ten seconds.

--
Brendan Kehoe, Sun Network Manager                      brendan@cs.widener.edu
Widener University                                                 Chester, PA

            This is the .signature that Bell Atlantic doesn't want you to see.


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

* Re: first impressions rc 1.3beta
  1992-02-07 13:53 ` Robert van Liere
@ 1992-02-07 20:21   ` schwartz
  0 siblings, 0 replies; 8+ messages in thread
From: schwartz @ 1992-02-07 20:21 UTC (permalink / raw)
  To: rc


I just tried out the new line editing code bundled with 1.3.  Here's a
quibble:  On SunOS, if you don't use the streams ioctls (and do use the
bsd ones) you lose typeahead whenever you switch modes.  I prefer
typeahead.



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

* Re:  first impressions rc 1.3beta
@ 1992-02-07 14:57 Byron Rakitzis
  1992-02-07 20:23 ` Brendan Kehoe
  0 siblings, 1 reply; 8+ messages in thread
From: Byron Rakitzis @ 1992-02-07 14:57 UTC (permalink / raw)
  To: rc

Re: bison. bison generates a larger file than old Berkeley yacc, my
reference point. Now, this is starting to look like useless
information, since no one seems to be running the old yacc! (NeXT
does---I'll keep using it as long as I can for ALL my rc builds). I'll
take the comment out.

Re: trip.rc and /etc/termcap. It needs a big file. What's a big file
that can be found on System V as well as Berkeley systems? (A big TEXT
file, not /*unix). And note that "passing trip.rc" does not really mean
much at this point--- as a verification suite it is hopelessly
inadequate. I just wanted to push one out the door so people could see
that I do intend to eventually follow this route.

Byron.


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

* Re: first impressions rc 1.3beta
  1992-02-07 13:39 malte
@ 1992-02-07 13:53 ` Robert van Liere
  1992-02-07 20:21   ` schwartz
  0 siblings, 1 reply; 8+ messages in thread
From: Robert van Liere @ 1992-02-07 13:53 UTC (permalink / raw)
  To: malte; +Cc: rc



In message <9202071339.AA11380@dahlie.techfak.uni-bielefeld.de> you write:
    >
    >Configurations for which this is tested:
    >sparc 1,1+,2,ELC	SunOS 4.1.1	gcc 1.40
    >sun 3/80		SunOS 4.1.1	gcc 1.40
    >DecStation 5000	Ultrix 4.1	gcc 1.40
    >IBM RS6000		AIX 3.1.5	native cc
    >

    rc-1.3beta also works as advertised on more orthodox architectures
    such as :

    SGI 4D/35, Indigo	Irix 4.0.1	native cc
    IBM PC/RT		AOS 4.3		gcc 1.39


    -- Robert


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

* first impressions rc 1.3beta
@ 1992-02-07 13:39 malte
  1992-02-07 13:53 ` Robert van Liere
  0 siblings, 1 reply; 8+ messages in thread
From: malte @ 1992-02-07 13:39 UTC (permalink / raw)
  To: rc

I just ftp'ed rc-1.3beta. It seems to be quite good work and it does
deal correctly with trip.rc.

Configurations for which this is tested:
sparc 1,1+,2,ELC	SunOS 4.1.1	gcc 1.40
sun 3/80		SunOS 4.1.1	gcc 1.40
DecStation 5000		Ultrix 4.1	gcc 1.40
IBM RS6000		AIX 3.1.5	native cc

Congratulations!

Something I just want to mention:
In the Makefile it reads 
	"Use bison if you will, but yacc generates a smaller y.tab.c, ..."
which is not true, at least for bison 1.16, the current version.
Also in Makefile, target clean does not remove sigmsgs.c.
Trip.rc does rely on the existance of /etc/termcap which not true
on AIX machines.



_______________________________________________________________________________
malte@techfak.uni-bielefeld.de

send mail reply to:	Universitaet Bielefeld, Technische Fakultaet
		z. Hd. Malte Uhl
		Postfach 8640
		4800 Bielefeld 1



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

end of thread, other threads:[~1992-02-08 16:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1992-02-08 15:58 first impressions rc 1.3beta malte
  -- strict thread matches above, loose matches on Subject: below --
1992-02-08 16:38 Byron Rakitzis
1992-02-08 15:44 malte
1992-02-07 14:57 Byron Rakitzis
1992-02-07 20:23 ` Brendan Kehoe
1992-02-07 13:39 malte
1992-02-07 13:53 ` Robert van Liere
1992-02-07 20:21   ` schwartz

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).