Hello Jon, Do you have any news concerning the fix for this problem ? Any news concerning the new release of MicroEmacs? Regards, Pedro...
2331
Phillips, Steven
sphillips@...
Jul 15, 2008 2:51 pm
This is probably one of my bugs and I've just not had a chance to look into it yet - sorry. As for a release, I think we should generate one but as the...
2332
Jon Green
bigfatmrmoose
Jul 15, 2008 9:16 pm
... Hi Pedro, I'm catching up with the out of date documentation at the moment which is the biggest job. Lets say its more than a few weeks away at the moment....
2333
Jeremy Cowgar
cp200205
Jul 15, 2008 9:40 pm
Jon, I am using Vista and have had no problems what-so-ever. I do spend a most of my time in vim though (sorry) because of an indenting problem I have with the...
2334
Pedro Gomes
azynheira
Jul 15, 2008 9:44 pm
Hi All, I was surely not making any pressure at all :-) Just wondering that's all :-) I totally understand your various points and I'll stop holding my breath....
2335
Jeremy Cowgar
cp200205
Jul 16, 2008 8:02 pm
I have the following indent code: indent .hilight.euphoria c "[-+=*/<>,{][ \t]*$" t indent .hilight.euphoria c "[-+=*/<>,{][ \t]*--.*$" t The second is...
2336
Jon Green
bigfatmrmoose
Jul 16, 2008 9:30 pm
... No not really, it is OK as you have defined it. Jon....
2337
Jeremy Cowgar
cp200205
Jul 16, 2008 9:39 pm
... The only problem is I have about 10 similar statements, thus, I will have about 20 lines that say roughly the same thing :-/ Jeremy...
2338
Jon Green
bigfatmrmoose
Jul 16, 2008 9:58 pm
... Thats OK, get it working first and then come back and see if it needs to be optimised. Unfortunately the regular expression support in indent is ...
2339
Steven Phillips
bill@...
Jul 17, 2008 10:31 pm
This is absolutely fine, ME constructs a structure which is very efficient, it has to be as the same code is used by the hilighter. If you consider the regex...
2340
Lechee.Lai
lecheel
Jul 21, 2008 11:51 pm
does me fans can hint me how to use find-tag how find-tag for duplication tag, where is find-tag-back? or how to use me for source code browsing :-) thanks ...
2341
Lechee.Lai
lecheel
Jul 23, 2008 12:58 pm
since the first time using ME macros hope ME guys can share something for me 1. is ME macros have function like strstr(...) position for first occurrence str ...
2342
Phillips, Steven
sphillips@...
Jul 23, 2008 1:41 pm
Use Tools -> <file-type> Tools -> Generate Tags File to generate a tags file, if this is not available you will need to generate a tags file via another route....
2343
Phillips, Steven
sphillips@...
Jul 23, 2008 1:50 pm
1. &sin is equivalent, see help page for more details. 2. Yuo should probably use $buffer-fname and use &rsin "." $buffer-fname to locate the last '.', try...
2344
lechee lai
lecheel
Jul 23, 2008 10:10 pm
petty help Steve, here is my fte.grp ... File: /usr/share/jasspa/macros/vgrep.emf 3:; Synopsis: "vgrep" command handling 11:define-macro vgrep 40:...
2345
Lechee.Lai
lecheel
Jul 25, 2008 6:17 am
here work around for tag-back support ... ; -!- emf -!- ; Created: 2oo8 ; Synopsis: Another TAGs ; Authors: Lechee Lai define-macro atags-next set-variable #l8...
2346
Lechee.Lai
lecheel
Jul 29, 2008 2:28 pm
this version should working ... ; -!- emf -!- ; Created: 2oo8 ; Synopsis: Another TAGs with tag-back ; Authors: Lechee Lai 0 define-macro save-tagname ...
2347
Lechee.Lai
lecheel
Jul 30, 2008 7:59 am
my goal hope duplicate tags should have selection :-p...
2348
Pablo Mercader Alcant...
programingfrik
Sep 11, 2008 3:04 pm
I heard from a friend that it is not posible to free a software that started as a comercial software because the original author of the software can veto the...
2349
Jon Green
bigfatmrmoose
Sep 11, 2008 3:37 pm
... We sought and obtained permission from the original author. ... Yes JASSPA S/W really is legitimately GPL. We would not state this if this were not the...
2350
s. keeling
keeling@...
Sep 12, 2008 12:00 am
... Certainly, they can veto it. He didn't in this case. "Special thanks to Danial M. Lawrence, the original author and copyright holder of MicroEmacs, for...
2351
Christof Boeckler
microemacs@...
Mar 9, 2009 7:06 pm
Hi! Long time - no mail :-) I don't remember the time when I first noticed this, but at the moment my ME lacks a vertical scroll bar. Is this a configurable...
2352
Thomas Hundt
thundt
Mar 9, 2009 9:23 pm
I think View -> Scroll Bars turns them on. And then some of the $scroll variables configure them. (Do M-x list-variables, look for the ones named...
2353
Jon Green
bigfatmrmoose
Mar 9, 2009 10:09 pm
... M-x user-setup Platform->Scroll Bars Jon....
2354
Christof Boeckler
microemacs@...
Mar 10, 2009 4:48 pm
Thanks! *Now* everything works, but until I changed the settings in setup (from narrow, no splitter to something else and back) my scrollbar looked like this: ...
2355
Thomas Hundt
thundt
Mar 10, 2009 5:28 pm
Yeah, this is how mine looked too, when I turned it on. That's why I said I thought the $scroll variables had to be messed with. -Tom Hundt ... -- Thomas...
2356
Jon Green
bigfatmrmoose
Mar 10, 2009 5:57 pm
... Ah OK. Agreed that is not very clever. Does not do that in my version here but then again it has been patched on numerous occasions and so has likely been...
2357
Jon Green
bigfatmrmoose
Mar 10, 2009 11:17 pm
... I've posted a development snapshot on the site. http://www.jasspa.com/development/me20090310_dev_snapshot/ There is also a pre-built Windows binary. If you...
2358
Thomas Hundt
thundt
Mar 12, 2009 4:34 am
Hey has anyone done anything along the lines of making a native Mac version? By native I mean not X11, which works great, but using their real window manager,...
2359
Jon Green
bigfatmrmoose
Mar 12, 2009 8:12 am
... Hi Thomas, I'm afraid not. We have been so busy we have not made any releases of just the base stuff so Mac seems a long way away. Jon....