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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2298 - 2327 of 2510   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
2300
I've been writing PHP code of late and have the following problem, and am hoping someone can point me in the right direction. Comments that should look like...
Thomas Hundt
thundt
Offline Send Email
Mar 3, 2008
11:14 pm
2301
Better folding, support for classes, ToDo,Fixes etc. Can be seen and downloaded here: http://www.dgroth.de/pmwiki/index.php?n=MicroEmacs.RMode regards, Detlef...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Mar 13, 2008
8:14 am
2302
I feel very happy that a text editor like MicroEmacs exists, i love it just like it is. But I had two little inconvinients using it, one is the multi-byte...
Pablo Mercader Alcant...
programingfrik
Offline Send Email
Mar 22, 2008
10:49 pm
2303
... Hi Pablo, With respect to multi-byte, a few people have asked but there as been no real attempt to look at this in any detail. So this is one for the ...
Jon Green
bigfatmrmoose
Offline Send Email
Mar 22, 2008
11:15 pm
2304
Hey, if it's a console xterm type of window, then the transparent might map to one of the ansi colors... anything displayed in that color comes out as...
thundt
Offline Send Email
Mar 23, 2008
12:08 am
2305 jasspa@...
jasspa
Offline Send Email
Apr 1, 2008
6:51 pm
2306
Hello all, I would like to run a pipeline like: $ /c/Programme/jasspa/me32.exe -m 'C:ME:find-file c:/path/to/ Makefile' $ /c/Programme/jasspa/me32.exe -m...
Dr. Detlef Groth
dgroth_99
Offline Send Email
Apr 9, 2008
6:01 am
2307
The server interface has deliberately been restricted to avoid the user accidentally breaking things (consider doing a large macro based operation to modify...
Steven Phillips
bill@...
Send Email
Apr 9, 2008
12:44 pm
2308
Hi Steven, I think the only thing I really would like to do is opening a file or reusing an existing buffer and optional going to a certain line number if line...
Detlef Groth
dgroth_99
Offline Send Email
Apr 9, 2008
2:27 pm
2309
Detlef, I've worked out the best way to do this, you need 2 macros - the first is the one directly called by the client/server interface, this stores the...
Steven Phillips
bill@...
Send Email
Apr 9, 2008
9:13 pm
2310
Thanks Steven, works like a charm: $ /c/Programme/jasspa/me32.exe -m 'C:ME:server-find-file c:/home/dgroth/mycvs/mytcl/goblet1/conf/goblet.cfg 2' $...
Detlef Groth
dgroth_99
Offline Send Email
Apr 10, 2008
4:11 am
2311
Detlef - Once apon a time I integrated a TCL interpreter with MicroEmacs that provided a new ME command "tcl some tcl statement" and one new TCL command "emf...
Bryan Schofield
schofield.bryan@...
Send Email
Apr 10, 2008
12:40 pm
2312
Hi Brian, sounds very interesting, do you have still some code around for the Tcl integration ? regards, Detlef ... -- Dr.Detlef Groth Neue Scheune 5 14548...
Detlef Groth
dgroth_99
Offline Send Email
Apr 10, 2008
1:59 pm
2313
I'm afraid I can't find it, but I remember the changes were pretty simple. A couple of C files. This would have been 3 years or so ago... I can't search the...
Bryan Schofield
schofield.bryan@...
Send Email
Apr 10, 2008
2:13 pm
2314
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...
Pablo Mercader Alcant...
programingfrik
Offline Send Email
May 17, 2008
5:09 am
2315
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,...
Thomas Hundt
thundt
Offline Send Email
May 17, 2008
6:05 am
2316
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@...
Send Email
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 ...
Jon Green
bigfatmrmoose
Offline Send Email
May 23, 2008
9:45 pm
2318
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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 ...
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
Online Now 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
Online Now 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
Messages 2298 - 2327 of 2510   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