On Mon, May 7, 2012 at 8:54 PM, Gary Oberbrunner <ga...@genarts.com> wrote: > > > ----- Original Message ----- >> From: "Lennart Borgman" <lennart.borg...@gmail.com> > >> Unfortunately it will probably be a long time until I can merge >> again. >> There are a lot of things I am dependent on in EmacsW32 (escpecially >> for org-mode). > > Hi Lennart; long-time EmacsW32 user here, as well as org-mode (mostly for doc > writing). Last year though I switched back to the GNU builds to get on the > latest Emacs versions. The only thing I really miss from EmacsW32 is the > improvements in emacsclient, to auto-start emacs if it's not already running, > and how it returns proper exit statuses. > > What else is in EmacsW32 that you're thinking about that helps with org-mode?
I have just some minor changes to org-mode itself (maybe they are included in org-mode now, I am not sure). The enhancements I have is about searching. I often start to search some things with isearch in a buffer then I switch to searching all buffers very easily. I also have some minor changes for searching a litte bit more complex things (like DOI-numbers). Those things are real time savers for me. Hopefully they can be moved easily to Emacs itself when I have time. (I have to pull some elisp functions apart to do this, but the changes are very simple.) Unfortunately these changes are not in any uploaded build yet. My change to 64-bit windows ruined my build environment and with a lack of time I have not had time to fix this.