Hi Steve, Do you need any firemen to help putting out the fire on this one? :-) Kind Regards, Pedro...
2543
Steven Phillips
bill@...
Mar 4, 2010 9:53 am
Pedro, Not as such, just been too busy to feedback my findings! And would you believe this is expected behaviour! (sort of :-) ME is meant to be lean and mean...
2544
azynheira
Mar 4, 2010 1:44 pm
Hello Steve, Thanks for your reply. :-) I would see 3) was well, but I just have one comment, is in the case that the macro is already coded and working and...
2545
Jeremy Cowgar
cp200205
Apr 12, 2010 5:34 pm
I am trying to write a mode for the Josl programming language, http://www.josl.org I can get everything to indent, i.e. is-person? if "Hello, Person!" println ...
2546
Jeremy Cowgar
cp200205
Apr 20, 2010 2:54 pm
No input on this? Just to make sure formatting was correct, period = space say-hello ...."Hello" println say-hello-10-times ....10 times ........say-hello ...
2547
Jon Green
bigfatmrmoose
Apr 20, 2010 8:00 pm
... Hi Jeremy, Sorry I have not had a lot of time and to help you then we have to actually write a complete template and find some examples. After looking at...
2548
Jon Green
bigfatmrmoose
Apr 20, 2010 8:13 pm
... Actually this line works better for keeping the first 0 column line indent. You must start in the margin but once it is there then it sticks irrespective...
2549
Jeremy Cowgar
cp200205
Apr 20, 2010 10:00 pm
Jon, I am leaving for the evening but will look at the code in tonight. I did not intend on anyone having to write the indentation themselves, I was simply...
2550
Jeremy Cowgar
cp200205
Apr 20, 2010 10:03 pm
... Oh... My indentation was only working for the constructs which was pretty easy, obviously: TRUE if ...."Hello" println end I did not get anything working...
2551
Jon Green
bigfatmrmoose
Apr 20, 2010 11:44 pm
... OK, seems that I have solved this problem then with my abuse of the 'indent "u"' which should sort this out as it will cause an indent to start on the next...
2552
Jeremy Cowgar
cp200205
Apr 21, 2010 3:14 am
Jon, Thank you. It seems to be working great. What I have thus far is: http://fossil.josl.org/finfo?name=support/editors/microemacs/hkjosl.emf I'm very happy...
2553
Jeremy Cowgar
cp200205
Apr 23, 2010 11:51 pm
In Josl, many characters that are normally special characters in other languages are valid in a word. For instance, a simple example is stack-show. This causes...
2554
Jon Green
bigfatmrmoose
Apr 24, 2010 9:38 am
... Put the following line at the top of hkjosl.emf: set-char-mask "3" "-_" Populate the last parameter with the characters that are considered to be part of a...
2555
Jeremy Cowgar
cp200205
Apr 24, 2010 12:39 pm
... Thank you. I was looking for something like that but failed to see it. Now that you told me, I find examples all over of it's use :-)... I also had to add...
2556
Jon Green
bigfatmrmoose
May 3, 2010 12:02 am
A Zero-install JASSPA MicroEmacs image for the Asus Eee PC has now been built and uploaded to the Jasspa site. This does not require the macros which are built...
2558
cp200205
Sep 13, 2010 8:21 pm
I am having problems with the default Tcl mode indenting this code snippet correctly (periods prefixed for spacing of how MicroEmacs indents it: if { 1 } { ...
2559
Steven Phillips
bill@...
Sep 14, 2010 7:46 am
Jeremy, Try adding the following line to your mytcl.emf: indent .hilight.tcl n "\92;[[^][{\"]*{" t This rules identifies the '[ ..... {' and treats it like a...
2560
Jeremy Cowgar
cp200205
Sep 14, 2010 12:19 pm
That makes things better but it just lead me to discover another problem with the tcl indenting. When a continuation character is used, the next if statement...
2603
Jonathan B. Bayer
linuxgurugamer
Sep 22, 2010 5:04 pm
Hello Jasspa, Someone is spamming the list with lots of xxx messages. Can one of the moderators ban the user (appears to be jasoom2002@...). Thanks JBB ...
2604
Jon Green
bigfatmrmoose
Sep 22, 2010 7:06 pm
... Hi Jonathan, Thanks for the heads up on this, sorry we did not notice the ISP had filtered them all out as spam so never arrived to us. Apologies to all,...
2605
Jonathan B. Bayer
linuxgurugamer
Sep 22, 2010 8:40 pm
Hello Jon, Thank you JBB Wednesday, September 22, 2010, 3:05:55 PM, you wrote: ... JG> Hi Jonathan, JG> Thanks for the heads up on this, sorry we did not...
2606
Christof Boeckler
microemacs@...
Sep 30, 2010 5:00 pm
Hi to all on the list! It has been very quiet from my side in the last year(s). Sorry for that, but I have been too busy. As some of you (esp. Jon and Steve)...
2612
Jonathan B. Bayer
linuxgurugamer
Oct 4, 2010 1:25 am
Hello Jasspa, this user: jassem333@yahoogroups.com is sending spam. JBB ... Jonathan B. Bayer mailto:jbayer@......
2613
jasspa
Oct 4, 2010 12:53 pm
Thanks Banned and killed. I may be forced to moderate all messages at this rate. Regards Jon...
2614
Jonathan B. Bayer
linuxgurugamer
Oct 4, 2010 2:31 pm
Re: [jasspa] Re: Spam again on the list Hello jasspa, Thank you. Try moderating the new users first. That seems to work well for some other lists I'm on . JBB ...
2615
Jeremy Cowgar
cp200205
Oct 4, 2010 4:48 pm
Another spammer. x.usa10@... Jon said: "I may be forced to moderate all messages at this rate. " May try, as Jonathan suggested, moderating new users,...
2616
cp200205
Nov 2, 2010 3:33 am
I guess I am back to this same wish. If text is selected and I type, can the selected text be automatically deleted? Jeremy...
2617
Jeremy Cowgar
cp200205
Nov 2, 2010 8:10 am
I am a core developer with the Euphoria team (http://www.openeuphoria.org) and over the past few years have "perfected" (loose use of the word J) a Euphoria...
2618
Steven Phillips
bill@...
Nov 2, 2010 9:32 am
This is one for me, I should be able to get this working but it may take me a little time... Steve...
2619
Steven Phillips
bill@...
Nov 2, 2010 9:45 am
Is this to work with just the 'MS Shift Region' feature (i.e. holding down the shift key to define the require selection to be overwritten)? with the mouse?...