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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2322 - 2351 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2322
Hi all, I finally found the time to interact with the ME-Server from an Tcl-Tree showing my project files see: http://www.dgroth.de/downloads/me-no-ide.png ...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Jun 20, 2008
9:46 am
2323
Hi. sorry, but I found the solution myself. Of course I have to use just the server-find-file command from below instead of find-file: The Tcl-command is: exec...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Jun 20, 2008
11:35 am
2324
I have code like: constant NAME=1, AGE=2, DOB=3 However, indenting is not working for it (my own mode). Indenting works for everything else, but I cannot seem...
cp200205
Offline Send Email
Jun 22, 2008
2:08 pm
2325
... There is nothing for the indent to work against as there is no indent character like '{' or '(' so it simply defaults to an indent-width for a line...
Jon Green
bigfatmrmoose
Offline Send Email
Jun 22, 2008
4:41 pm
2326
... Actually, all I want to do is a line continuation, that's all but I cannot seem to make it work correctly and am not finding an example except in ...
Jeremy Cowgar
cp200205
Offline Send Email
Jun 22, 2008
4:52 pm
2327
Hello All, Found a problem in the assignment of the Sift-Left-Button assignment. It never seems to work (all the others and with the other buttons are correct...
Pedro Gomes
azynheira
Offline Send Email
Jun 30, 2008
1:12 pm
2328
... Hi Pedro, Are you referring to the the me20080218_dev_snapshot that is here: http://www.jasspa.com/development/me20080218_dev_snapshot/ or the official...
Jon Green
bigfatmrmoose
Offline Send Email
Jun 30, 2008
2:15 pm
2329
Hi Jon, Sorry about my dyslexia :P, but I was refering to the latest 2008 development snapshot. It seems that only the 'Shift-LeftMouseButton' assignment is...
Pedro Gomes
azynheira
Offline Send Email
Jun 30, 2008
4:18 pm
2330
Hello Jon, Do you have any news concerning the fix for this problem ? Any news concerning the new release of MicroEmacs? Regards, Pedro...
Pedro Gomes
azynheira
Offline Send Email
Jul 15, 2008
2:24 pm
2331
This is probably one of my bugs and I've just not had a chance to look into it yet - sorry. As for a release, I think we should generate one but as the...
Phillips, Steven
sphillips@...
Send Email
Jul 15, 2008
2:51 pm
2332
... Hi Pedro, I'm catching up with the out of date documentation at the moment which is the biggest job. Lets say its more than a few weeks away at the moment....
Jon Green
bigfatmrmoose
Offline Send Email
Jul 15, 2008
9:16 pm
2333
Jon, I am using Vista and have had no problems what-so-ever. I do spend a most of my time in vim though (sorry) because of an indenting problem I have with the...
Jeremy Cowgar
cp200205
Offline Send Email
Jul 15, 2008
9:40 pm
2334
Hi All, I was surely not making any pressure at all :-) Just wondering that's all :-) I totally understand your various points and I'll stop holding my breath....
Pedro Gomes
azynheira
Offline Send Email
Jul 15, 2008
9:44 pm
2335
I have the following indent code: indent .hilight.euphoria c "[-+=*/<>,{][ \t]*$" t indent .hilight.euphoria c "[-+=*/<>,{][ \t]*--.*$" t The second is...
Jeremy Cowgar
cp200205
Offline Send Email
Jul 16, 2008
8:02 pm
2336
... No not really, it is OK as you have defined it. Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Jul 16, 2008
9:30 pm
2337
... The only problem is I have about 10 similar statements, thus, I will have about 20 lines that say roughly the same thing :-/ Jeremy...
Jeremy Cowgar
cp200205
Offline Send Email
Jul 16, 2008
9:39 pm
2338
... Thats OK, get it working first and then come back and see if it needs to be optimised. Unfortunately the regular expression support in indent is ...
Jon Green
bigfatmrmoose
Offline Send Email
Jul 16, 2008
9:58 pm
2339
This is absolutely fine, ME constructs a structure which is very efficient, it has to be as the same code is used by the hilighter. If you consider the regex...
Steven Phillips
bill@...
Send Email
Jul 17, 2008
10:31 pm
2340
does me fans can hint me how to use find-tag how find-tag for duplication tag, where is find-tag-back? or how to use me for source code browsing :-) thanks ...
Lechee.Lai
lecheel
Offline Send Email
Jul 21, 2008
11:51 pm
2341
since the first time using ME macros hope ME guys can share something for me 1. is ME macros have function like strstr(...) position for first occurrence str ...
Lechee.Lai
lecheel
Offline Send Email
Jul 23, 2008
12:58 pm
2342
Use Tools -> <file-type> Tools -> Generate Tags File to generate a tags file, if this is not available you will need to generate a tags file via another route....
Phillips, Steven
sphillips@...
Send Email
Jul 23, 2008
1:41 pm
2343
1. &sin is equivalent, see help page for more details. 2. Yuo should probably use $buffer-fname and use &rsin "." $buffer-fname to locate the last '.', try...
Phillips, Steven
sphillips@...
Send Email
Jul 23, 2008
1:50 pm
2344
petty help Steve, here is my fte.grp ... File: /usr/share/jasspa/macros/vgrep.emf 3:; Synopsis: "vgrep" command handling 11:define-macro vgrep 40:...
lechee lai
lecheel
Offline Send Email
Jul 23, 2008
10:10 pm
2345
here work around for tag-back support ... ; -!- emf -!- ; Created: 2oo8 ; Synopsis: Another TAGs ; Authors: Lechee Lai define-macro atags-next set-variable #l8...
Lechee.Lai
lecheel
Offline Send Email
Jul 25, 2008
6:17 am
2346
this version should working ... ; -!- emf -!- ; Created: 2oo8 ; Synopsis: Another TAGs with tag-back ; Authors: Lechee Lai 0 define-macro save-tagname ...
Lechee.Lai
lecheel
Offline Send Email
Jul 29, 2008
2:28 pm
2347
my goal hope duplicate tags should have selection :-p...
Lechee.Lai
lecheel
Offline Send Email
Jul 30, 2008
7:59 am
2348
I heard from a friend that it is not posible to free a software that started as a comercial software because the original author of the software can veto the...
Pablo Mercader Alcant...
programingfrik
Offline Send Email
Sep 11, 2008
3:04 pm
2349
... We sought and obtained permission from the original author. ... Yes JASSPA S/W really is legitimately GPL. We would not state this if this were not the...
Jon Green
bigfatmrmoose
Offline Send Email
Sep 11, 2008
3:37 pm
2350
... Certainly, they can veto it. He didn't in this case. "Special thanks to Danial M. Lawrence, the original author and copyright holder of MicroEmacs, for...
s. keeling
keeling@...
Send Email
Sep 12, 2008
12:00 am
2351
Hi! Long time - no mail :-) I don't remember the time when I first noticed this, but at the moment my ME lacks a vertical scroll bar. Is this a configurable...
Christof Boeckler
microemacs@...
Send Email
Mar 9, 2009
7:06 pm
Messages 2322 - 2351 of 2512   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