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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1361 - 1390 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
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...
1385 Schofield, Bryan (GE ...
Bryan.Schofield@... Send Email
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@... Send Email
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...
1387 Thomas Hundt
thundt Send Email
May 26, 2005
12:07 am
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...
1388 Thomas Hundt
thundt Send Email
May 26, 2005
12:23 am
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@... Send Email
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@... Send Email
May 26, 2005
1:06 pm
aw shucks, I was hoping it would change directories based on the current buffer like Emacs....
Messages 1361 - 1390 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