Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

jasspa · JASSPA's MicroEmacs

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 127
  • Category: Cyberculture
  • Founded: Jul 7, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 2319 - 2348 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2319 Bryan Schofield
schofield.bryan@... Send Email
May 27, 2008
12:52 pm
Is this meTRANSKEY 250ms value the default time used when creating new translate-key bindings?...
2320 Phillips, Steven
sphillips@... Send Email
May 27, 2008
1:25 pm
I believe so and changing this one value should change the time used for all (when the time is not explicitly given) although I have not tested this, Steve ...
2321 Bryan Schofield
schofield.bryan@... Send Email
May 27, 2008
8:34 pm
I don't know if I've posted these before, but here are 4 schemes that I use. They all share the same basic color palette but differ in their primary colors. ...
2322 Dr. Detlef Groth
dgroth_99 Send Email
Jun 20, 2008
9:46 am
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 ...
2323 Dr. Detlef Groth
dgroth_99 Send Email
Jun 20, 2008
11:35 am
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...
2324 cp200205 Send Email Jun 22, 2008
2:08 pm
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...
2325 Jon Green
bigfatmrmoose Send Email
Jun 22, 2008
4:41 pm
... 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...
2326 Jeremy Cowgar
cp200205 Send Email
Jun 22, 2008
4:52 pm
... 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 ...
2327 Pedro Gomes
azynheira Send Email
Jun 30, 2008
1:12 pm
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...
2328 Jon Green
bigfatmrmoose Send Email
Jun 30, 2008
2:15 pm
... 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...
2329 Pedro Gomes
azynheira Send Email
Jun 30, 2008
4:18 pm
Hi Jon, Sorry about my dyslexia :P, but I was refering to the latest 2008 development snapshot. It seems that only the 'Shift-LeftMouseButton&#39; assignment is...
2330 Pedro Gomes
azynheira Send Email
Jul 15, 2008
2:24 pm
Hello Jon, Do you have any news concerning the fix for this problem ? Any news concerning the new release of MicroEmacs? Regards, Pedro...
2331 Phillips, Steven
sphillips@... Send Email
Jul 15, 2008
2:51 pm
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...
2332 Jon Green
bigfatmrmoose Send Email
Jul 15, 2008
9:16 pm
... 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....
2333 Jeremy Cowgar
cp200205 Send Email
Jul 15, 2008
9:40 pm
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...
2334 Pedro Gomes
azynheira Send Email
Jul 15, 2008
9:44 pm
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....
2335 Jeremy Cowgar
cp200205 Send Email
Jul 16, 2008
8:02 pm
I have the following indent code: indent .hilight.euphoria c "[-+=*/<>,{][ \t]*$" t indent .hilight.euphoria c "[-+=*/<>,{][ \t]*--.*$" t The second is...
2336 Jon Green
bigfatmrmoose Send Email
Jul 16, 2008
9:30 pm
... No not really, it is OK as you have defined it. Jon....
2337 Jeremy Cowgar
cp200205 Send Email
Jul 16, 2008
9:39 pm
... The only problem is I have about 10 similar statements, thus, I will have about 20 lines that say roughly the same thing :-/ Jeremy...
2338 Jon Green
bigfatmrmoose Send Email
Jul 16, 2008
9:58 pm
... 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 ...
2339 Steven Phillips
bill@... Send Email
Jul 17, 2008
10:31 pm
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...
2340 Lechee.Lai
lecheel Send Email
Jul 21, 2008
11:51 pm
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 ...
2341 Lechee.Lai
lecheel Send Email
Jul 23, 2008
12:58 pm
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 ...
2342 Phillips, Steven
sphillips@... Send Email
Jul 23, 2008
1:41 pm
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....
2343 Phillips, Steven
sphillips@... Send Email
Jul 23, 2008
1:50 pm
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...
2344 lechee lai
lecheel Send Email
Jul 23, 2008
10:10 pm
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:...
2345 Lechee.Lai
lecheel Send Email
Jul 25, 2008
6:17 am
here work around for tag-back support ... ; -!- emf -!- ; Created: 2oo8 ; Synopsis: Another TAGs ; Authors: Lechee Lai define-macro atags-next set-variable #l8...
2346 Lechee.Lai
lecheel Send Email
Jul 29, 2008
2:28 pm
this version should working ... ; -!- emf -!- ; Created: 2oo8 ; Synopsis: Another TAGs with tag-back ; Authors: Lechee Lai 0 define-macro save-tagname ...
2347 Lechee.Lai
lecheel Send Email
Jul 30, 2008
7:59 am
my goal hope duplicate tags should have selection :-p...
2348 Pablo Mercader Alcant...
programingfrik Send Email
Sep 11, 2008
3:04 pm
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...
Messages 2319 - 2348 of 2695   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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