Search the web
Sign In
New User? Sign Up
jasspa · JASSPA's MicroEmacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2270 - 2299 of 2514   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2270
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 ...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Jun 27, 2007
9:52 am
2271
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@...
Send Email
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)? ...
Ian
velorg
Offline Send Email
Jun 27, 2007
1:28 pm
2273
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...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Jun 28, 2007
8:47 am
2274
... 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...
Jon Green
bigfatmrmoose
Offline Send Email
Jun 30, 2007
8:21 pm
2275
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@...
Send Email
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 Groth
dgroth_99
Offline Send Email
Jul 12, 2007
2:01 pm
2277
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@...
Send Email
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:...
Detlef Groth
dgroth_99
Offline Send Email
Jul 12, 2007
2:50 pm
2279
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@...
Send Email
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...
Detlef Groth
dgroth_99
Offline Send Email
Jul 12, 2007
3:52 pm
2281
Hi, whoever is interested in latex-mode extensions similar to AUCTeX (for big Emacsens) should have a look at my page ...
Christof Boeckler
microemacs@...
Send Email
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@...
Send Email
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@...
Send Email
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 ...
Reza Roboubi
reza_rob2
Offline Send Email
Oct 17, 2007
11:28 am
2285
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@...
Send Email
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...
reza_rob2
Offline Send Email
Oct 18, 2007
7:03 am
2287
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@...
Send Email
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....
reza_rob2
Offline Send Email
Oct 28, 2007
8:31 am
2289
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@...
Send Email
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...
rlcgreen
Offline Send Email
Nov 9, 2007
12:20 am
2291
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 Worden
alexworden
Offline Send Email
Nov 19, 2007
9:16 pm
2292
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@...
Send Email
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... /* ......
cp200205
Online Now Send Email
Dec 25, 2007
5:35 pm
2294
... 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...
cp200205
Online Now Send Email
Dec 28, 2007
12:38 am
2295
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...
cp200205
Online Now Send Email
Dec 28, 2007
1:45 am
2296
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...
cp200205
Online Now Send Email
Dec 28, 2007
7:20 pm
2297
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...
cp200205
Online Now Send Email
Dec 28, 2007
8:41 pm
2298
For those who use maven and apt for site generation, I've created a language mode for it....
Bryan Schofield
schofield.bryan@...
Send Email
Feb 7, 2008
7:26 pm
2299
... Thanks Bryan, I dropped this here: http://www.jasspa.com/development/ Regards Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Feb 22, 2008
5:22 pm
Messages 2270 - 2299 of 2514   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help