Hi, I wanted to write a function to copy the path and filename of the currently-open file. (In termcap or console mode, I could copy at least the visible part...
2383
Steven Phillips
bill@...
Jul 21, 2009 1:40 am
Tom, Playing with temp buffers is always tricky to get right, the typical worst case is if the current buffer (before to run your macro) is displayed in more...
Oh, yeah, I've had problems with the buffers before, just as you describe... mind you I haven't extensively tested that bit of code, just came up with it this...
2386
Steven Phillips
bill@...
Jul 21, 2009 7:55 am
Lechee, There are no key bindings in your code (to C-j or F11) have you missed this part of the code? With what is there I'm not sure what C-j or the 'return39;...
2387
Steven Phillips
bill@...
Jul 21, 2009 8:11 am
Yes we really should create a new release, there is so much good stuff in the latest version - sessions work properly and there's a new macro based find and...
2388
lechee lai
lecheel
Jul 21, 2009 10:47 am
yes it's long time ago here is another part ==== ; -!- emf -!- ; This is part of the JASSPA MicroEmacs macro files ; Copyright (C) 2000-2006 JASSPA...
2389
lechee lai
lecheel
Jul 22, 2009 12:23 am
complete package running on linux ______________________________________________________________________________________________________ ...
2390
cp200205
Jul 30, 2009 11:15 am
Is there going to be a new release of MicroEmacs? Looking, it seems the last release was in 2006? Jeremy...
2391
Jon Green
bigfatmrmoose
Jul 30, 2009 11:44 am
... Hi Jeremy, There will be when we get some time. At the moment we do not have that much time to do it, a release cycle will typically take us 1-2 months and...
2392
Jon Green
bigfatmrmoose
Aug 31, 2009 6:54 pm
A Beta version of MicroEmacs 2009 has been uploaded to http://www.jasspa.com/release_20090909 This also includes a new Windows installer setup.exe. Any...
2393
Jon Green
bigfatmrmoose
Sep 1, 2009 11:46 pm
... The Windows version of the installer has been updated to v2 with some minor corrections and a different selection mechanism for the file associations. ...
2394
Deak, Ferenc
frncdk
Sep 3, 2009 7:05 am
... Compiled successfully on the latest debian stable release (5.0/lenny), now testing it... Thanks for the new release. Ferenc Deak...
2395
Jon Green
bigfatmrmoose
Sep 3, 2009 7:54 am
... Hi Ferenc Deak, Thanks for the info. There are a few more minor tweaks and changes to appear in the next few days. We hope to complete and publicly publish...
2396
lechee lai
lecheel
Sep 4, 2009 1:19 am
thanks the release  Compiled success on ubuntu 9.04 for console version build -t c ... file.oc: In function `readin': file.c:(.text+0x4213): warning:...
2397
Steven Phillips
bill@...
Sep 4, 2009 7:15 pm
I have been ignoring these warnings for a while now.... seems to work okay, Steve ... I have been ignoring these warnings for a while now.... seems to work ...
2398
Jon Green
bigfatmrmoose
Sep 6, 2009 12:34 pm
The final images for the 2009090 release are now installed in: http://www.jasspa.com/release_20090909 The Web pages will be updated over the next few days to...
2399
Jeremy Cowgar
cp200205
Sep 6, 2009 5:33 pm
How can I turn off "smart" indent for all modes? i.e. when I type if (1) { ENTER I do not want it to automatically indent. I find that auto-indent works most...
2400
Jon Green
bigfatmrmoose
Sep 9, 2009 10:51 pm
... I think you asked this before a very long time ago. FAQ(26) http://www.jasspa.com/me/amicr067.html Regards Jon....
2401
Steven Phillips
bill@...
Sep 9, 2009 11:01 pm
Wow, that FAQ is showing its age! Since then we have added major-mode-setup (Tools -> Major mode setup) you probably want to use this instead as it disables...
2402
Jon Green
bigfatmrmoose
Sep 13, 2009 1:07 pm
Hi Christof (or anybody else) I've created set of Ubuntu 9.04 packages based on your original Debian source script that I downloaded from your site. I have...
2403
Jon Green
bigfatmrmoose
Sep 13, 2009 4:34 pm
... I think I have sorted this out now and have uploaded some new images if somebody can give them a try. i.e. for me to install on my machine with the...
2404
Jeremy Cowgar
cp200205
Sep 14, 2009 2:43 pm
On Wed, 09 Sep 2009 19:00:59 -0400, Steven Phillips <bill@...> ... I can make this work for C/C++ but it does not seem to work on my own mode. I am...
2405
Jon Green
bigfatmrmoose
Sep 14, 2009 9:04 pm
... Hi Jeremy, I think your buffer-init mask is set up incorrectly, you currently have: set-variable .fhook-euphoria.setup ® "/history/fhook/euphoria" ...
2406
Jeremy Cowgar
cp200205
Sep 14, 2009 9:21 pm
... Ok, thanks, that did work as I was expecting. ... Yes. I believe we have went over this before and the answer was that it's not possible. All the current...
2407
Bryan Schofield
schofield.bryan@...
Sep 15, 2009 1:19 am
This may not be appropriate for your euphoria language mode, but I've solved a complex indent/highlight problem by switching schemes in the middle. For...
2408
Jon Green
bigfatmrmoose
Sep 15, 2009 7:25 am
... Hi Bryan, I looked at this last night running multiple schemes using a block ending of "^\\s*$" (empty line). It worked for all of the given examples when...
2409
Matt Gumm
MattGumm
Sep 15, 2009 7:48 am
Is there a way to execute the transpose-words function in JASSPA? Thanks. Matt Gumm...
2410
Jon Green
bigfatmrmoose
Sep 15, 2009 8:53 am
... Afraid not. You would have to write a macro to do it. Here is a very quick and dirty transpose-words macro that does no checking as a starting point....
2411
Matt Gumm
MattGumm
Sep 15, 2009 2:16 pm
Thanks, I'll give it a try. Matt Gumm ________________________________ From: Jon Green <jon@...> To: jasspa@yahoogroups.com; Matt Gumm...