Hello all, I recently observed a boog with the Dir Files - Toolbar. If you click on the filename ME creates a new file with a leading number like "54 ...
I've reproduced the issue and will fix as soon as I can, Steve ________________________________ From: jasspa@yahoogroups.com [mailto:jasspa@yahoogroups.com] On...
Phillips, Steven
sphillips@...
Jun 27, 2007 9:57 am
2272
This sort of an rtfm-question, but... ?what? is the correct syntax for invoking grep on a buffer, and piping it into another (preferably on-the-fly-one)? ...
Hello, I recently played a little bit with eclipse and it's Perl-EPIC plugin. After each file save, the errors on the perl-file are underlined using "perl -cw...
... If you really do want to run a shell command on the actual contents of a buffer from the command line then use filter-buffer "<command line with...
Detlef, Simple fix below (Line numbers may not match), problem was caused by the introduction of seconds to the last modified timestamp. Let me know if you see...
Phillips, Steven
sphillips@...
Jul 12, 2007 1:41 pm
2276
Thanks Steve, it does work. Would it be very difficult to apply custom filters to the buffers "Dir Files" and "Buff List" like "*.pm" or negative filters like...
Detlef, Considering the reference to the 'Buff List' I'm not sure I know what you are asking. However the directory listing filter can be customized via the...
Phillips, Steven
sphillips@...
Jul 12, 2007 2:17 pm
2278
Steve, oh yes, I never used this $file-ignore variable. But it is quite useful as I observe now. Thanks, Detlef ... Datum: Thu, 12 Jul 2007 10:14:16 -0400 Von:...
It gets better, next version of ME will have a build in version of grep which understands and supports your $file-ignore mask so a grep 'command-line' of 'grep...
Phillips, Steven
sphillips@...
Jul 12, 2007 3:00 pm
2280
Hmm, sounds promising and towards a new release as a christmas surprise ;) Is there any plan to support some type of syntax checkers like "perl -cw" or tidy...
Hi, whoever is interested in latex-mode extensions similar to AUCTeX (for big Emacsens) should have a look at my page ...
Christof Boeckler
microemacs@...
Jul 15, 2007 9:57 am
2282
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...