Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Three Files for new Linux XWindows text editor

1 view
Skip to first unread message

ericmatteson...@hotmail.com

unread,
Sep 30, 2007, 9:58:18 PM9/30/07
to
Link to three files for free text editor program edelev14
edelev14.lst
Written by Eric Matteson.
edelev14.c is a free text editor program
and it runs on
Linux XWindows when it is used with wgslater.c
and zackvga.hxw version of zackvga.h header
files.
edelev14.c is one of many things recently added
to Linux to help the free Linux operating system
strongly compete with Microsoft Windows.
---------------------------------------------
When c programs are downloaded from the
Internet there is an additional header
before the file and additional trailer
after the file that was added by the
Internet after uploading.
On these three files the header
has a */ after it and the
trailer has a /* before it.
To fix all three c language files
first access each link. On each links
webpage
select all
then copy
to clipboard. Then minimize web browser and
in gedit or kedit or notepad choose paste.
When a c program file appears with headers and
trailers add a
/*
before the header at the beginning
and after the trailer at the end add a
*/
to comment out the Internet headers and trailers.
then save as its indicated filename near the
link.
........
There are three text files to download
to get the source code for the edelev14
text editor to run it as the XWindows
for Linux version of edelev14 text editor
program.
.
link to
edelev14.c
http://groups.google.com/group/alt.destroy.microsoft/msg/dd591c235b98acba?dmode=source&hl=en
.
.
.
link to
wgslater.c
http://groups.google.com/group/comp.os.linux.misc/msg/fe1bbfa146652b66?dmode=source&hl=en
.
.
.
link to
zackvga.hxw version of zackvga.h
http://groups.google.com/group/comp.os.linux.misc/msg/cb0045c1f12f72fe?dmode=source&hl=en
.
.
/*
after downloading all three files and putting a /* before
each file and a */ after each file to comment out the
Internet header and trailers and saving the three files
edelev14.c and wgslater.c and zackvga.h in the current
directory use
gcc -Wall edelev14.c -L/usr/X11R6/lib -lX11 -o edelev14.out
to compile the linux XWindows version of edelev14.c
If there are no mistakes
./edelev14.out filename.txt should start the
edelev14 text editor program.
edelev14 is a free text editor program for
Linux.
*/
Written by Eric Matteson

0 new messages