I have a syntax file I am creating a highlighting mode for and it has things such as: clearing : Room 'A simple room' "This is one simple room" doEnter() { ...
... Suggest that the ';' rule is changed to:- indent .hilight.tads o "^\\s *;" -4 That is the ';' is only used for indentation when it appears as the first...
... Great, that did the trick. I think I have only one other tricky section that I am now running across. doEnter() { descr = "This is a big long string that...
... I do not have a solution for that at the moment. I agree with you it would be desirable if it performed the indent. I played around with it and the...
I miss the functionality that is found for example in vim that the cursor position is saved for visited files and restored when the file is re-opened. I know...
Kimmo Pietarinen
kipi@...
Dec 22, 2004 9:52 pm
1294
... Hi Kimmo, I'm not that familier with VIM. So to clarify what you are saying then if a file is opened that was opened in a previous session then the file ...
Kimmo, It is dangerous to do something like this too low down as it can break other things, for example the CVS interface loads the CVS/Entries file and if...
Steven Phillips
bill@...
Dec 22, 2004 11:21 pm
1296
Thanks for your tips! I think it would be a great idea to implement the fhook-always/my-fhook-always macros. Btw, shouldn't I receive all mails posted to this...
Kimmo Pietarinen
kipi@...
Dec 28, 2004 11:55 am
1297
I like to open a series of files at once, e.g., me32 *_ref.txt. That loads all the files into ME and displays the first two of them in split windows. What I'd...
I am using Jasspa on Fedora Core 3 and GNOME 2.8. I have downloaded some true-type programming font from http://www.proggyfonts.com/. As everyone suggests,...
... Don't know is the simple answer. If Xfontsel cannot see the fonts then the fonts are not in X space - they are probably available from gtk at a higher ...
If I am not wrong, ME doesn't use XFT, the new font system on X. To make those fonts available to all applications you need to copy them to the right folder,...
... That sounds right, its fonts.dir and fonts.scale that get updated on Solaris as well. No we do not use XFT, this is an extension that is not available on ...
Okay...so I finally confirmed that Linux cannot handle TTF fonts from the proggy site (Yes, I know its Xorg---not Linux---that cannot handle them). I basically...
Never mind. In XFontSel, one must remember to select iso8859 in the "registry" field for these fonts. If left to '*', it causes problems. After all this...
The first snapshot of the up and coming 2005 release of MicroEmacs is now available for download from http://www.jasspa.com. The change.log file in the 2005...
me fails when starting on windows NT 4.0 --> CreateToolhelp32Snapshot() can not be located. Here http://support.microsoft.com/kb/q175030/ it says: "ToolHelp32...
Pierre Gaston
pgas@...
Feb 21, 2005 6:58 am
1308
This is in deed the problem and I do not currently have a good solution (probably isn't one and will have to be yet another compile option). If you have a...
Phillips, Steven
sphillips@...
Feb 21, 2005 8:44 am
1309
Thanks, this allow me32 to run under winnt. Indeed the link I gave only propose to use a specific solution for NT4.0. I'm not sure how NT4.0 is important...
Pierre Gaston
pgas@...
Feb 21, 2005 10:37 am
1310
Important enough - I'm changing ME to dynamically load this function at runtime; this means that the same ME binary will run on all win32 boxes and on NT v4...
Phillips, Steven
sphillips@...
Feb 21, 2005 10:44 am
1311
I have downloaded and tried to set up the 2005 RC on HP-UX. I have no rights on this machine other than to my own development directory, so I tried setting...
Jon, thanks for the quick reply. I did as you suggested and now have me working correctly. The one last piece one which I need help is getting syntax...
... OK, best not to edit "me.emf". Better to do this in your rlo.emf i.e. add-file-hook ".pls .sql" fhook-pls Because your rlo.emf is executed after me.emf...
Jon Green
jnaught@...
Feb 21, 2005 3:05 pm
1315
Hi Jon, Ah... back to normal. Colors look great - syntax highlighting makes life good again. Thanks for your help and for a nice development tool. Rick. ... ...
... Thanks for your comments Rick. I've added some install instructions on the JASSPA site with respect to the installation for each of the distributions. I...
Jon, That will be really helpful. I edit lots of files on HP-UX, but my workstation is a Windows XP machine, so other than grep, awk, perl, and a few other...
Jon, Thanks to you my setup for a different user on my hp-ux system went quickly. One last issue remains and I'm sure it's simple but so far it has escaped...
... Right this is new in 2005 and should make this easy once you know what to do. What you need to run whilst viewing a .pls file is:- M-x buffer-setup Set the...