thanks, i´m running it in win98se, but in the list of plataforms (in the microemacs web page) not appears WMilleniumEdition. I think don´t will have a...
dos@...
Apr 9, 2002 7:26 pm
624
We test ME thoroughly on Win98se, NT & Win2000 and on these platforms all problems that are found are fixed. It is rare to find a problem on one of these that...
Steven Phillips
sphillips@...
Apr 10, 2002 6:58 am
625
I can confirm that ME works fine on Windows Millenium Edition. I have not used it with vengence on this platform but I had no problems with the install or...
Jon Green
jnaught@...
Apr 10, 2002 8:42 am
626
I'm trying to fill paragraphs on a text file using the ISO8894 bullet character 0xb7, and find this is unsupported. Actually it does something weird: it...
Looks like a bug to me, I will look into this and try to fix it, out of interest are you using fill-paragraph or ifill-paragraph? I like the first suggestion...
Steven Phillips
sphillips@...
Apr 12, 2002 1:36 pm
628
The default printer config files are set up for A4 paper, which is a little longer and a little narrower than the 8.5x11 standard "letter" size used in the US....
How do I modify hkpascal.emf so that it recognises (* *) as comment delimiters in addition to { } and text following //. Grateful for any help. -- Don Adaway ...
Don Adaway
dwa@...
Apr 26, 2002 12:59 pm
630
To your mypascal.emf (create one in your user area) add the following line to do the hilighting: hilight .hilight.pascal 20 "(\\*" "*)" "" .scheme.comment Is...
Steven Phillips
sphillips@...
Apr 26, 2002 1:36 pm
631
For simple hilighting simply add the following change to hkpascal.emf (marked with +):- Regards Jon. cd c:/Program Files/JASSPA/MicroEmacs/macros/ diff...
Jon Green
jnaught@...
Apr 26, 2002 1:48 pm
632
Greetings, ... The (* *) and {} are actually part of the original language syntax and should definitely be added to the standard definition. The // is actually...
Missed the '//' if you want this to appear as a comment then add the following to hkpascal.emf:- Jon cd c:/Program Files/JASSPA/MicroEmacs/macros/ diff...
Jon Green
jnaught@...
Apr 26, 2002 2:49 pm
634
Thanks for the swift replies -- working perfectly now. -- Don Adaway dwa@......
Don Adaway
dwa@...
Apr 26, 2002 3:08 pm
635
I must admit I cannot ever remember seeing (* *) as a comment demarker - but is was 18+ years since I used Pascal with vengence. I'll blow the dust off my old ...
Jon Green
jnaught@...
Apr 26, 2002 3:20 pm
636
Further comments. From my 1978 "Pascal User Manual and Report" - 2nd Edition then the comments (* *) are valid. The note attached is "On systems where the...
Jon Green
jon@...
Apr 29, 2002 9:29 pm
637
I've been playing with the draw mode (M-x draw), which can be quite fun and useful for little block diagrams and the like, and have discovered a few buglets: ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jasspa group. File : / Looking for...
jasspa@yahoogroups.com
May 20, 2002 9:01 am
639
Good morning , i am new member of this group. i am working with linux , i don't have that much exp on this, i have to write one shell script when ever user...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jasspa group. File : / Click Here! ...
jasspa@yahoogroups.com
May 28, 2002 12:21 pm
641
... trap SIGINT ( and SIGQUIT) ... -- - hops Everything disclaimed (including disclaimer) ... Mike Hopkirk (hops) | Whenever possible steal code InterSAN Inc...
Mike Hopkirk(hops)
hops@...
May 28, 2002 4:26 pm
642
Here are a couple of highlighting keywords missing from the Java hook file (hkjava.emf). This pertains to the 1/1/02 release. N.b. in my company file, I've...
... out of ... I'm using a wrapper around ifill-paragraph, which causes the cursor to be left at the *end* of the paragraph (ready to fill the next one). This...
I have just discovered NanoEmacs - so much editor power in such a tiny footprint - Great work! Howver, I have a major problem using ne (under Windows) with a...
Make sure that the file "ne.emf" is really loading. To test the script then load ne.emf into "ne" and then M-x execute-buffer Try the keys again they should...
Jon Green
jnaught@...
Jun 5, 2002 12:57 pm
646
I know ne.emf is being loaded because I get the dark red modeline ;-) Actually, that reminds me - although I have set MEPATH to point to where ne.exe & ne.emf...
OK Thanks, I'm now not sure what keyboard translation is correct for a German Keyboard ? Do you have a German Keyboard in Germany or operating with some other...
Jon Green
jnaught@...
Jun 5, 2002 1:19 pm
648
Ahhh ! It seems that the German keyboard stuff in the default ne.emf works only with *Windows* ne.exe and not the *console* version! Is there a test I can put...
Here is a solution that works for me (NT, 2000, XP) Create a file called ne32.bat containing just one line: start /DC:\DJH\APPS\Tools\ ne.exe %1 (Replace...
I had a suspicion it was a Windows/Console issue - I hate this crap inconsistent operating system, it causes so much grief! Whats the betting that this only...