Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jasspa · JASSPA's MicroEmacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 127
  • Category: Cyberculture
  • Founded: Jul 7, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1355 - 1384 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1355 jasspa Send Email May 16, 2005
10:56 pm
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...
1356 first last
prelude_2_mu... Send Email
May 18, 2005
8:25 am
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). ...
1357 Jon Green
bigfatmrmoose Send Email
May 19, 2005
12:15 am
... Following the posting of this release a minor problem has been reported in the Microsoft Windows 'undo/redo&#39; function when invoked from the menu with the...
1358 smithno999 Send Email May 19, 2005
12:34 pm
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...
1359 smithno999 Send Email May 19, 2005
12:50 pm
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...
1360 first last
prelude_2_mu... Send Email
May 19, 2005
2:22 pm
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...
1361 smithno999 Send Email May 19, 2005
2:29 pm
I got printing turned on......
1362 Steven Phillips
bill@... Send Email
May 19, 2005
8:57 pm
... 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 ...
1363 Jon Green
bigfatmrmoose Send Email
May 19, 2005
8:59 pm
... 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...
1364 Jon Green
bigfatmrmoose Send Email
May 19, 2005
9:24 pm
... Opps! or rather: global-bind-key file-browser "C-x C-d"...
1365 Jon Green
bigfatmrmoose Send Email
May 19, 2005
11:35 pm
... 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@... Send Email
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@... Send Email
May 20, 2005
8:08 pm
woot, I got it! so nevermind :-P...
1368 Meino Christian Cramer
Meino.Cramer@... Send Email
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: ...
1369 Jon Green
bigfatmrmoose Send Email
May 22, 2005
5:15 pm
... 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@... Send Email
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...
1371 smithno999 Send Email May 23, 2005
2:46 pm
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@... Send Email
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@... Send Email
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@... Send Email
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...
1375 Thomas Hundt
thundt Send Email
May 23, 2005
5:05 pm
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@... Send Email
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@... Send Email
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...
1378 Thomas Hundt
thundt Send Email
May 23, 2005
5:32 pm
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@... Send Email
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@... Send Email
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" ...
1381 smithno999 Send Email May 23, 2005
7:35 pm
Thanks!!! ... to ... i.e....
1382 Meino Christian Cramer
Meino.Cramer@... Send Email
May 24, 2005
3:04 am
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@... Send Email
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...
1384 Jon Green
bigfatmrmoose Send Email
May 24, 2005
11:30 pm
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...
Messages 1355 - 1384 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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