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 ...
2271
Phillips, Steven
sphillips@...
Jun 27, 2007 9:57 am
I've reproduced the issue and will fix as soon as I can, Steve ________________________________ From: jasspa@yahoogroups.com [mailto:jasspa@yahoogroups.com] On...
2272
Ian
velorg
Jun 27, 2007 1:28 pm
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)? ...
2273
Dr. Detlef Groth
dgroth_99
Jun 28, 2007 8:47 am
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...
2274
Jon Green
bigfatmrmoose
Jun 30, 2007 8:21 pm
... 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...
2275
Phillips, Steven
sphillips@...
Jul 12, 2007 1:41 pm
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...
2276
Detlef Groth
dgroth_99
Jul 12, 2007 2:01 pm
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...
2277
Phillips, Steven
sphillips@...
Jul 12, 2007 2:17 pm
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...
2278
Detlef Groth
dgroth_99
Jul 12, 2007 2:50 pm
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:...
2279
Phillips, Steven
sphillips@...
Jul 12, 2007 3:00 pm
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...
2280
Detlef Groth
dgroth_99
Jul 12, 2007 3:52 pm
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...
2281
Christof Boeckler
microemacs@...
Jul 15, 2007 9:57 am
Hi, whoever is interested in latex-mode extensions similar to AUCTeX (for big Emacsens) should have a look at my page ...
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...
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...
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 ...
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...
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...
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...
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....
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....
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...
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...
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...
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... /* ......
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...
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...
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...
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...
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....
2299
Jon Green
bigfatmrmoose
Feb 22, 2008 5:22 pm
... Thanks Bryan, I dropped this here: http://www.jasspa.com/development/ Regards Jon....