... 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 ...
... 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...
1366
Schofield, Bryan (GE ...
Bryan.Schofield@...
May 20, 2005 6:43 pm
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...
1367
Schofield, Bryan (GE ...
Bryan.Schofield@...
May 20, 2005 8:08 pm
woot, I got it! so nevermind :-P...
1368
Meino Christian Cramer
Meino.Cramer@...
May 22, 2005 6:37 am
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: ...
... 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...
1370
Meino Christian Cramer
Meino.Cramer@...
May 22, 2005 5:27 pm
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...
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,...
1372
Jon Green
jnaught@...
May 23, 2005 3:02 pm
... 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...
1373
Meino Christian Cramer
Meino.Cramer@...
May 23, 2005 3:49 pm
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> */ ...
1374
Jon Green
jnaught@...
May 23, 2005 4:21 pm
... 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...
Here's an example of a function to insert a date, in format 22-May-05. Maybe it will get you started: ...
1376
Meino Christian Cramer
Meino.Cramer@...
May 23, 2005 5:20 pm
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...
1377
Meino Christian Cramer
Meino.Cramer@...
May 23, 2005 5:23 pm
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...
Yes. Note that the &add function takes two parameters, so there's no way it would have worked had it not been wrapped. -Th...
1379
Meino Christian Cramer
Meino.Cramer@...
May 23, 2005 6:06 pm
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...
1380
Jon Green
jnaught@...
May 23, 2005 6:50 pm
... &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...
1383
Meino Christian Cramer
Meino.Cramer@...
May 24, 2005 3:42 pm
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...
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...
1385
Schofield, Bryan (GE ...
Bryan.Schofield@...
May 25, 2005 5:57 pm
To the best that I can tell, once the first mark is set in a buffer, a mark will always remain. Many macros operate on a region, that magical area in the...
1386
Schofield, Bryan (GE ...
Bryan.Schofield@...
May 25, 2005 8:10 pm
Is there a way to find the current working directory for a buffer that hasn't had a file associated with it yet? I know if I had a filename I could get the...
It's wherever you start the program in! In Windows, this is specified in the shortcut ("Start In"). If you try to open a file using find-file, it will start...
Hey that's not a bad idea. Write a macro that first verifies that the region is currently highlighted, and does the kill only if it is. (Please be clear that...
1389
Jon Green
jnaught@...
May 26, 2005 9:18 am
... I cannot say I have ever done this accidental deletion bit - conversely I do not use the mouse and do not rely on the hilighting to tell me where point and...
1390
Schofield, Bryan (GE ...
Bryan.Schofield@...
May 26, 2005 1:06 pm
aw shucks, I was hoping it would change directories based on the current buffer like Emacs....