Thanks for reporting this and I think you were right to not send a patch, the mail-setup references were well out of date. I have fixed them all, Steve...
Steven Phillips
bill@...
Jun 1, 2009 10:49 am
2382
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...
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...
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 'return'...
Steven Phillips
bill@...
Jul 21, 2009 7:55 am
2387
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...
Steven Phillips
bill@...
Jul 21, 2009 8:11 am
2388
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...
... 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...
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...
... The Windows version of the installer has been updated to v2 with some minor corrections and a different selection mechanism for the file associations. ...
... 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...
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:...
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 ...
Steven Phillips
bill@...
Sep 4, 2009 7:15 pm
2398
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...
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...
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...
Steven Phillips
bill@...
Sep 9, 2009 11:01 pm
2402
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...
... 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...
... Hi Jeremy, I think your buffer-init mask is set up incorrectly, you currently have: set-variable .fhook-euphoria.setup ® "/history/fhook/euphoria" ...
... 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...
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...
Bryan Schofield
schofield.bryan@...
Sep 15, 2009 1:19 am
2408
... 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...
... 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....