Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 1 Apr 1992 15:35:11 -0500 (EST) Received: from po5.andrew.cmu.edu via qmail ID ; Wed, 1 Apr 1992 15:31:47 -0500 (EST) Received: from Athena.MIT.EDU by po5.andrew.cmu.edu (5.54/3.15) id ; Wed, 1 Apr 92 15:18:22 EST Received: from LAKOTA.MIT.EDU by Athena.MIT.EDU with SMTP id AA22326; Wed, 1 Apr 92 15:17:54 EST Received: by lakota.MIT.EDU (5.61/4.7) id AA02567; Wed, 1 Apr 92 15:17:48 -0500 Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.lakota.vax.bsd43 via MS.5.6.lakota.vax_43; Wed, 1 Apr 1992 15:17:45 -0500 (EST) Message-Id: Date: Wed, 1 Apr 1992 15:17:45 -0500 (EST) From: Bill Cattey To: gk5g+@andrew.cmu.edu, info-andrew+@andrew.cmu.edu Subject: Diffs for LineThruFormatNotes preference. The following context diffs will modify textv.ch, textv.c, and drawtxtv.c to add a new preference: LineThruFormatNotes. Default false. If true, format notes, when drawn on the screen, come up with a line through them. It is my fervent hope that this code can be incorporated in a subsequent release of Andrew as standard. Share and enjoy, -wdc *** textv.ch~ Mon Mar 30 15:45:14 1992 --- textv.ch Mon Mar 30 16:12:46 1992 *************** *** 219,224 **** --- 219,228 ---- int pixelsShownOffTop; int pixelsReadyToBeOffTop; int pixelsComingOffTop; + + /* This parameter determines if we draw a line through format + * notes when we display them on the screen. */ + int LineThruFormatNotes; }; #define EMACS 0 *** textv.c~ Mon Mar 30 15:46:18 1992 --- textv.c Mon Mar 30 16:13:38 1992 *************** *** 143,148 **** --- 143,150 ---- self->ScreenScaleMul = environ_GetProfileInt("TabScalingMultiplier", 14); self->ScreenScaleDiv = environ_GetProfileInt("TabScalingDivisor", 12); + self->LineThruFormatNotes = + environ_GetProfileSwitch("LineThruFormatNotes", FALSE); if ((font = environ_GetProfile("bodyfont")) == NULL || ! fontdesc_ExplodeFontName(font, bodyFont, sizeof(bodyFont), &fontStyle, &fontSize)) { strcpy(bodyFont, "Andy"); *** drawtxtv.c~ Mon Mar 30 15:38:31 1992 --- drawtxtv.c Mon Mar 30 16:14:24 1992 *************** *** 1391,1403 **** textview_DrawString(self, sPtr, graphic_ATBASELINE); if (tt->ti_styleFlags & ! (style_Underline | style_ChangeBar | ! style_PassThru | ! style_OverBar)) { DrawBar(self, tt, bx, by, StringWidth(tt->ti_fontWidths, sPtr) + tt->ti_rSpaces * currentBump); ! } } } } else if (type == textview_GetPosition) { --- 1391,1406 ---- textview_DrawString(self, sPtr, graphic_ATBASELINE); if (tt->ti_styleFlags & ! (style_Underline | style_ChangeBar | style_OverBar)) { DrawBar(self, tt, bx, by, StringWidth(tt->ti_fontWidths, sPtr) + + tt->ti_rSpaces * currentBump); + } + if ((tt->ti_styleFlags & style_PassThru) && self->LineThruFormatNotes) { + DrawBar(self, tt, bx, by, + StringWidth(tt->ti_fontWidths, sPtr) + tt->ti_rSpaces * currentBump); ! } } } } else if (type == textview_GetPosition) { *************** *** 1464,1474 **** /* line item (this is done before we mess with the */ /* buffer, bx, spaceBump, etc. */ if (tt->ti_styleFlags & ! (style_Underline | style_ChangeBar | style_PassThru | style_OverBar)) DrawBar(self, tt, bx, by, StringWidth(tt->ti_fontWidths, sPtr) + tt->ti_rSpaces * (currentBump + 1) - foundSpaces); info->lineBuffer[zapPos] = ' textview_MoveTo(self, bx, by); --- 1467,1484 ---- /* line item (this is done before we mess with the */ /* buffer, bx, spaceBump, etc. */ if (tt->ti_styleFlags & ! (style_Underline | style_ChangeBar | style_OverBar)) { DrawBar(self, tt, bx, by, StringWidth(tt->ti_fontWidths, sPtr) + tt->ti_rSpaces * (currentBump + 1) - + foundSpaces); + + if ((tt->ti_styleFlags & style_PassThru) && self->LineThruFormatNotes) { + DrawBar(self, tt, bx, by, + StringWidth(tt->ti_fontWidths, sPtr) + + tt->ti_rSpaces * (currentBump + 1) - foundSpaces); + } info->lineBuffer[zapPos] = ' textview_MoveTo(self, bx, by); Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 2 Apr 1992 03:48:36 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 03:47:02 -0500 (EST) Received: from chx400.switch.ch by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew+; Thu, 2 Apr 92 03:46:52 EST X400-Received: by mta chx400.switch.ch in /PRMD=switch/ADMD=arcom/C=CH/; Relayed; Thu, 2 Apr 1992 10:46:40 +0200 X400-Received: by /PRMD=switch/ADMD=arcom/C=ch/; Relayed; Thu, 2 Apr 1992 10:43:52 +0200 Date: Thu, 2 Apr 1992 10:43:52 +0200 X400-Originator: eric14@komsys.tik.ethz.ch X400-Recipients: info-andrew+@andrew.cmu.edu X400-Mts-Identifier: [/PRMD=switch/ADMD=arcom/C=ch/;920402104352] X400-Content-Type: P2-1984 (2) Content-Identifier: 67 From: Eric Baltischwiler Message-Id: <67*/S=eric14/OU=komsys/OU=tik/O=ethz/PRMD=SWITCH/ADMD=ARCOM/C=CH/@MHS> To: info-andrew+ Subject: Questions & class -p bug? Hi my group is starting to use the ATK (no mail, no file sys) from the rev5 X release and we have a few questions: 1) Is there a referance manual for the ATK? Other documentation? We are using the class .doc files and help stuff plus Borenstein's book and lots of source code reading. The epilogue of the book points us to the "voluminous reference manual"? 2) I am interested in using the -p option to class, but it seems to be buggy. A prototype in a .ch file with no place holder generates bad C. This can be worked around by always including place holders, but... An example: /* from .../atk/examples/atkbook/hwanim/hanimapp.ch */ InitializeObject(struct hanimapp *) returns boolean; | | /* After class -p the .eh reads */ /*BAD*/ V boolean hanimapp__InitializeObject(struct classheader *, struct * ); /* A fixed version */ V InitializeObject(struct hanimapp *a) returns boolean; Does anyone out there build the system using prototypes? I started to, but after the make died several times in example dirs I stopped. Each file that stopped the make could be fixed, but the ATK has a lot of files. Has anyone had success with this? 3) Are we up to date? Are there important patches or new versions out there? More classes or insets? Thanks Return-path: X-Andrew-Authenticated-as: 5904;andrew.cmu.edu;Robert Andrew Ryan Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 2 Apr 1992 16:00:01 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 15:57:19 -0500 (EST) If-Type-Unsupported: send Received: from po5.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 15:54:26 -0500 (EST) Received: from freeport.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 15:52:46 -0500 (EST) Received: from freeport.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 15:52:24 -0500 (EST) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.freeport.andrew.cmu.edu.rt.aos 4 via MS.5.6.freeport.andrew.cmu.edu.rt_aos4; Thu, 2 Apr 1992 15:52:23 -0500 (EST) Message-ID: Date: Thu, 2 Apr 1992 15:52:23 -0500 (EST) From: Robert Andrew Ryan X-Andrew-Message-Size: 371+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: Re: video/audio In-Reply-To: <9204021841.AA00644@happy.rc.arizona.edu> References: <9204021841.AA00644@happy.rc.arizona.edu> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po3.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 2 Apr 1992 13:44:04 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 13:41:39 -0500 (EST) Received: from happy.rc.arizona.edu by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Thu, 2 Apr 92 13:41:27 EST Received: by happy.rc.arizona.edu (NeXT-1.0 (From Sendmail 5.52)/NeXT-1.0) id AA00644; Thu, 2 Apr 92 11:41:21 MST Date: Thu, 2 Apr 92 11:41:21 MST From: ferng@happy.rc.arizona.edu (Jimmy M. Ferng) Message-Id: <9204021841.AA00644@happy.rc.arizona.edu> Received: by NeXT Mailer (1.63.RR) To: info-andrew@andrew.cmu.edu Subject: video/audio I read a book about Andrew Toolkit. It's been a while since the publication of that book. I could not find the support of video and audio process in the book. Since it's been a while since the publication of the book, could you please tell me if there is any such support yet? Thanks a lot. --- Jimmy M. Ferng | University of Arizona Internet: ferng@arizona.edu | Computer Center Bitnet: ferng@arizvms | User Support / Research Support Phone: 602.621.6263 | Tucson, AZ 85721 Return-path: X-Andrew-Authenticated-as: 5904;andrew.cmu.edu;Robert Andrew Ryan Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 2 Apr 1992 12:04:34 -0500 (EST) Received: from andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 12:03:19 -0500 (EST) Received: from freeport.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 12:01:17 -0500 (EST) Received: from freeport.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 11:59:59 -0500 (EST) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.freeport.andrew.cmu.edu.rt.aos 4 via MS.5.6.freeport.andrew.cmu.edu.rt_aos4; Thu, 2 Apr 1992 11:59:58 -0500 (EST) Message-ID: Date: Thu, 2 Apr 1992 11:59:58 -0500 (EST) From: Robert Andrew Ryan X-Andrew-Message-Size: 2013+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew Subject: Re: Questions & class -p bug? In-Reply-To: <67*/S=eric14/OU=komsys/OU=tik/O=ethz/PRMD=SWITCH/ADMD=ARCOM/C=CH/@MHS> References: <67*/S=eric14/OU=komsys/OU=tik/O=ethz/PRMD=SWITCH/ADMD=ARCOM/C=CH/@MHS> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 2 Apr 1992 15:18:13 -0500 (EST) Received: from po5.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 15:15:39 -0500 (EST) Received: from Athena.MIT.EDU by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Thu, 2 Apr 92 15:15:27 EST Received: from LAKOTA.MIT.EDU by Athena.MIT.EDU with SMTP id AA00578; Thu, 2 Apr 92 15:14:53 EST Received: by lakota.MIT.EDU (5.61/4.7) id AA26540; Thu, 2 Apr 92 15:14:47 -0500 Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.lakota.vax.bsd43 via MS.5.6.lakota.vax_43; Thu, 2 Apr 1992 15:14:45 -0500 (EST) Message-Id: Date: Thu, 2 Apr 1992 15:14:45 -0500 (EST) From: Bill Cattey To: info-andrew@andrew.cmu.edu, netcomsv!mork!steve@decwrl.dec.com (Stephen Williams) Subject: Re: Making format notes more obvious. In-Reply-To: References: , There is a risk that if you fool with the attributes of the FormatNote and add other things besides style_PassThru, that some present or future version of txttroff.c will attempt to format it in SPITE of the fact that it shouldn't. Inasmuch as the relevant routine in txttroff.c is a single procedure in excess of 500 lines long with static variables which calls itself recursively, I don't like to do ANYTHING that adds to the number of things future maintainers of it will have to remember. -wdc Return-path: X-Andrew-Authenticated-as: 5904;andrew.cmu.edu;Robert Andrew Ryan Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 2 Apr 1992 15:50:04 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 15:49:03 -0500 (EST) Received: from freeport.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 15:47:28 -0500 (EST) Received: from freeport.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 15:47:20 -0500 (EST) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.freeport.andrew.cmu.edu.rt.aos 4 via MS.5.6.freeport.andrew.cmu.edu.rt_aos4; Thu, 2 Apr 1992 15:47:18 -0500 (EST) Message-ID: Date: Thu, 2 Apr 1992 15:47:18 -0500 (EST) From: Robert Andrew Ryan X-Andrew-Message-Size: 363+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew Subject: Re: Diffs for LineThruFormatNotes preference. In-Reply-To: References: Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po3.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 2 Apr 1992 20:11:44 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 20:11:03 -0500 (EST) Received: from sun2.nsfnet-relay.ac.uk by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Thu, 2 Apr 92 20:10:38 EST Received: from cs.city.ac.uk by sun2.nsfnet-relay.ac.uk via JANET with NIFTP id <19805-0@sun2.nsfnet-relay.ac.uk>; Thu, 2 Apr 1992 18:37:35 +0100 Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.barney.cs.city.ac.uk.sun4.40 via MS.5.6.barney.cs.city.ac.uk.sun4_40; Thu, 2 Apr 1992 18:19:09 +0100 (BST) Message-Id: Date: Thu, 2 Apr 1992 18:19:09 +0100 (BST) From: Nick Williams X-Andrew-Message-Size: 584+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: info-andrew@andrew.cmu.edu Subject: Cannot print table of contents with groff Return-path: X-Andrew-Authenticated-as: 5904;andrew.cmu.edu;Robert Andrew Ryan Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Thu, 2 Apr 1992 21:20:09 -0500 (EST) Received: from po2.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 21:19:47 -0500 (EST) If-Type-Unsupported: send Received: from po2.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 21:16:53 -0500 (EST) Received: from freeport.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 21:14:33 -0500 (EST) Received: from freeport.andrew.cmu.edu via qmail ID ; Thu, 2 Apr 1992 21:13:24 -0500 (EST) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.freeport.andrew.cmu.edu.rt.aos 4 via MS.5.6.freeport.andrew.cmu.edu.rt_aos4; Thu, 2 Apr 1992 21:13:23 -0500 (EST) Message-ID: Date: Thu, 2 Apr 1992 21:13:23 -0500 (EST) From: Robert Andrew Ryan MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII To: Chandra Venkatraman Subject: Re: Question on console and chart CC: Info-Andrew In-Reply-To: References: Excerpts from internet.other.info-andrew: 27-Mar-92 Question on console and chart Chandra Venkatraman@iag. (1253) > Questions: > 1. In HP-UX, how can I use the External Function available in console? > Some examples will be useful. An example: Note: this hasn't been tested on HP-UX, but works on a RS/6000 and IBM RT. #!/bin/csh -f set histchars = '' set hosts = (atk.itc.cmu.edu akron.andrew.cmu.edu bangor.andrew.cmu.edu fallscree k.andrew.cmu.edu) while (1) set i = 1 foreach host ($hosts) ping -s $host 64 1 >& /dev/null if ($status != 0) then echo "!@#EXTERNAL: m$i 1 $host is DEAD" > /dev/console else echo "!@#EXTERNAL: m$i 0 $host is fine" > /dev/console endif @ i ++ end sleep 120 end Fragment from the console which used ping.csh: @instrument{ Function External2, ExternalName m2, Boxed, DisplayType Indicator, Text "Akron", LeftClickTo ErrorLog, LeftClickString "*", HighlightInvertMin 1, xmin 11, xmax 20, ymin 80, ymax 99, TextFont Andy6 Excerpts from internet.other.info-andrew: 27-Mar-92 Question on console and chart Chandra Venkatraman@iag. (1253) > 2. Can I use chart in the following manner? Set a refresh rate (say 5, > meaning 5 times a minute); and refresh the file being chart-ed. The > real-time process can modify the file as and when the data changes. If > this is possible, any suggestions/hints (via ness or otherwise) will be > usefil. Using chart and some auxilary C code and/or classes, you have a couple of options. 1. boolean im_AddFileHandler(FILE *fp, procedure proc, char *procdata, long priority) This would allow you to have the chart update based on data coming in from a pipe, or over a network connection. Priority should be a small integer the exact value isn't very important, it simply determines which file handler will be ignored if there are too many. The procedure proc will be called as: foo(fp, procdata) If the AddFileHandler call fails because too many file handlers are in use it will return FALSE, otherwise it returns TRUE. 2. struct event *im_EnqueueEvent(procedure proc, char *procdata, long timeIncrement) Returns an object of type event, if you hold on to this pointer you can cancel the event before it happens by calling event_Cancel on it. The procedure proc will be called as: foo(procdata, currentTime); timeIncrement and currentTime are in magical numbers, the event class provides macros to convert between real time and magic time. They are: event_TUtoSEC(x) event_TUtoUSEC(x) event_TUtoMSEC(x) event_SECtoTU(x) event_USECtoTU(x) event_MSECtoTU(x) event_ENDOFTIME So to queue something for 5 seconds in the future it would be: struct event *fivefromnow=im_EnqueueEvent(foo, 42, event_SECtoTU(5)); There are probably still more ways, perhaps using timers and handling SIGALRM... Hope this helps, -Rob Ryan Andrew Toolkit Consortium Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Sat, 4 Apr 1992 07:36:06 -0500 (EST) Received: from po3.andrew.cmu.edu via qmail ID ; Sat, 4 Apr 1992 07:31:22 -0500 (EST) Received: from chx400.switch.ch by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Sat, 4 Apr 92 07:31:17 EST X400-Received: by mta chx400.switch.ch in /PRMD=switch/ADMD=arcom/C=CH/; Relayed; Sat, 4 Apr 1992 14:31:10 +0200 X400-Received: by /PRMD=switch/ADMD=arcom/C=ch/; Relayed; Sat, 4 Apr 1992 14:28:17 +0200 Date: Sat, 4 Apr 1992 14:28:17 +0200 X400-Originator: eric14@komsys.tik.ethz.ch X400-Recipients: info-andrew@andrew.cmu.edu X400-Mts-Identifier: [/PRMD=switch/ADMD=arcom/C=ch/;920404142817] X400-Content-Type: P2-1984 (2) Content-Identifier: 73 From: Eric Baltischwiler Message-Id: <73*/S=eric14/OU=komsys/OU=tik/O=ethz/PRMD=SWITCH/ADMD=ARCOM/C=CH/@MHS> To: info-andrew Subject: complex forms? I'm trying to build an application which has dialog boxes with more then one "question" in them. For example: on startup we would like to present a login box. This would have 2 string entries and at least a cancel/quit button. Latter boxes would have more "widgets". ADEW looks like the right thing. I've built the login box and createcon'ed it as an inset. This works fine when I paste it into an ez doc, but when I replace the text inset in the hw example with my new inset, the inset losses all of its labels! What an I doing wrong? Assuming I can get this to work (Is this the right aproach?) is there a simple way to get message_AskForString() like behavior from such an inset? If not I'll just replace the im's view with the inset. Is there an example of this somewhere? Thanks in advance, Eric Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 6 Apr 1992 05:17:35 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Mon, 6 Apr 1992 05:16:34 -0400 (EDT) Received: from wn1.sci.kun.nl by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Mon, 6 Apr 92 05:16:20 EDT Received: by wn1.sci.kun.nl (5.57/2.1) on NUNET id AA29967; Mon, 6 Apr 92 11:16:38 +0200 Received: by cs.kun.nl (4.1/SMI-3.2) id AA24548; Mon, 6 Apr 92 11:16:31 +0200 Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.phoibos.cs.kun.nl.sun3.41 via MS.5.6.phoibos.cs.kun.nl.sun3_41; Mon, 6 Apr 1992 11:16:30 +0200 (MET DST) Message-Id: <4ds1Piq3fW015PQUcf@cs.kun.nl> Date: Mon, 6 Apr 1992 11:16:30 +0200 (MET DST) From: Harco de Hilster X-Andrew-Message-Size: 1639+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: info-andrew@andrew.cmu.edu Subject: non-unix clients Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 6 Apr 1992 06:01:55 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Mon, 6 Apr 1992 06:01:09 -0400 (EDT) Received: from carla.dist.unige.it by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Mon, 6 Apr 92 06:00:43 EDT Received: from jrc.UUCP by carla.dist.unige.it with UUCP (5.61++/IDA-1.2.8) id AA29150; Mon, 6 Apr 92 12:03:05 +0200 Received: from iss.isei.jrc.it by jrc.it; Mon, 6 Apr 92 11:25:59 +0100 Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.iss.iss.isei.jrc.it.sun3.41 via MS.5.6.iss.iss.isei.jrc.it.sun3_41; Mon, 6 Apr 1992 11:30:05 +0100 (BST) Message-Id: <4ds2UhI00000M2NGl8@iss.isei.jrc.it> Date: Mon, 6 Apr 1992 11:30:05 +0100 (BST) From: Jose Perdigao To: info-andrew@andrew.cmu.edu Subject: Problem : AndrewR5 on X terminal Hi, Displaying Andrew programs on an mono NCD X terminal give us strange scroolbars and dialog windows ( a kind of white bars appear on the middle). We got the same strange effect when we used a mono X Sun server which loads the andrew fonts from a XR5 font server. It seems that the X servers are not able any more to correctly display the patterns used to paint the shadows. Oddly , when we tried to use black and white colors to display the shadows ( by the resource mechanism ) the programs just seems to ignore the preferences. Any hint will be appreciated. Thanks in advance . Jose Perdigao Commission of the European Communities Joint Research Centre (JRC) Informatic Systems Engeneering Institute (ISEI) 21020 ISPRA(VA) ITALY Tel: xx-39-332-789181 Fax: xx-39-332-789001 Telex: xx-39-332-380042 EUR I E-mail: j_perdigao@jrc.it Return-path: X-Andrew-Authenticated-as: 602;andrew.cmu.edu;Adam Stoller Received: from commander.itc.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 6 Apr 1992 07:46:03 -0400 (EDT) If-Type-Unsupported: send Received: from commander.itc.cmu.edu via qmail ID ; Mon, 6 Apr 1992 07:44:00 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.commander.itc.cmu.edu.rs.aix31 via MS.5.6.commander.itc.cmu.edu.rs_aix31; Mon, 6 Apr 1992 07:43:59 -0400 (EDT) Message-ID: Date: Mon, 6 Apr 1992 07:43:59 -0400 (EDT) From: Adam Stoller X-Andrew-Message-Size: 351+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: Re: non-unix clients In-Reply-To: <4ds1Piq3fW015PQUcf@cs.kun.nl> References: <4ds1Piq3fW015PQUcf@cs.kun.nl> Return-path: X-Andrew-Authenticated-as: 6002;andrew.cmu.edu;Daniel Edward Lovinger Received: from freehold.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 6 Apr 1992 10:37:30 -0400 (EDT) Received: from freehold.andrew.cmu.edu via qmail ID ; Mon, 6 Apr 1992 10:36:31 -0400 (EDT) Received: from BatMail.robin.v2.13.CUILIB.3.45.SNAP.NOT.LINKED.freehold.andrew.cmu.edu.s un4c.411 via MS.5.6.freehold.andrew.cmu.edu.sun4c_411; Mon, 6 Apr 1992 10:36:28 -0400 (EDT) Message-ID: Date: Mon, 6 Apr 1992 10:36:28 -0400 (EDT) From: Daniel Edward Lovinger To: Info-Andrew Subject: Re: non-unix clients In-Reply-To: References: <4ds1Piq3fW015PQUcf@cs.kun.nl> Adam Stoller writes: > You might want to send mail to - they > are a separate and distinct organization from the ATK Consortium - but > responsible for the current PC and Mac AMS application being used at > Carnegie-Mellon University - something called "EZMail" (please note - > this has nothing to do with the ATK "EZ" multi-media editor) A few notes ... EZMail is on UNIX boxes or PCs, while MacMail is the Mac side. There is no EZMail on the Macs. MacMail is also being rewritten at the moment ... completetion date uncertain at this point, but most likely sometime this summer. Both interfaces use/will use a common server which runs on the UNIX side. dan Return-path: X-Andrew-Authenticated-as: 91;andrew.cmu.edu;Tom Neuendorffer Received: from highland.itc.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 6 Apr 1992 14:09:38 -0400 (EDT) Received: from highland.itc.cmu.edu via qmail ID ; Mon, 6 Apr 1992 14:07:16 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.highland.itc.cmu.edu.rs.aix31 via MS.5.6.highland.itc.cmu.edu.rs_aix31; Mon, 6 Apr 1992 14:07:14 -0400 (EDT) Message-ID: Date: Mon, 6 Apr 1992 14:07:14 -0400 (EDT) From: Tom Neuendorffer X-Andrew-Message-Size: 2173+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew Subject: Re: complex forms? CC: Eric Baltischwiler In-Reply-To: <73*/S=eric14/OU=komsys/OU=tik/O=ethz/PRMD=SWITCH/ADMD=ARCOM/C=CH/@MHS> References: <73*/S=eric14/OU=komsys/OU=tik/O=ethz/PRMD=SWITCH/ADMD=ARCOM/C=CH/@MHS> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Mon, 6 Apr 1992 14:47:05 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Mon, 6 Apr 1992 14:44:44 -0400 (EDT) Received: from elysees.dartmouth.edu by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Mon, 6 Apr 92 14:44:25 EDT Received: by elysees.dartmouth.edu (5.65D1/4.2) id AA16631; Mon, 6 Apr 92 14:44:18 -0400 Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.elysees.noname.sun4.40 via MS.5.6.elysees.noname.sun4_40; Mon, 6 Apr 1992 14:44:16 -0400 (EDT) Message-Id: Date: Mon, 6 Apr 1992 14:44:16 -0400 (EDT) From: "Anthony V. Edwards" To: info-andrew@andrew.cmu.edu Subject: ezprint memory fault on page feed For some reason, a lot of our users are now having this problem: we have a help document in straight ascii text (so users can lpr it or ezprint it) and it has page feeds (^L) in it. Ezprint used to handle this just fine, but now it just memory faults. Here's an example: ------------------ BOF: /tmp/x.junk This is a line on the first page. This is a line on the second page. ------------------ EOF And here's what happens: % ezprint /tmp/x.junk Starting ezprint (Version 7.0, ATK 17.0); please wait... Memory fault % By using the -troff option to ezprint, I've narrowed it down - the last line output in troff is the 'first page.' It never gets to the page feed character. We are still running ATK4 PL10 here, so please excuse this note if this bug has been fixed in ATK5. Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po2.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 7 Apr 1992 09:38:55 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 09:35:59 -0400 (EDT) Received: from elysees.dartmouth.edu by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Tue, 7 Apr 92 09:35:43 EDT Received: by elysees.dartmouth.edu (5.65D1/4.2) id AA18368; Tue, 7 Apr 92 09:35:39 -0400 Received: from Messages.7.14.N.CUILIB.3.45.SNAP.NOT.LINKED.elysees.noname.sun4.40 via MS.5.6.elysees.noname.sun4_40; Tue, 7 Apr 1992 09:35:36 -0400 (EDT) Resent-Message-Id: Resent-Date: Tue, 7 Apr 1992 09:35:36 -0400 (EDT) Resent-From: "Anthony V. Edwards" Resent-To: info-andrew@andrew.cmu.edu Return-Path: Message-Id: <9204071255.AA09859@northstar.dartmouth.edu> To: source@northstar.Dartmouth.EDU Cc: admin@northstar.Dartmouth.EDU Subject: Could you all field this one please? Date: Tue, 07 Apr 92 08:55:32 EDT From: Tim Irvin ------- Forwarded Message Return-Path: jay Received: by northstar.dartmouth.edu (5.51/3.3LEAF) id AA07891; Mon, 6 Apr 92 19:21:04 EDT Date: Mon, 6 Apr 92 19:21:04 EDT From: jay (Jay B. Perry) Message-Id: <9204062321.AA07891@northstar.dartmouth.edu> To: admin@northstar Reply-To: jay@northstar.Dartmouth.EDU Hi! I would like to make my own version of the ctext template that is used in conjunction with ez. I have copied the file ctext.tpl to a subdirectory in my account, but can not find out what the various commands are that correspond to the various attributes that can be set using lookZ from within ez. Can you tell me where I can find this information out? Also, I would like to create a similar template for Fortran, but after looking at the template file using vi, can not discern how comments, functions and global text are recognized. Is this a part of ez, or is it something that can be done using the template format? Thanks in advance! Jay Perry ------- End of Forwarded Message Return-path: X-Andrew-Authenticated-as: 91;andrew.cmu.edu;Tom Neuendorffer Received: from highland.itc.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 7 Apr 1992 09:51:47 -0400 (EDT) Received: from highland.itc.cmu.edu via qmail ID ; Tue, 7 Apr 1992 09:50:52 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.highland.itc.cmu.edu.rs.aix31 via MS.5.6.highland.itc.cmu.edu.rs_aix31; Tue, 7 Apr 1992 09:50:51 -0400 (EDT) Message-ID: <0dsOWva00hYS0XM34v@andrew.cmu.edu> Date: Tue, 7 Apr 1992 09:50:51 -0400 (EDT) From: Tom Neuendorffer X-Andrew-Message-Size: 1566+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Eric Baltischwiler Subject: Re: complex forms? CC: Info-Andrew In-Reply-To: <78*/S=eric14/OU=komsys/OU=tik/O=ethz/PRMD=SWITCH/ADMD=ARCOM/C=CH/@MHS> References: <78*/S=eric14/OU=komsys/OU=tik/O=ethz/PRMD=SWITCH/ADMD=ARCOM/C=CH/@MHS> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 7 Apr 1992 11:07:21 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 11:05:34 -0400 (EDT) Received: from ucbvax.Berkeley.EDU by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Tue, 7 Apr 92 11:05:16 EDT Received: by ucbvax.Berkeley.EDU (5.63/1.43) id AA28546; Tue, 7 Apr 92 07:54:46 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-andrew@andrew.cmu.edu (info-andrew@andrew.cmu.edu) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 23 Mar 92 16:55:08 GMT From: dog.ee.lbl.gov!network.ucsd.edu!usc!cs.utexas.edu!utgpu!cunews!csi.uottaw a.ca!news@ucbvax.Berkeley.EDU (Michael Kedem) Organization: MCRLab - University of Ottawa Subject: Re: ATK on SVR4/i386 Message-Id: <1992Mar23.165508.6643@csi.uottawa.ca> References: <1992Mar20.225354.4189@raid.dell.com> Sender: info-andrew-request@andrew.cmu.edu To: info-andrew@andrew.cmu.edu In article <1992Mar20.225354.4189@raid.dell.com>, jrh@mustang.dell.com (Randy Howard) writes: ! ! Is anyone aware of an effort to port ATK to SVR4/386 or something similar? ! Should the SCO port work as is? I'm looking into doing this, but am trying ! to avoid duplicate effort. ! ! -- ! Randy Howard @'s: jrh@dell.com ! Dell Computer Corp. !'s: ...!uunet!dellunix!jrh Yes, ATK runs on SCO SV 3.2.2. There are some minor problems compiling it - email me for the patch file. It seems like the original SCO install program does not work with the original Imakefiles, so you need a BSD-compatible install. The install.c supplied with andrew does not compile on SCO, so I ported it, though there probably is a pd install which is BSD-compatible and compiles on SCO. Michael Kedem michael@shamin.genie.uottawa.ca problems:kedem@aix1.uottawa.ca Return-path: X-Andrew-Authenticated-as: 5904;andrew.cmu.edu;Robert Andrew Ryan Received: from po3.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 7 Apr 1992 11:38:20 -0400 (EDT) Received: from po2.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 11:36:48 -0400 (EDT) Received: from freeport.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 11:35:45 -0400 (EDT) Received: from freeport.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 11:35:37 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.freeport.andrew.cmu.edu.rt.aos 4 via MS.5.6.freeport.andrew.cmu.edu.rt_aos4; Tue, 7 Apr 1992 11:35:36 -0400 (EDT) Message-ID: Date: Tue, 7 Apr 1992 11:35:36 -0400 (EDT) From: Robert Andrew Ryan X-Andrew-Message-Size: 916+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew Subject: Re: Could you all field this one please? CC: admin@northstar.Dartmouth.EDU In-Reply-To: <9204071255.AA09859@northstar.dartmouth.edu> References: <9204071255.AA09859@northstar.dartmouth.edu> Return-path: X-Andrew-Authenticated-as: 1210;alw.nih.gov;Bob Dew Received: from kirin.dcrt.nih.gov via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl@andre w.cmu.edu) ID ; Tue, 7 Apr 1992 12:13:19 -0400 (EDT) Received: from kirin.dcrt.nih.gov via qmail ID ; Tue, 7 Apr 1992 12:10:46 -0400 (EDT) If-Type-Unsupported: send Received: from kirin.dcrt.nih.gov via qmail ID ; Tue, 7 Apr 1992 12:08:25 -0400 (EDT) Received: from dude.dcrt.nih.gov via qmail ID ; Tue, 7 Apr 1992 12:06:01 -0400 (EDT) Received: from dude.dcrt.nih.gov via qmail ID ; Tue, 7 Apr 1992 12:05:54 -0400 (EDT) Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.dude.dcrt.nih.gov.sun4.41 via MS.5.6.dude.dcrt.nih.gov.sun4_41; Tue, 7 Apr 1992 12:05:54 -0400 (EDT) Message-ID: Date: Tue, 7 Apr 1992 12:05:54 -0400 (EDT) From: Bob_Dew@alw.nih.gov X-Andrew-Message-Size: 493+0 Content-Type: X-BE2; 12 To: Info-Andrew Subject: xgraphic patches fail with Graphon X Terminals Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 7 Apr 1992 12:44:46 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 12:44:11 -0400 (EDT) If-Type-Unsupported: send Received: from po3.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 12:43:08 -0400 (EDT) Received: from thumper.bellcore.com by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Tue, 7 Apr 92 12:42:46 EDT Received: from greenbush.bellcore.com by thumper.bellcore.com (4.1/4.7) id for info-andrew@andrew.cmu.edu; Tue, 7 Apr 92 12:42:43 EDT Received: by greenbush.bellcore.com (4.1/4.7) id for info-andrew@andrew.cmu.edu; Tue, 7 Apr 92 12:42:43 EDT Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.greenbush.galaxy.sun4.41 via MS.5.6.greenbush.galaxy.sun4_41; Tue, 7 Apr 1992 12:42:41 -0400 (EDT) Message-Id: Date: Tue, 7 Apr 1992 12:42:41 -0400 (EDT) From: Nathaniel Borenstein Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: Info-Andrew Subject: Re: xgraphic patches fail with Graphon X Terminals Cc: Steve Rohall In-Reply-To: References: We run routinely on Graphons without any problem. I think most of us turn off the 3-D look & feel, however, which may make a difference. We've also gone through several versions of the famous xgraphic patch, and I'm therefore not sure whether or not we're running the same version of it. The new Andrew release in April will, as I understand it, have the xgraphic patch built-in. If so, then at least we can start over with a stable comparison state in figuring out what does & doesn't work on the graphon... -- Nathaniel Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 7 Apr 1992 15:09:35 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 15:06:01 -0400 (EDT) Received: from alpha.xerox.com by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Tue, 7 Apr 92 15:05:53 EDT Received: from holmes.parc.xerox.com ([13.1.100.162]) by alpha.xerox.com with SMTP id <11725>; Tue, 7 Apr 1992 12:05:29 PDT Received: by holmes.parc.xerox.com id <25544>; Tue, 7 Apr 1992 12:05:21 -0700 Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.holmes.parc.xerox.com.sun4.41 via MS.5.6.holmes.parc.xerox.com.sun4_41; Tue, 7 Apr 1992 12:05:12 -0700 (PDT) Message-Id: Date: Tue, 7 Apr 1992 12:05:12 PDT Sender: Bill Janssen From: Bill Janssen To: Info-Andrew , Bob_Dew@alw.nih.gov Subject: Re: xgraphic patches fail with Graphon X Terminals In-Reply-To: References: I'd love to try it, but all our X terminals are NCD... Are all the fonts properly installed for the Graphon? I can't see how the xgraphic.c patch would affect text-drawing behavior, but it might have something to do with the foreground and background color settings, perhaps... Bill Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Tue, 7 Apr 1992 19:42:08 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Tue, 7 Apr 1992 19:39:26 -0400 (EDT) Received: from ucbvax.Berkeley.EDU by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Tue, 7 Apr 92 19:39:13 EDT Received: by ucbvax.Berkeley.EDU (5.63/1.43) id AA17767; Tue, 7 Apr 92 16:36:55 -0700 Received: from USENET by ucbvax.Berkeley.EDU with netnews for info-andrew@andrew.cmu.edu (info-andrew@andrew.cmu.edu) (contact usenet@ucbvax.Berkeley.EDU if you have questions) Date: 7 Apr 92 05:29:56 GMT From: elroy.jpl.nasa.gov!usc!cs.utexas.edu!mercury.unt.edu!mips.mitek.com!conve x!datri@ames.arc.nasa.gov (Anthony A. Datri) Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA Subject: Re: non-unix clients Message-Id: <1992Apr7.052956.9487@news.eng.convex.com> References: <4ds1Piq3fW015PQUcf@cs.kun.nl> Sender: info-andrew-request@andrew.cmu.edu To: info-andrew@andrew.cmu.edu As I remember it, vui is the *direct* descent of the first msdos AMS client, which was called PC-Messages. This explains why some of the options seem strange in unixland -- choosing to save to a "local" or "remote" file. I once heard a claim that support for AMS to read netnews article trees would show up, but haven't heard anything since. Volunteers? -- ======================================================8--< Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 8 Apr 1992 04:48:35 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Wed, 8 Apr 1992 04:45:33 -0400 (EDT) Received: from leon.nrcps.ariadne-t.gr ([143.233.2.1]) by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 8 Apr 92 04:44:32 EDT Received: by leon.nrcps.ariadne-t.gr id AA08393 (5.65c/ARIADNET.4.1 for info-andrew@andrew.cmu.edu); Wed, 8 Apr 1992 11:43:22 +0300 From: Dimitris Kalogeras - NRCPS Message-Id: <199204080843.AA08393@leon.nrcps.ariadne-t.gr> Organization: NETWORK ARIADNE , NCSR DEMOCRITOS Subject: Is this a Bug or what? To: info-andrew@andrew.cmu.edu Date: Wed, 8 Apr 92 11:43:19 EET DST X-Mailer: ELM [version 2.3 PL11] I am trying to compile and istall Andrew Distribuiton ver. 5.0.0 (1991) that was in the contrib section of X11R5. When I tried to build the Makefile with the xmkmf, I was reported an error on line 304 :Unexpected end of line. Unfortunatelly I can't see the problem . Thanks In Response Dimitris Kaloyeras Return-path: X-Andrew-Authenticated-as: 602;andrew.cmu.edu;Adam Stoller Received: from commander.itc.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 8 Apr 1992 07:46:30 -0400 (EDT) If-Type-Unsupported: send Received: from commander.itc.cmu.edu via qmail ID ; Wed, 8 Apr 1992 07:44:38 -0400 (EDT) Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.commander.itc.cmu.edu.rs.aix31 via MS.5.6.commander.itc.cmu.edu.rs_aix31; Wed, 8 Apr 1992 07:44:37 -0400 (EDT) Message-ID: Date: Wed, 8 Apr 1992 07:44:37 -0400 (EDT) From: Adam Stoller X-Andrew-Message-Size: 622+0 Content-Type: X-BE2; 12 To: Info-Andrew , Dimitris Kalogeras - NRCPS Subject: Re: Is this a Bug or what? In-Reply-To: <199204080843.AA08393@leon.nrcps.ariadne-t.gr> References: <199204080843.AA08393@leon.nrcps.ariadne-t.gr> Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 8 Apr 1992 08:09:36 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Wed, 8 Apr 1992 08:07:29 -0400 (EDT) Received: from wn1.sci.kun.nl by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 8 Apr 92 08:07:20 EDT Received: by wn1.sci.kun.nl (5.57/2.1) on NUNET id AA28536; Wed, 8 Apr 92 14:07:31 +0200 Received: by cs.kun.nl (4.1/SMI-3.2) id AA26410; Wed, 8 Apr 92 14:07:27 +0200 Received: from Messages.7.15.N.CUILIB.3.45.SNAP.NOT.LINKED.phoibos.cs.kun.nl.sun3.41 via MS.5.6.phoibos.cs.kun.nl.sun3_41; Wed, 8 Apr 1992 14:07:26 +0200 (MET DST) Message-Id: Date: Wed, 8 Apr 1992 14:07:26 +0200 (MET DST) From: Harco de Hilster To: Dimitris Kalogeras - NRCPS Subject: Re: Is this a Bug or what? Cc: info-andrew@andrew.cmu.edu In-Reply-To: <199204080843.AA08393@leon.nrcps.ariadne-t.gr> References: <199204080843.AA08393@leon.nrcps.ariadne-t.gr> Excerpts from andrew.mailing-list: 8-Apr-92 Is this a Bug or what? Dimitris K. - NRCPS@leon (321) > I am trying to compile and istall Andrew Distribuiton ver. 5.0.0 (1991) that > was in the contrib section of X11R5. When I tried to build the Makefile with > the xmkmf, I was reported an error on line 304 :Unexpected end of line. > Unfortunatelly I can't see the problem . That an easy one, Read the README file in the root directory of the source. It says: ..... To create the top-level Makefile .... use the following command imake -I. -I./config -Timake.tmpl -s Makefile -DTOPDIR=. If you didn't find that, then you probably forgot to set a lot of other things too. Hope this helps, Harco de Hilster Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 8 Apr 1992 13:17:59 -0400 (EDT) Received: from po5.andrew.cmu.edu via qmail ID ; Wed, 8 Apr 1992 13:16:06 -0400 (EDT) Received: from Athena.MIT.EDU by po5.andrew.cmu.edu (5.54/3.15) id for info-andrew; Wed, 8 Apr 92 13:15:44 EDT Received: from LAKOTA.MIT.EDU by Athena.MIT.EDU with SMTP id AA20804; Wed, 8 Apr 92 13:15:16 EDT Received: by lakota.MIT.EDU (5.61/4.7) id AA23685; Wed, 8 Apr 92 13:14:30 -0400 Received: from Messages.8.5.N.CUILIB.3.45.SNAP.NOT.LINKED.lakota.vax.bsd43 via MS.5.6.lakota.vax_43; Wed, 8 Apr 1992 13:14:26 -0400 (EDT) Message-Id: <8dsmbm8Gf03S9QSmAr@athena.mit.edu> Date: Wed, 8 Apr 1992 13:14:26 -0400 (EDT) From: Bill Cattey X-Andrew-Message-Size: 646+0 Content-Type: X-BE2; 12 If-Type-Unsupported: send To: Info-Andrew , Bob_Dew@alw.nih.gov, Bill Janssen Subject: Re: xgraphic patches fail with Graphon X Terminals In-Reply-To: References: Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po3.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Wed, 8 Apr 1992 14:15:05 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Wed, 8 Apr 1992 14:12:31 -0400 (EDT) Received: from mim.nersc.gov (mim2.nersc.gov) by po3.andrew.cmu.edu (5.54/3.15) id for info-andrew+; Wed, 8 Apr 92 14:12:16 EDT Received: from ganz.nersc.gov.camelot by mim.nersc.gov (4.1/NERSC-1.18a) id AA07797; Wed, 8 Apr 92 11:12:06 PDT Received: by ganz.nersc.gov.camelot (4.1/SMI-4.1) id AA00558; Wed, 8 Apr 92 11:12:06 PDT Date: Wed, 8 Apr 92 11:12:06 PDT From: mike@ganz.nersc.gov (mike ganzberger) Message-Id: <9204081812.AA00558@ganz.nersc.gov.camelot> To: info-andrew+@andrew.cmu.edu Subject: AMS with MIME support in the clients Could someone tell me where I can get the latest release of AMS which contains support for MIME, if it's available? Thanks. ----------------------------------------------------------------------------- M ichael Ganzberger | Distributed Computing Group Lawrence Livermore Nat. Lab. | National Energy Research SuperComputer Center P.O. Box 5509 L-561 | E-mail (internet) ganzbergermd@ES.net Livermore Ca. 94550 | Phone (510) 423-2674, FAX (510) 422-0435 ------------------------------------------------------------------------- ---- ---------------------------------------------------------------------------- P rograms are but dreams / Ishi no ue ni mo san nen Born in formless, shapeless Zen /text822, 71125