I am working on a modification to the FreeType project. (www.freetype.org). The library source tree resides in: /home/salman/Downloads/freetype2 The tree is...
1068
Phillips, Steven
sphillips@...
Mar 29, 2004 2:26 pm
Salman, You need to configure ME's tag support properly, see docs on %tag-option. I have the following line in my user setup file, this would probably solve...
1069
Dr. Detlef Groth
dgroth_99
Mar 29, 2004 2:32 pm
Remove the colon from the URL! regards, Detlef...
1070
salmankhilji
Mar 29, 2004 3:12 pm
... This did not work for me. I copied the contents to /home/salman/.jasspa/myc.emf. After not having luck with it, I started me, loaded myc.emf and did an...
1071
Jon Green
bigfatmrmoose
Mar 29, 2004 3:23 pm
... OK the problem is that the statements are indented here even though they are at the topmost level. The easiset way to edit it is to turn of "cmode". Simply...
1072
Phillips, Steven
sphillips@...
Mar 29, 2004 3:35 pm
... Or use buffer-setup and disable 'Setup Auto Indent' Steve...
1073
first last
prelude_2_mu...
Mar 30, 2004 8:35 am
Thanks to everyone involved for this release, I have found the best thing about JASSPA/ME are the people in this list. I have tried other editors and, while...
1074
azynheira
Mar 31, 2004 3:39 pm
Hello All, Noticed two problems while using ishell and cygwin. 1) Sometimes when using cygwin shell no echo is made of my commands to the shell. Only the...
1075
Jon Green
bigfatmrmoose
Mar 31, 2004 9:58 pm
... The echo is synthetic for cygwin as the shell does not echo (it used to in pre B20). I will keep a look out for this and try to fix. If you know how to...
1076
Phillips, Steven
sphillips@...
Apr 1, 2004 7:31 am
Also because cygwin no longer echos the chars on the prompt, ME takes over the entry of text on the prompt (i.e. when ME sees a line from the shell in the form...
1077
azynheira
Apr 4, 2004 10:56 pm
Hello All, I've detected two small bugs (March 2004 release!) 1) If you have the Items List activated and you are seeing the items, ou via the Buffer Tag List...
1078
Phillips, Steven
sphillips@...
Apr 6, 2004 11:33 am
... Good catch, will fix but as this is not critical I'm not sure when I will release. ... I think this is caused by the collapse lines not match the item-list...
1079
first last
prelude_2_mu...
Apr 6, 2004 11:51 am
One bug that I have found and that it annoys me quite a lot: If I have a file with some text and do a "replace all" replacing "\n" with whatever the file grows...
1080
Phillips, Steven
sphillips@...
Apr 6, 2004 12:20 pm
Gabriel, This also catches me out and while I found it to be a feature rather than a bug (:) I still think this behaviour should be changed/avoided. But it...
1081
first last
prelude_2_mu...
Apr 7, 2004 10:20 am
Hi Jon, what I am trying to do is to change the format of a list of words. An example of this is when I created the keyword list for the css mode: Using the...
1082
Phillips, Steven
sphillips@...
Apr 7, 2004 10:44 am
It does make sense but this is not the best way to do it. You should use magic mode and try the following: replace-string "^" "hilight .hilight.css 1 \"" ...
1083
Jon Green
bigfatmrmoose
Apr 12, 2004 8:14 am
Attached is a submission that corrects display anomalies with Linux manual pages under RedHat 9.0 and probably all of the other more recent Linux...
1084
Phillips, Steven
sphillips@...
Apr 16, 2004 2:02 pm
All, Attached a fix for comment re-style. Replace the distribution comment.emf with the one attached or edit to fix:- ... *************** *** 437,443 **** ...
1085
Thomas Hundt
thundt
Apr 22, 2004 4:56 am
For the ifill-paragraph function, when doing multiple bullet points one after another, '?' gives a list of available options (Y/N/All/NeVer)... A and V act...
1086
Steven Phillips
bill@...
Apr 28, 2004 10:34 pm
Tom ... This is a bug which I've not managed to get around to fixing yet, I believe a fix is now possible so I'll look into it. ... It hasn't been, I've got...
1087
Steven Phillips
bill@...
May 2, 2004 12:20 am
All, As you may have gathered from a previous email I have been having considerable difficulty sending out emails, this has been on going for several months...
1088
Steven Phillips
bill@...
May 2, 2004 12:38 am
I stumbled into a bug triggered by doing a replace-string in a buffer containing narrows. The bug should be safe in the sense that it should not blow up ME nor...
1089
Dr. Detlef Groth
dgroth_99
May 4, 2004 1:27 pm
Hello, Sometimes you need various templates for the same programming language. Let's say for perl I have a cgi-template: perl-cgi.etf, a normal template:...
1090
Steven Phillips
bill@...
May 4, 2004 1:52 pm
This has been done, look at fhook-c in hkc.emf, here the macro determines whether the buffer is a header or a source file and then executes buffer-init with an...
1091
Dr. Detlef Groth
dgroth_99
May 4, 2004 2:15 pm
... determines ... buffer-init ... the only ... Thx, However I think I will add two, three, four ... small macros to myperl.emf for applying cgi or...
1092
Dr. Detlef Groth
dgroth_99
May 6, 2004 8:21 am
Hello! I end up with the following solution: I have five templates in my microemacs dir: dgroth@mg01-xx /cygdrive/c/WINNT/Profiles/dgroth/Application...
1093
Dr. Detlef Groth
dgroth_99
May 6, 2004 8:31 am
Hello, TclTk allows you to change procedures, object at runtime. So instead of editing, compiling, running, testing, stopping and starting again with editing,...
1094
Dr. Detlef Groth
dgroth_99
May 10, 2004 8:21 am
Hello, Hope everybody has a nice weekend. I am trying to get some HTML-hilighting inside a tcl-source file. Inside an if {0} block I added some html...
1095
Thomas Hundt
thundt
May 10, 2004 5:24 pm
The help says: (runnig ME'04 04/03/01 win32) On Windows and DOS platforms if the $MEBACKUPPATH and $MEBACKUPSUB variables are used all remaining ':' [colon]...
1096
Steven Phillips
bill@...
May 10, 2004 9:56 pm
Funnily enough it does do exactly what the docs says it will do and thats the problem. For example, set MEBACKUPPATH = "C:\Backup\Jasspa_backups92;" (added a ...