Mac Lion 10.7 x86 zero install image uploaded to www.jasspa.com/zeroinst.html The PPC version does not work on this platform. For a quick install then place...
Hello, I've noticed that building of Jasspa Microemacs (October 2009 version) fails with the Linux 3.0 kernel. The problem is due to the new numbering scheme...
I am out of the office from Fri 08/05/2011 until Mon 08/29/2011. Please contact Daniel Moralez for immediate assistance and I will respond when I return....
Hello, after using microemacs (jasspa version), I have to say, it's a GREAT piece of software - I had thrown python, ruby, and R codes into it, suprisingly...
For the Go mode, I create a gofmt macro. Go ships with a formatting program called gofmt. When contributing to just about any project they expect the code to...
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...
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,...
Is it possible to configure MicroEmacs to overwrite what is currently selected? I have gotten into the habbit of doing things like Shift-Home, Hello, World! By...
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...
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...
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...
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)...
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 ...
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 } { ...
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...
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...
Greetings... Everyone is probably getting tired of my weird indent problems, but I have another one... if a = 1 then ..say('a = 1'); else ..say('a != 1'); if a...
Hello, I have found a weird problem, reproducible in Windows and Linux 2.6. 1) Have a script with 'read-file foobar', this can be done via macro call or...
Hi All I am new to jasspa esp its macro lang (new as in a week old). I love the editor its fast and small and its emacs. One thing I am missing dearly is the...
PROBLEM ... JASSPA MicroEmacs is not starting up in a X-Windows mode on Fedora 11/12 systems. The reason for this is that the built-in default font cannot be...
hi, hkcpp.emf and hk... highlight most doxygen comment style inside, some one can told me how to insert doxygen comment for file/function and member ... thanks...