--------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F2V00002 Date: 02/23/98 From: FRED HOLMES Time: 09:12am \/To: ALL (Read 0 times) Subj: Index macro From: fred.holmes@mix.cpcug.org (FRED HOLMES) CompressView(), Alt-V is the default, will give you the line number of each occurrence of a word. In TSE, _page_ numbers are really only defined by a print job, I think. HS> Hanpseter Schaffner HS> HS> I have to create an index to a comment to a draft of a law HS> (on which pages keywords appear). HS> HS> Is there a macro available that can scan the text file for a HS> given word and make a list on which pages it appears? --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F2V00003 Date: 02/23/98 From: "LAWRENCE C. C. LIU" Time: 02:56pm \/To: ALL (Read 0 times) Subj: unsubscribe From: "Lawrence C. C. Liu" --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F2V00004 Date: 02/23/98 From: "GORDON PEPPLE" Time: 10:29pm \/To: ALL (Read 0 times) Subj: (no subject) From: "Gordon Pepple" unsubscribe --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F2V00005 Date: 02/23/98 From: "GORDON PEPPLE" Time: 10:29pm \/To: ALL (Read 0 times) Subj: (no subject) From: "Gordon Pepple" UNSUBSCRIBE --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F3300000 Date: 02/25/98 From: "SAMMY MITCHELL" Time: 01:52am \/To: ALL (Read 0 times) Subj: Re: Assignable Keys in WIN95's DOS From: "Sammy Mitchell" >Having recently upgraded to WIN95, I've found that at least 2 keys to which >I had assigned important functions in TSE 2.5e no longer work: > ALT Grey* > CTRL ` >Questions: > Before I undertake to restructure my UI file: > >1. Is there a work-around for this? I do not have any word-around for , however, works just fine here. Does this key return anything when you run the showkey macro? >2. Is there a list of keys that work in TSE2.5e when run under DOS 6.22, >but not under WIN95's DOS? Not that I am aware of. Sammy Mitchell SemWare Corp. --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F3300001 Date: 02/25/98 From: "SAMMY MITCHELL" Time: 02:06am \/To: ALL (Read 0 times) Subj: Re: Can you move TSEHIST.DAT? From: "Sammy Mitchell" >Is there a way to tell TSE (2.5) to locate TSEHIST.DAT somewhere >other than its "home" directory? I don't see anything in the .ui or >the help. Perhaps one can add something in WhenLoaded or some other >place? Yes, but there is at least one pitfall that I know of. Since this is not a documented feature, we have not tested it extensively, so there may or may not be other problems. The editor stores various files .dat files (including tsehist.dat) in the editors load directory. You can change this load directory, by setting the undocumented variable "LoadDir". You can set it in a startup macro, or in your .ui WhenLoaded. Note that the LoadDir path *must* end in a backslash. We plan on removing this restriction in a future version. The one problem that I am aware of is that the "Save Current Settings" command. However, since this command is partially implemented as a macro, you could put a wrapper around it that temporarily restores the LoadDir to the original default, and then sets it back to what you wanted. Actually, you could do something like: /************************************************************************** LoadDir(1) returns the full path of the editor executable, including the name of the editor, even if the LoadDir variable has been changed. Think of LoadDir(1) as a synonym for PathToExe. **************************************************************************/ proc mSaveSettings0() string save_loaddir[255] save_loaddir = Set(LoadDir, SplitPath(LoadDir(1), _DRIVE_|_PATH_)) mSaveSettings() Set(LoadDir, save_loaddir) end Sammy Mitchell SemWare Corp. --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F3300002 Date: 02/24/98 From: "KURT WESSELS" Time: 07:57am \/To: ALL (Read 0 times) Subj: Can you move TSEHIST.DAT? From: "Kurt Wessels" Is there a way to tell TSE (2.5) to locate TSEHIST.DAT somewhere other than its "home" directory? I don't see anything in the .ui or the help. Perhaps one can add something in WhenLoaded or some other place? Kurt --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F3300003 Date: 02/24/98 From: CURTIS DELZER Time: 03:32am \/To: ALL (Read 0 times) Subj: Re: marking end of block. From: Curtis Delzer On 1998-02-21 jpolanik@mindspring.com said: >Hit ALT-L a second time on the last line of the block you are >marking. Then you can move the cursor out of the block without >losing it or changing its boundaries. I thank you for that. I did not know. I found also, I can use alt-I to mark the beginning as long as the cursor is on the first character and then go down to the last character, and, for example, O mark all the quoted text in this message, I used the alt-l and then the alt-g commands to delete it. Wonderful editor this tse-pro 2.5E, that is for certain. Curtis Delzer, H.S., WB6HEF, Sacramento, CA. curtis@calweb.com Diplomacy: the delicate weapon of the civilized warrior. Net-Tamer V 1.11 Beta - Registered --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F3300004 Date: 02/24/98 From: ERIC STORK Time: 07:58am \/To: ALL (Read 0 times) Subj: Assignable Keys in WIN95's DOS From: Eric Stork Having recently upgraded to WIN95, I've found that at least 2 keys to which I had assigned important functions in TSE 2.5e no longer work: ALT Grey* CTRL ` Questions: Before I undertake to restructure my UI file: 1. Is there a work-around for this? 2. Is there a list of keys that work in TSE2.5e when run under DOS 6.22, but not under WIN95's DOS? Advice will be much appreciated. Eric ---------- Eric Stork e-mail address: estork@erols.com --- * Origin: apana<<<<<<>>>>>>fidonet [sawasdi.apana.org.au] (3:800/846.13) --------------- FIDO MESSAGE AREA==> TOPIC: 152 QEDIT Ref: F3300005 Date: 02/26/98 From: BARRY BLOCK Time: 01:11pm \/To: FRED HOLMES (Read 0 times) Subj: Index macro Hello Hanpster, HS>> I have to create an index to a comment to a draft of a law (on HS>> which pages keywords appear). HS>> Is there a macro available that can scan the text file for a HS>> given word and make a list on which pages it appears? I don't know about a macro but any GREP tool will do it. FGREP v1.84 by Cris Dunford is very fast, small and free. It is a tool to have. This grep does not support "regular expressions". If the TSE macro language supports EXEC then you could call a grep from within a macro. BTW, I believe List.com can place line numbers in a text. You would then just mark top and bottom and save to another name. View will do this too. Regards, Barry --- Terminate 5.00/Pro * Origin: EBO-BBS A'dam +31-20-6002828 (2:280/901.42)