setedit-users Mailing List for SET's Editor, a friendly text editor (Page 37)
Brought to you by:
set
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(48) |
Oct
(53) |
Nov
(28) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(19) |
Feb
(17) |
Mar
(3) |
Apr
(8) |
May
(18) |
Jun
(14) |
Jul
(7) |
Aug
(2) |
Sep
(4) |
Oct
(4) |
Nov
(13) |
Dec
(18) |
2003 |
Jan
(11) |
Feb
(10) |
Mar
(7) |
Apr
(28) |
May
(46) |
Jun
(36) |
Jul
(32) |
Aug
(5) |
Sep
(9) |
Oct
(10) |
Nov
(11) |
Dec
(11) |
2004 |
Jan
(2) |
Feb
(2) |
Mar
(7) |
Apr
(10) |
May
(33) |
Jun
(31) |
Jul
(30) |
Aug
(34) |
Sep
(26) |
Oct
(7) |
Nov
(31) |
Dec
(58) |
2005 |
Jan
(7) |
Feb
(12) |
Mar
(7) |
Apr
(8) |
May
|
Jun
(2) |
Jul
(16) |
Aug
(15) |
Sep
(34) |
Oct
(3) |
Nov
(5) |
Dec
(2) |
2006 |
Jan
|
Feb
(20) |
Mar
|
Apr
(2) |
May
(2) |
Jun
(2) |
Jul
(5) |
Aug
(21) |
Sep
(13) |
Oct
(15) |
Nov
(23) |
Dec
(27) |
2007 |
Jan
(19) |
Feb
(3) |
Mar
(2) |
Apr
(3) |
May
(1) |
Jun
(3) |
Jul
(7) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(1) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(11) |
May
(7) |
Jun
(10) |
Jul
(15) |
Aug
(5) |
Sep
(9) |
Oct
(1) |
Nov
(16) |
Dec
(2) |
2009 |
Jan
(26) |
Feb
(3) |
Mar
(19) |
Apr
(22) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: C. W. Y. <ch...@su...> - 2001-10-28 20:30:49
|
Sorry I sent that. It was a slip of the mouse. |
From: C. W. Y. <ch...@su...> - 2001-10-28 16:11:50
|
Maybe Travis has the right idea? Why a cup of tea can ease the pain By Robert Matthews, Science Correspondent THE British habit of dealing with life's ills by putting the kettle on now has some solid scientific backing. New research has revealed that the caffeine in tea and coffee can relieve bad headaches faster than standard pain-killers. Caffeine has long been known to provide an energising effect, but evidence that it also has pain-relieving properties has recently emerged. A scientific investigation has found that caffeine alone is a surprisingly potent pain-killer. The results emerged during a trial involving hundreds of people who regularly suffer tension headaches. Patients were given a standard pain-killer - ibuprofen - either alone or in combination with caffeine, and the change in their condition compared with those who received just caffeine or a placebo. The results confirmed claims that caffeine boosts the effectiveness of standard pain-killers, with 71 per cent of the patients taking the combination reporting complete relief, compared to only 58 per cent of those who took ibuprofen alone. The researchers were amazed to find, however, that patients given just caffeine did just as well as those given only ibuprofen: 58 per cent reported complete pain relief, and they typically felt better up to half an hour faster than those taking standard pain relief. The results could not be dismissed as mere placebo effect either: less than half of patients given only a placebo reported complete pain relief. Reporting their findings in the latest issue of Current Pain and Headache Reports, the researchers at the Diamond Headache Clinic in Chicago conclude: "Caffeine alone provides a low but very real level of effectiveness in treating tension-type headaches." The results follow growing evidence of health benefits from regular tea drinking. Studies suggest that the antioxidants in tea may be linked to a reduced risk of coronary heart disease, and also have a beneficial effect on cholesterol and high blood pressure. |
From: Thiago F.G. A. <tf...@za...> - 2001-10-28 04:08:37
|
On 26/10/01 13:46:17, salvador wrote: >Hmmm... not sure. What about "piping" the option to manually enter the code to execute like some >input lines that take the word under cursor and make it take the "code under cursor". >The returned value should go to the message window with any other diagnostic thing. >Opinions? I'm sorry, I didn't understand. Can you explain it in a different way? Thiago |
From: salvador <sal...@in...> - 2001-10-26 15:43:49
|
Hi Thiago: > I saw the new "Evaluate selection" command. It's cool, but I'd like to make some suggestions. Ok, you know I take your suggestions ;-) > This is what I have in mind: > > You don't need to select. > > You position the cursor under the first character of the expression to be evaluated (or before). > If the first non-blank character is '(', then read up to the matching ')'. Otherwise, this must > be a variable name. So, read the next identifier and print it's value or "Variable unbound" in > the status line (or the message window). > > In both cases, the value of the expression is printed in a new line. So, to evaluate > > (not 1) > > you move the cursor to '(' and run the command. Then you get > > (not 1) > -2 Hmmm... not sure. What about "piping" the option to manually enter the code to execute like some input lines that take the word under cursor and make it take the "code under cursor". The returned value should go to the message window with any other diagnostic thing. Opinions? > -------------------------------------------------------------- > > One other thing: what sLisp calls "eval" is called "progn" in LISP. How about changing the name? > So that users that have a LISP background don't get confused. Perhaps an alias, this will avoid breaking old macros. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: Thiago F.G. A. <tf...@za...> - 2001-10-26 15:03:28
|
Hi, SET, I saw the new "Evaluate selection" command. It's cool, but I'd like to make some suggestions. This is what I have in mind: You don't need to select. You position the cursor under the first character of the expression to be evaluated (or before). If the first non-blank character is '(', then read up to the matching ')'. Otherwise, this must be a variable name. So, read the next identifier and print it's value or "Variable unbound" in the status line (or the message window). In both cases, the value of the expression is printed in a new line. So, to evaluate (not 1) you move the cursor to '(' and run the command. Then you get (not 1) -2 -------------------------------------------------------------- One other thing: what sLisp calls "eval" is called "progn" in LISP. How about changing the name? So that users that have a LISP background don't get confused. Thiago |
From: salvador <sal...@in...> - 2001-10-25 17:37:27
|
"Thiago F.G. Albuquerque" wrote: > >And I think that's > >(if (not (strcmp "#i")) (InsertText "...")) > > > >strcmp is just like the C function, so a match is 0, that's why I need the `not', `if' is just > >like the C counterpart. > > This doesn't work, because this 'not' is bitwise. So (not 1) returns -2, which is also true. You have the "&" operator ;-) But I think a not operator is needed. > ------------------------------------------------ > > There is a bug in CommentUnindent. If you select lines 1, 2 and 3, it will act upon lines 1, 2, 3 > and 4. It "gets" one more line bellow the selection. I can't reproduce it on Linux, perhaps is some DOS detail, I'll check it. > ------------------------------------------------ > > Also, there's something I'd like to ask. I would like to be able to close the Message Window with > ESC. Will see. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: Thiago F.G. A. <tf...@za...> - 2001-10-25 04:36:45
|
Hi, >And I think that's >(if (not (strcmp "#i")) (InsertText "...")) > >strcmp is just like the C function, so a match is 0, that's why I need the `not', `if' is just >like the C counterpart. This doesn't work, because this 'not' is bitwise. So (not 1) returns -2, which is also true. ------------------------------------------------ There is a bug in CommentUnindent. If you select lines 1, 2 and 3, it will act upon lines 1, 2, 3 and 4. It "gets" one more line bellow the selection. ------------------------------------------------ Also, there's something I'd like to ask. I would like to be able to close the Message Window with ESC. Thiago |
From: salvador <sal...@in...> - 2001-10-23 14:11:09
|
Hi All! I finished uploading 0.4.51. Currently we have: DJGPP: Sources, Binaries and Installer (edi0451i.zip) Win32: A binary exe just to test functionality, I need volunteers to help with it. Linux: Sources, Statically linked file (gpm 1.17.8) and Debian Potato package. I'm also looking for people to help in the non-Intel platforms (Alpha, PPC and SPARC as example) and other UNIX (FreeBSD and Solaris as examples). A Solaris user is helping to make T.V. compile for it. Usable versions for FreeBSD and Linux/PPC can be compiled. Linux/Alpha have some memory corruption problem, maybe related to the fact that ints are 32 bits and pointers 64 bits wide. Linux/SPARC have some aligment problems, data not aligned generates a SIGBUS signal. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: salvador <sal...@in...> - 2001-10-22 20:43:08
|
Hi All! Trying to compile the editor for Linux/SPARC64 I found a SIGBUS error. I was able to fix it but didn't commit it to the CVS because I want to solve it in a cleaner way. BTW it was funny to edit the editor source with the PPC and compile it with the SPARC (in a separated Eterm) to get the editor working for SPARC (build the tool using it but mixing platforms). SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: salvador <sal...@in...> - 2001-10-22 19:54:44
|
Hi All! After killing some endian bugs the editor became usable under Power PC (IBM RS/6000). I'm sure we'll find more problems but now it can start, open files, you can edit them, exit and enter again loading the desktop file without problems. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: salvador <sal...@in...> - 2001-10-22 14:12:04
|
"Thiago F.G. Albuquerque" <tf...@za...> wrote: > Some comments: > > 1) The instalation script deletes setedit's documentation. Now to avoid collisions I include a different REMOVE_UNNEEDED with InfView. It only purges obsolete InfView files. > 2) I don't know, but it seems that some files are duplicated. For instance, infview.txt.gz is both > in doc/infview and in share/doc/infview; infview.info.gz is both in info and share/info. Actually, > all the docs are duplicated inside share/. I guess you have installed the editor and InfView with different prefixes or hierarchies. Please look in the tarball, it should have just one copy. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: salvador <sal...@in...> - 2001-10-22 13:00:08
|
Martijn Versteegh wrote: > I alwasy use the following e-script to make setedit start in a eterm when run under x > and plain when run in a conole. For each new install of setedit I need to re-write it > (because I forget to move it to a temp location ;-) > > Would it be an idea to add it to the distro. Maybe a --with-Eterm configure option? > > ---------cut here-------------- > #!/bin/sh > > if [ $DISPLAY ] ; then > SET_CMDLINE=$* > export SET_CMDLINE > Eterm -t Setedit --report-as-keysyms > SET_CMDLINE= > export SET_CMDLINE > else > setedit $* > fi > -------------cut here--------------------------- That's nice, but assumes three things: 1) Eterm is installed. 2) The setedit theme is installed. 3) Eterm have the right patch or the support included. But if that's created by the configuration script with an option like you say I think that's ok. I'll think about it. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: Martijn V. <m.v...@hc...> - 2001-10-20 11:08:38
|
Hi all, I alwasy use the following e-script to make setedit start in a eterm when run under x and plain when run in a conole. For each new install of setedit I need to re-write it (because I forget to move it to a temp location ;-) Would it be an idea to add it to the distro. Maybe a --with-Eterm configure option? ---------cut here-------------- #!/bin/sh if [ $DISPLAY ] ; then SET_CMDLINE=$* export SET_CMDLINE Eterm -t Setedit --report-as-keysyms SET_CMDLINE= export SET_CMDLINE else setedit $* fi -------------cut here--------------------------- -- Martijn Versteegh |
From: salvador <sal...@in...> - 2001-10-19 19:10:34
|
Hi All! I compiled stedit 0.4.50 in the Alpha server of Source Forge. After a small fix (I was casting a pointer to an int truncating the upper 32 bits ;-) it started to work. Something isn't ok because the editor is somehow corrupting memory, that's exposed at exit when I use to free all the allocated objects. While doing it the editor crashed in libc's free function (delete[] in fact). So if somebody have a Linux/Alpha at hand can experiment with it. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: salvador <sal...@in...> - 2001-10-17 20:54:02
|
Martijn Versteegh wrote: > On Wed, Oct 17, 2001 at 12:47:37PM -0300, salvador wrote: > It is a problem with glibc 2.2.x and wrong information in the libc.info documentation. > >Replace DECIMAL_POINT by RADIXCHAR > >According to documentation RADIXCHAR is deprecated so I used DECIMAL_POINT, it works for 2.1.3 > >but in 2.2.x needs the definition of _GNU_SOURCE to compile because DECIMAL_POINT isn't standard. > > > Ok that fixes it. > > Now I have a question: > where does the editor get it's default settings if it can't find a tcedit.dst in the > current dir? IMHO it should get them from ~/.setedit/tcedit.dst, but this seems not to be > the case. Not for the screen encoding in any case for I have to reset it to 'ISO Latin 1u(Linux)' > each time I open the editor in a new directory. It works in my systems, what exactly do you have configured? Did the editor create ~/.setedit directory? SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: salvador <sal...@in...> - 2001-10-17 19:14:41
|
salvador wrote: > I'll try to upload the files I patched to get the editor working with AlCon, > but this is just a dirty hack that replaces the Linux code by AlCon calls, a > dynamic TV created with it will just kill the editor's console > functionallity. When I did the test I installed it with another soname to > avoid conflicts. Ok, is in the extra section with the AlCon tarball. I think it have all the needed files, I used TV 1.1.1 to test it, I don't know if the hacked files will work with 1.1.3. If somebody gets it compiled just tell me. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: salvador <sal...@in...> - 2001-10-17 18:59:25
|
Grzegorz Adam Hankiewicz wrote: > So I got tvision, I got Alcon too. What do I have to do to plug both > together and make setedit use the Alcon version under X and the text > version in console? Currently TV code that deals with screen and mouse is a mess. I could easily do "just another dirty hack" and put the code there, but I think is time to make things better and not follow with the current mess. JASC did a nice work to solve it but lamentably he did it without real knowledge about important details of TV and RHIDE so their code is mostly useless. So I'm trying to extract ideas from JASC's code and TV 2.0 (Robert based the initial port in TV 1.03 and 2.0 added some support for Windows and flat memory models). As the changes are big I want to first have an stable release of TV. The 1.1.3 is intended for it, but I got reports about compilation problems that I must fix. I plan to fix them and perhaps even change release number to 1.1.4 (not sure). After it I'll be free to break TV a little bit ;-), the idea is to make various TScreen members to be pointers to functions. These members are static so they can be replaced by any simple function. Something like a "virtual static" stuff. The good thing is that is quite easy to replace some of the members like this and even do it on the fly. The result will be that TScreen constructor will call some functions to detect what is available, lets say "test X", if not available try next "driver", etc. The first driver that is detected to work will fill the pointers with suitable functions. All of this needs work. Even when my first aproach will be to just do this replacement without too much code cleaning it will take some time. As this will most probably generate some inestabilities I want to release a new version of the editor linked with the stable TV. So, currently my main goals are to release stable TV and Setedit, *after* it I'll put all the effort in the new big things. The AlCon and XText support will be added during this process. XText is something like AlCon but that just uses Xlib, the result is much less portable but works much nicer. I also plan to finally merge my tags browser with the editor, it will open some interesting features. Too much things for only one developer ;-) I'll try to upload the files I patched to get the editor working with AlCon, but this is just a dirty hack that replaces the Linux code by AlCon calls, a dynamic TV created with it will just kill the editor's console functionallity. When I did the test I installed it with another soname to avoid conflicts. More about the "drivers" stuff: I want to clean the Linux code, currently is a mess that supports VCSA, Linux terminals, Xterm, Patched Eterm and generic UNIX terminals. I want to split it at least a couple of drivers with clearly separated modules for each case. One thing I want to do during this process is to move ncurses away and let it only for generic UNIX terminals. NCurses is quite limited and tricky, programs like mc just uses slang and slang just assumes the terminal is some VT* terminal. I want to do it for Linux and xterm terminal which *are* VT2xx terminals. For this I must get code for an escape sequences parser, perhaps the code from slang, not sure. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: Grzegorz A. H. <gr...@te...> - 2001-10-17 18:27:56
|
Hi. So I got tvision, I got Alcon too. What do I have to do to plug both together and make setedit use the Alcon version under X and the text version in console? -- Grzegorz Adam Hankiewicz gr...@te... http://gradha.infierno.org/ |
From: salvador <sal...@in...> - 2001-10-17 15:44:55
|
Hallo Martijn! > I got the new setedit beta version and here are the first bugreports about the build process > (nothing yet about the editor itself) > > - First I got a message that xgettext was not installed, while I was quite sure it was. > turned out to be a different xgettext program and a wrong order in PATH. After I fixed > my path configure was fine. > - The the build itself: I got this error msg form the linker: > > [large error message which turned out to be unimportaned skipped] > > First try to install the newly downloaded tvision. > > -> build error in tvision: > > make -C linux > make[1]: Entering directory `/home/martijn/progs/tvision/linux' > make -C ../compat/ -f compat.mak > make[2]: Entering directory `/home/martijn/progs/tvision/compat' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/home/martijn/progs/tvision/compat' > gcc -I../include -O2 -gstabs+3 -pipe -c ../classes/calcdisp.cc -o obj/calcdisp.o > ../classes/calcdisp.cc: In method `void TCalcDisplay::calcKey(unsigned char, unsigned int)': > ../classes/calcdisp.cc:158: `DECIMAL_POINT' undeclared (first use this function) > ../classes/calcdisp.cc:158: (Each undeclared identifier is reported only once > ../classes/calcdisp.cc:158: for each function it appears in.) > make[1]: *** [obj/calcdisp.o] Error 1 > make[1]: Leaving directory `/home/martijn/progs/tvision/linux' > make: *** [static-lib] Error 2 It is a problem with glibc 2.2.x and wrong information in the libc.info documentation. Replace DECIMAL_POINT by RADIXCHAR According to documentation RADIXCHAR is deprecated so I used DECIMAL_POINT, it works for 2.1.3 but in 2.2.x needs the definition of _GNU_SOURCE to compile because DECIMAL_POINT isn't standard. > It turns out Uses_CLY_nl_langinfo is not defined in tv/configtv.h > If I #define it I get a few warnings about compatlayer.h redefining > things from /usr/include/langinfo.h. > > But it looks like it builds ok. > > Back to the editor. -> editor builds ok but now I get (ofcourse) a linker error: > undefined reference to CLY_nl_langinfo. I don't think I actually have a dutch > language pack installed. Is not important, replace the things like I describe above and remove the Uses_CLY_nl_langinfo, Linux have it, is just an error in libc's docs that made me use the wrong parameter. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: Martijn V. <m.v...@hc...> - 2001-10-17 14:59:45
|
Hi all, I got the new setedit beta version and here are the first bugreports about the build process (nothing yet about the editor itself) - First I got a message that xgettext was not installed, while I was quite sure it was. turned out to be a different xgettext program and a wrong order in PATH. After I fixed my path configure was fine. - The the build itself: I got this error msg form the linker: [large error message which turned out to be unimportaned skipped] First try to install the newly downloaded tvision. -> build error in tvision: make -C linux make[1]: Entering directory `/home/martijn/progs/tvision/linux' make -C ../compat/ -f compat.mak make[2]: Entering directory `/home/martijn/progs/tvision/compat' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/martijn/progs/tvision/compat' gcc -I../include -O2 -gstabs+3 -pipe -c ../classes/calcdisp.cc -o obj/calcdisp.o ../classes/calcdisp.cc: In method `void TCalcDisplay::calcKey(unsigned char, unsigned int)': ../classes/calcdisp.cc:158: `DECIMAL_POINT' undeclared (first use this function) ../classes/calcdisp.cc:158: (Each undeclared identifier is reported only once ../classes/calcdisp.cc:158: for each function it appears in.) make[1]: *** [obj/calcdisp.o] Error 1 make[1]: Leaving directory `/home/martijn/progs/tvision/linux' make: *** [static-lib] Error 2 It turns out Uses_CLY_nl_langinfo is not defined in tv/configtv.h If I #define it I get a few warnings about compatlayer.h redefining things from /usr/include/langinfo.h. But it looks like it builds ok. Back to the editor. -> editor builds ok but now I get (ofcourse) a linker error: undefined reference to CLY_nl_langinfo. I don't think I actually have a dutch language pack installed. I don't know anything about the gettext internationalisation stuff so I'm a bit lost here about what to do now... -- Martijn Versteegh |
From: Ivan B. <lu...@ad...> - 2001-10-17 04:06:33
|
Hello. This is to announce that there is a preliminary APT repository waiting for you to test it. In the future, this repository will hold the latest *stable* releases of SETEdit, INFView and RHTVision for both Potato 2.2 (stable) and Sid (unstable) for your downloading, installing and upgrading pleasures. Though, at the moment there are only binaries for Debian Sid and the only thing that is stable is RHTVision 1.1.3, SETEdit is unstable version 0.4.50 and INFView is unstable version 0.2.7, thats because I would like to know if the repository works ok and because I don't want to break Potato machines (yet). To access the repository, just add the following line to your /etc/apt/sources.list: deb http://setedit.sourceforge.net/debian unstable main If you have Potato, you can specify "stable", the repository for stable is there, but since it doesn't contain packages it will work, though it won't download anything yet... but when I upload the packages there, then you will be able to download them. Please, send comments for the packages personally to me or to this list, I would like to hear from you, at least to know that I am not doing an useless work. Bugs specific to Debian packaging should be reported to me and not to Salvador AND PLEASE PLEASE PLEASE!!!, DONT USE THE DEBIAN BUG TRACKING SYSTEM. You may notice some Debian packages in the download section of the SETEdit SourceForge Project place, this are packages made by Salvador of unstable versions for Potato, you are encouraged to download and install that packages to test new unstable versions of the editor, but if you don't want to test unstable versions, then download the packages from the APT repository. Greetings to everyone. P.s: only i386 is supported. P.s.2: I don't support woody/testing since I don't have it. P.s.3: if you have good knowledge of Debian and packaging, I appreciate if you could check the packages and comment on them, I know some things that have to be changed but maybe I am missing others. -- Ivan Baldo: lu...@ad... - http://go.to/ibaldo - ICQ 10215364 Phone: (598) (2) 613 3223. Caldas 1781, 11400 Malvin, Montevideo, Uruguay, South America. (If you have problems with the previous addresses, try this ones: ib...@us..., http://members.xoom.com/baldo.1). |
From: salvador <sal...@in...> - 2001-10-15 19:02:22
|
Grzegorz Adam Hankiewicz wrote: > On Thu, Oct 11, 2001 at 05:31:50PM -0300, salvador wrote: > > > Second, you cannot pipe GetSelection to the RunProgram, which is > > > necessary, because I don't see a way to create temporary files in slisp > > > (though I am new at this). My proposed example tries to run Allegro's > > > textconv tool, which converts stdin to stdout: > > > > I added a second (optional) parameter to RunProgramRedir. It should > > be an string containing the text to send to the external program. > > I tested it with "recode ISO8859-1..html" and worked really nice. I > > added an example to macros.slp. I also created a MessageBox command, > > in the example is used to indicate to the user that some text must be > > selected first (the text that we'll send to the external filter). > > Wow, that's cool! > > Enough for reformatting things. BTW, here's the first script I've > used with the RunProgramRedir to reformat email messages so they keep > identation levels and don't get out of the screen. The nice thing is > that it's very small since it sits on top of the fmt command. In fact, > this email is reformatted with it... > > SET, I think I could write a little document about using this or adding > more external tools and I remember you always say documentation is > welcome. In what format should I write it? ._tx, .sgml, .pod, etc? Of course documentation is welcome. If possible you should use the format used for the rest of the documentation. That's basically the format used by Texinfo, plus some macros. I based it in Robert's macros that he wrote based in Eli macros that he based .... This is quite simple to write. Look at the files located in the doc directory. They have .tx extension. The first 75 lines (aprox.) will look messy because they define some details of the document. If you want to write a chapter in the editor documentation just edit editor.tx, skip the first 75 lines and take a look at the text structure. It is divided in chapters, sections, subsections, etc. Line break is indicated with @* and paragraphs like this: Text. @p{} Another paragraph. There are macros for tables and lists (@itemize @bullet). You can mark text as bold @b{text} and italic @i{text}. But is better to use @code{} and similar macros (more abstract). If you need more information just ask, most of the macros used by Texinfo works ok. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: Grzegorz A. H. <gr...@te...> - 2001-10-15 18:01:51
|
On Thu, Oct 11, 2001 at 05:31:50PM -0300, salvador wrote: > > Second, you cannot pipe GetSelection to the RunProgram, which is > > necessary, because I don't see a way to create temporary files in slisp > > (though I am new at this). My proposed example tries to run Allegro's > > textconv tool, which converts stdin to stdout: > > I added a second (optional) parameter to RunProgramRedir. It should > be an string containing the text to send to the external program. > I tested it with "recode ISO8859-1..html" and worked really nice. I > added an example to macros.slp. I also created a MessageBox command, > in the example is used to indicate to the user that some text must be > selected first (the text that we'll send to the external filter). Wow, that's cool! Enough for reformatting things. BTW, here's the first script I've used with the RunProgramRedir to reformat email messages so they keep identation levels and don't get out of the screen. The nice thing is that it's very small since it sits on top of the fmt command. In fact, this email is reformatted with it... SET, I think I could write a little document about using this or adding more external tools and I remember you always say documentation is welcome. In what format should I write it? ._tx, .sgml, .pod, etc? -- Grzegorz Adam Hankiewicz gr...@te... http://gradha.infierno.org/ |
From: salvador <sal...@in...> - 2001-10-15 15:49:09
|
> The option "Identation" in the global preferences box, which is set by > default to 4 is not saved when I change it. I always replace it with some > numer, exit, run setedit and it keeps being 4, no matter if I save a > project on my .setedit/ dir with user preferences. Fixed, it also wasn't listed in the default global options based on the syntax highlight. > Besides, in the spanish version the hot key 'd' clashes with the "apply > all" button. Fixed, moved to `o'. SET P.S. I put it in the CVS. -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |
From: salvador <sal...@in...> - 2001-10-15 13:00:42
|
"Thiago F.G. Albuquerque" wrote: > Some comments: > > 1) The instalation script deletes setedit's documentation. I guess you installed InfView 0.2.7 and still using setedit 0.4.41. The new version of the editor deprecates the use of editor.info as help file, that's a generic name and can clash with other packages. Again: install the last version of the editor. > 2) I don't know, but it seems that some files are duplicated. For instance, infview.txt.gz is both > in doc/infview and in share/doc/infview; infview.info.gz is both in info and share/info. Actually, > all the docs are duplicated inside share/. I'll check it. SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: se...@co... se...@ie... Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 |