Search the web
Sign In
New User? Sign Up
jasspa · JASSPA's MicroEmacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1355 - 1384 of 2514   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1355
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...
jasspa
Offline Send Email
May 16, 2005
10:56 pm
1356
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). ...
first last
prelude_2_mu...
Offline Send Email
May 18, 2005
8:25 am
1357
... 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...
Jon Green
bigfatmrmoose
Offline Send Email
May 19, 2005
12:15 am
1358
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...
smithno999
Offline Send Email
May 19, 2005
12:34 pm
1359
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...
smithno999
Offline Send Email
May 19, 2005
12:50 pm
1360
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...
first last
prelude_2_mu...
Offline Send Email
May 19, 2005
2:22 pm
1361
I got printing turned on......
smithno999
Offline Send Email
May 19, 2005
2:29 pm
1362
... 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@...
Send Email
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...
Jon Green
bigfatmrmoose
Offline Send Email
May 19, 2005
8:59 pm
1364
... Opps! or rather: global-bind-key file-browser "C-x C-d"...
Jon Green
bigfatmrmoose
Offline Send Email
May 19, 2005
9:24 pm
1365
... 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...
Jon Green
bigfatmrmoose
Offline Send Email
May 19, 2005
11:35 pm
1366
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@...
Send Email
May 20, 2005
6:43 pm
1367
woot, I got it! so nevermind :-P...
Schofield, Bryan (GE ...
Bryan.Schofield@...
Send Email
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@...
Send Email
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...
Jon Green
bigfatmrmoose
Offline Send Email
May 22, 2005
5:15 pm
1370
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@...
Send Email
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,...
smithno999
Offline Send Email
May 23, 2005
2:46 pm
1372
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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: ...
Thomas Hundt
thundt
Offline Send Email
May 23, 2005
5:05 pm
1376
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@...
Send Email
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@...
Send Email
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...
Thomas Hundt
thundt
Offline Send Email
May 23, 2005
5:32 pm
1379
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@...
Send Email
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" ...
Jon Green
jnaught@...
Send Email
May 23, 2005
6:50 pm
1381
Thanks!!! ... to ... i.e....
smithno999
Offline Send Email
May 23, 2005
7:35 pm
1382
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@...
Send Email
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@...
Send Email
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...
Jon Green
bigfatmrmoose
Offline Send Email
May 24, 2005
11:30 pm
Messages 1355 - 1384 of 2514   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help