Good nights ! I thought that this would be easier, i couldn't make transparent the me's background on the X (i'm using gnome-terminal and xfce4-terminal). i...
Note: my suggestion pertained to running ME inside an xterm (in other words, 'me -n' or the 'mec' version which is console-only). Not as a native X app. So,...
I'm having to do some work remotely over a painfully slow network. ME works great in console mode -- I'm rlogin'ed to a Solaris server. However, over the slow...
Bryan Schofield
schofield.bryan@...
May 23, 2008 7:27 pm
2317
... Hi Bryan, We have never seen this (and certainly used to use termcap mode a lot before we had X-Windows support on SGI platforms in the dim and distant ...
The quick fix, if you have a compiler, which should solve the problem is to change the default. In termio.c look for the following line: meTRANSKEY...
Steven Phillips
bill@...
May 24, 2008 2:18 pm
2319
Is this meTRANSKEY 250ms value the default time used when creating new translate-key bindings?...
Bryan Schofield
schofield.bryan@...
May 27, 2008 12:52 pm
2320
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 ...
Phillips, Steven
sphillips@...
May 27, 2008 1:25 pm
2321
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. ...
Bryan Schofield
schofield.bryan@...
May 27, 2008 8:34 pm
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 ...
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...
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...
... 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...
... 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 ...
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...
... 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...
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...
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@...
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, 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...
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....
I have the following indent code: indent .hilight.euphoria c "[-+=*/<>,{][ \t]*$" t indent .hilight.euphoria c "[-+=*/<>,{][ \t]*--.*$" t The second is...
... 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 ...
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@...
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 ...
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 ...
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@...
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...