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...
Jeremy Cowgar
jeremy@...
Oct 11, 2007 8:26 pm
2283
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...
Phillips, Steven
sphillips@...
Oct 12, 2007 8:32 am
2284
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 ...
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...
Phillips, Steven
sphillips@...
Oct 17, 2007 11:39 am
2286
... jasspa-mecd-full-20060909.iso ... Yes. (describe-key returns fine) ... Yes! Apparently, whenever I select any text, the kill buffer automatically becomes...
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...
Phillips, Steven
sphillips@...
Oct 18, 2007 7:10 am
2288
... 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....
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....
Bryan Schofield
schofield.bryan@...
Nov 6, 2007 6:18 pm
2290
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...
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...
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 'browse' command...
Phillips, Steven
sphillips@...
Nov 20, 2007 8:12 am
2293
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... /* ......
... 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...
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...
One more question in regards to this mode... (again, period "." means space in this message) message = "Dear Mr. John Doe,\n\n" "This here is a message to you...
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...
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...
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...
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...
... 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 ...
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...
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...
The server interface has deliberately been restricted to avoid the user accidentally breaking things (consider doing a large macro based operation to modify...
Steven Phillips
bill@...
Apr 9, 2008 12:44 pm
2308
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...
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...
Steven Phillips
bill@...
Apr 9, 2008 9:13 pm
2310
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' $...
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...