Detlef - Once apon a time I integrated a TCL interpreter with MicroEmacs that provided a new ME command "tcl some tcl statement" and one new TCL command "emf...
2310
Detlef Groth
dgroth_99
Apr 10, 2008 4:11 am
Thanks Steven, works like a charm: $ /c/Programme/jasspa/me32.exe -m 'C:ME:server-find-file c:/home/dgroth/mycvs/mytcl/goblet1/conf/goblet.cfg 2' $...
2309
Steven Phillips
bill@...
Apr 9, 2008 9:13 pm
Detlef, I've worked out the best way to do this, you need 2 macros - the first is the one directly called by the client/server interface, this stores the...
2308
Detlef Groth
dgroth_99
Apr 9, 2008 2:27 pm
Hi Steven, I think the only thing I really would like to do is opening a file or reusing an existing buffer and optional going to a certain line number if line...
2307
Steven Phillips
bill@...
Apr 9, 2008 12:44 pm
The server interface has deliberately been restricted to avoid the user accidentally breaking things (consider doing a large macro based operation to modify...
2306
Dr. Detlef Groth
dgroth_99
Apr 9, 2008 6:01 am
Hello all, I would like to run a pipeline like: $ /c/Programme/jasspa/me32.exe -m 'C:ME:find-file c:/path/to/ Makefile' $ /c/Programme/jasspa/me32.exe -m...
2305
jasspa@...
jasspa
Apr 1, 2008 6:51 pm
2304
thundt
Mar 23, 2008 12:08 am
Hey, if it's a console xterm type of window, then the transparent might map to one of the ansi colors... anything displayed in that color comes out as...
2303
Jon Green
bigfatmrmoose
Mar 22, 2008 11:15 pm
... Hi Pablo, With respect to multi-byte, a few people have asked but there as been no real attempt to look at this in any detail. So this is one for the ...
2302
Pablo Mercader Alcant...
programingfrik
Mar 22, 2008 10:49 pm
I feel very happy that a text editor like MicroEmacs exists, i love it just like it is. But I had two little inconvinients using it, one is the multi-byte...
2301
Dr. Detlef Groth
dgroth_99
Mar 13, 2008 8:14 am
Better folding, support for classes, ToDo,Fixes etc. Can be seen and downloaded here: http://www.dgroth.de/pmwiki/index.php?n=MicroEmacs.RMode regards, Detlef...
2300
Thomas Hundt
thundt
Mar 3, 2008 11:14 pm
I've been writing PHP code of late and have the following problem, and am hoping someone can point me in the right direction. Comments that should look like...
2299
Jon Green
bigfatmrmoose
Feb 22, 2008 5:22 pm
... Thanks Bryan, I dropped this here: http://www.jasspa.com/development/ Regards Jon....
2298
Bryan Schofield
schofield.bryan@...
Feb 7, 2008 7:26 pm
For those who use maven and apt for site generation, I've created a language mode for it....
2297
cp200205
Dec 28, 2007 8:41 pm
Wow. Ok. I spent some time in both the falcon docs and Jasspa hk*emf files. I found a solution to my IF problem, largely due to me having the syntax wrong. if...
2296
cp200205
Dec 28, 2007 7:20 pm
One more question in regards to this mode... (again, period "." means space in this message) message = "Dear Mr. John Doe,\n92;n" "This here is a message to you...
2295
cp200205
Dec 28, 2007 1:45 am
Thanks. I got it working. However, one note, I am on Linux (Debian) and the %s%s;%s was really giving me fits. Took a while in my slow brain to realize it...
2294
cp200205
Dec 28, 2007 12:38 am
... I've actually figured out the three problems listed in the previous message, however, I have identified one other problem that I am really having problems...
2293
cp200205
Dec 25, 2007 5:35 pm
Another new mode, Falcon: http://falconpl.org... It's an easy language to write a mode for but none the less, I'm running into a few problems... #1... /* ......
2292
Phillips, Steven
sphillips@...
Nov 20, 2007 8:12 am
Alex, Long time no talk to, hope things are well. W.R.T. you question there is no built in support for editing with wrapped lines however the 'browse39; command...
2291
Alex Worden
alexworden
Nov 19, 2007 9:16 pm
Hi, Did this ever get fixed? If so, please can someone explain how to set this up. Please assume I know nothing.... I'd really like to be able to inspect files...
2290
rlcgreen
Nov 9, 2007 12:20 am
What an amazing editor. I am not a programmer- just an "informed" Windows (GUI) end-user who also toys with Linux on occasion. Jasspa seems to straddle (in a...
2289
Bryan Schofield
schofield.bryan@...
Nov 6, 2007 6:18 pm
For those who want to use MicroEmacs in terminal mode on cygwin, here are some key translations that let function keys, insert, home, etc work properly....
2288
reza_rob2
Oct 28, 2007 8:31 am
... Indeed, when I use the set-mark command it works! Out of curiosity, how come the shift-* stuff fails anyway? And thanks a lot :-) Reza....
2287
Phillips, Steven
sphillips@...
Oct 18, 2007 7:10 am
How are you selecting text? If you are using the mouse or you have option user-setup -> Start-Up -> MS Shift Region enabled then this is probably to be...
2286
reza_rob2
Oct 18, 2007 7:03 am
... jasspa-mecd-full-20060909.iso ... Yes. (describe-key returns fine) ... Yes! Apparently, whenever I select any text, the kill buffer automatically becomes...
2285
Phillips, Steven
sphillips@...
Oct 17, 2007 11:39 am
This works fine for me, so: - Are you using a reasonable version of ME? - Are you sure the key is bound correctly and not being overridden? (i.e. that this...
2284
Reza Roboubi
reza_rob2
Oct 17, 2007 11:28 am
Hi, I'm trying to do something like this, but it's not working: ######## define-macro append-region set-variable @cl copy-region copy-region !emacro ...
2283
Phillips, Steven
sphillips@...
Oct 12, 2007 8:32 am
Jeremy, I have 3 potential solutions for this, I'm sure there are more. 1) Make use of sessions - I have an ME running for each main project area and each one...
2282
Jeremy Cowgar
jeremy@...
Oct 11, 2007 8:26 pm
Is it possible to change new templates base upon directory? For instance, I may be working on one project for work, then turn around and work on a GNU project...