Greetings, I have modified me.emf to include the file extension "cfm" in the html syntax highlighting group. That works okay, but I wonder if anyone has...
Every time I copy&past from a web page in to ME I get a lot of spaces with the 8th bit set. How do I change these to normal spaces or just get ride of them...
Every time I copy&past from a web page in to ME I get a lot of spaces with the 8th bit set. How do I change these to normal spaces or just get ride of them...
Never seen this. Can you provide some more information please. Platform ? Browser that you are using ? Does this happen on every HTML page or some HTML pages ?...
Jon Green
jnaught@...
Mar 21, 2002 1:33 pm
618
If you are looking for a simple way to remove all 0xa0 characters (a zero sized space - I have seen these as well) then with magic mode enabled and at the top...
... Mandrake 8.2. ... Opera 5 mostly, but they all seem to do it. ... Since I've not tried to copy and past from every HTML page I can't answer that one, but...
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...