The final version of JASSPA MicroEmacs 2005 is now available for download from www.jasspa.com. Note that you may need to flush your browser cache to ensure...
Hi everyone, after using Eclipse for a while, there's a couple of things that I would like to implement in ME (well, quite a few, apart from the slowness). ...
... Following the posting of this release a minor problem has been reported in the Microsoft Windows 'undo/redo' function when invoked from the menu with the...
A quick work around until you can get the syntax check on save working is to set up the syntax check as a tool. It's pretty straight forward to do and is...
I want to map keys on the keypad to make it easier to get non-emacs folks to use MicroEmacs to edit files in an application that I maintain. I dug through the...
Thanks, that works great. Now... how can I run it on saving a php file? Also, has the ^C^D shortcut (change dir) been removed? Doesn't seem to work here...
... I would create a new php-save-buffer function which called save-buffer first and then your processing stuff and then in your my-fhook-php (which should be ...
Steven Phillips
bill@...
May 19, 2005 8:57 pm
1363
... If you want to run something on saving then the best thing to do is rebind "C-x C-s" save-buffer to php-save-buffer (say) using a buffer key binding and...
... Out of luck on the standard release. They all used to be mapped as specials as there are some remains of that key processing in the winterm.c code. Cannot...
For giggles, I thought it would be fun to embed a tcl interpreter in ME so that I could write extensions in Tcl, which I find more friendly than emf. I've...
Schofield, Bryan (GE ...
Bryan.Schofield@...
May 20, 2005 6:43 pm
1367
woot, I got it! so nevermind :-P...
Schofield, Bryan (GE ...
Bryan.Schofield@...
May 20, 2005 8:08 pm
1368
Hi, I got some strange problems while trying to compile ne of the newest Jasspa Microemacs distribution. For compiling I do: make -f linux26.gmk ne and got: ...
Meino Christian Cramer
Meino.Cramer@...
May 22, 2005 6:37 am
1369
... Hi Meino, Yes we made a BIG mistake here for which we must apologise, an 11th hour fix on Windows to handle the message queue pump which pushes a huge...
From: Jon Green <jon@...> Subject: Re: [jasspa] Compile problemn Jasspa Microemacs 20050505 Date: Sun, 22 May 2005 18:15:03 +0100 Hi Jon ! Thank you...
Meino Christian Cramer
Meino.Cramer@...
May 22, 2005 5:27 pm
1371
One of my all time favorite key strokes in MicroEmacs was Esc-Backspace to delete word back. In ME 3.n and 4.0, and XEmacs, this deleted the previous word,...
... See the contributions page. http://www.jasspa.com/subs/sub23.txt I use super-delete and super-backspace all of the time - cannot live without them! The...
Jon Green
jnaught@...
May 23, 2005 3:02 pm
1373
Hi, may be this is a rsq(tm) [real simple question ], but... I just want a macro to insert the string, a time mark, /* CHANGED <YYYY-MM-DD:hhmmss, _mcc> */ ...
Meino Christian Cramer
Meino.Cramer@...
May 23, 2005 3:49 pm
1374
... I assume that you are writing a macro. Note that $timestamp defines the automatic time stamp search string and does not contain the time. See insdate.emf...
Jon Green
jnaught@...
May 23, 2005 4:21 pm
1375
Here's an example of a function to insert a date, in format 22-May-05. Maybe it will get you started: ...
From: Jon Green <jnaught@...> Subject: Re: [jasspa] How can I insert a time mark Date: Mon, 23 May 2005 17:20:47 +0100 Hi Jon, thank you for your reply...
Meino Christian Cramer
Meino.Cramer@...
May 23, 2005 5:20 pm
1377
From: Thomas Hundt <thundt@...> Subject: Re: [jasspa] How can I insert a time mark Date: Mon, 23 May 2005 10:04:20 -0700 Hi Thomas ! Thank you for your...
Meino Christian Cramer
Meino.Cramer@...
May 23, 2005 5:23 pm
1378
Yes. Note that the &add function takes two parameters, so there's no way it would have worked had it not been wrapped. -Th...
From: Thomas Hundt <thundt@...> Subject: Re: [jasspa] How can I insert a time mark Date: Mon, 23 May 2005 10:04:20 -0700 Hi Thomas! Short question to one...
Meino Christian Cramer
Meino.Cramer@...
May 23, 2005 6:06 pm
1380
... &mid $time 9 1 is the MSB of the day ("D") not month ("M") in YYYYCCCMMDD. Character 0 is the first character in &mid i.e. &mid 0 1 = "Y" &mid 1 1 = "Y" ...
From: Jon Green <jnaught@...> Subject: Re: [jasspa] How can I insert a time mark Date: Mon, 23 May 2005 19:35:01 +0100 Hi Jon, Thanky A LOT for this...
Meino Christian Cramer
Meino.Cramer@...
May 24, 2005 3:04 am
1383
Hi, is there any macro or hack or ??? to achieve the following behaviour in MicroEmacs: Current state (as far as I know ;) If one wants to insert a rectangle...
Meino Christian Cramer
Meino.Cramer@...
May 24, 2005 3:42 pm
1384
Following a few user complaints post 20050505 release the Linux 2.6 executables on www.jasspa.com have been updated to link against libncurses rather than...