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 ...
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,...
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?...
Yes, just MS shift region. Jeremy From: jasspa@yahoogroups.com [mailto:jasspa@yahoogroups.com] On Behalf Of Steven Phillips Sent: Tuesday, November 02, 2010...
I think a fresh start this morning help. I now have it working. I made several other non-related changes but as near as I can tell this is the diff that made...
I would like to add additional indents to HTML tags. I created, in Jeremy.emf: define-macro my-fhook-html indent #l1 n "<p" t indent #l1 o "</p>" -t !emacro I...
2623
Steven Phillips
bill@...
Dec 8, 2010 11:08 am
Jeremy, Can you please try out the following patch, below is a diff and attached is the complete emf file, I suggest you keep your current version just in case...
Hi there I want to invoke the ne editor such that when it starts it goes to a specified line of text ready for over typing. My start-up macro in ne.emf looks...
... Hi Ian, VarName needs to be a MicroEmacs variable i.e. $foo so you will do: ne -v"$foo=MONTH= " somefile Then in your start-up macro you reference the...
... Hi Ian, VarName needs to be a MicroEmacs variable i.e. $foo so you will do: ne -v"$foo=MONTH= " somefile Then in your start-up macro you reference the...
... Hi Ian, You can use any variable that is *NOT* listed in esc-x list-variables These are ME's variables that are used by macros. Also avoid any environment...
... Thanks for the advice Jon. Unfortunately $arg1 doesn't work all I get is "arg1: Undefined variable" when I use the command line ne -v$arg1="Hello"...
... Hi Ian, Should not be a problem. Problem is what O/S you are running. So I am running on Sun Solaris at the moment and I can do: orac% ne -v'$arg1=Hello' ...
Steve, I am terribly sorry! I have not gotten an email from the Jasspa group since 11/02/2010 for some reason. I need to look at the mail logs and figure out...
2637
Steven Phillips
bill@...
May 5, 2011 9:26 am
I also think it should be left as is - Windows uses C-x, C-c & C-v for copy buffer manipulation, all of these key bindings are used in ME for other things so...
I just wrote a smart home macro. When executing it will move the cursor to the first non-blank location in the current line. If the cursor was already there,...
I made the macro more complex than necessary. Below is a simpler version with a few qwirks fixed... ==== BEGIN ==== ; Go to the first non-blank character on...
Hello, I have written a mode for MicroEmacs for the Go language. I have a request to place it into Go's main repository. I would like a second pair of eyes to...
2643
Steven Phillips
bill@...
May 12, 2011 3:44 pm
Not heard of Go, do you have a link? To fix the case issue simply change: 0 hilight .hilight.go 1 $global-scheme To 0 hilight .hilight.go 0 $global-scheme ...