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 1258 - 1288 of 2512   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1258
I have compiled microEmacs for the Zaurus. It's running fine with libcurses on my SL-C760 in a terminal window. The only hickup I experience is when I open up...
p.de.reus@...
Send Email
Nov 2, 2004
10:55 am
1259
... I assume that commands such as 'grep' are working correctly so the problem is with the terminal configuration. I do not run Zaurus and do not know how...
Jon Green
jnaught@...
Send Email
Nov 2, 2004
11:31 am
1260
I have no clue, this is just to say it works with the version (2004 07) I compiled for pdaxrom (if you are running sharp rom the libc) and i'm not sure if it...
Pierre Gaston
pgas@...
Send Email
Nov 2, 2004
11:41 am
1261
grep is indeed working correctly. The ME version by the way is 20040701 and the corresponding macro files (I have edited me.emf slightly, because on a Z the...
p.de.reus@...
Send Email
Nov 2, 2004
12:06 pm
1262
Thanks for nothing, you remember me about the ncurse/termcap... the pdaxrom version has been built with ncurse. there is an older console version compiled...
Pierre Gaston
pgas@...
Send Email
Nov 2, 2004
12:31 pm
1263
I'm trying to add a simple thing that I use all the time to one of the menus. Going off of examples in osd.emf and in the help for OSD, it looks like I could...
Thomas Hundt
thundt
Offline Send Email
Nov 2, 2004
11:09 pm
1264
Tom, It's down to execution order, osd.emf is not executed until the main menu is opened for the first time, the company file is executed at start-up as it can...
Steven Phillips
bill@...
Send Email
Nov 2, 2004
11:27 pm
1265
... Major one is that Control-Open-Bracket (^[) is not the same as Meta (<ESC>). Ctrl-Home go to top of current file. Ctrl-End go to bottom of current file. ...
Bob Paddock
ka8bmt
Offline Send Email
Nov 3, 2004
2:00 am
1266
... Some other things : kill-line kills the end-of-line kill-region, does not put the region in the "kill-ring" when used inside the minibuffer (don't know if...
Pierre Gaston
pgas@...
Send Email
Nov 3, 2004
10:45 am
1267
I've just discover, that in zaurus.emf the frame size should be set only when me is used in , so something like should be done !if &seq %platform "zaurusc" ...
Pierre Gaston
pgas@...
Send Email
Nov 3, 2004
10:51 am
1269
Oh it just slays me that in GNU, Home and End go to the top and bottom of the file. That's different from EVERY other windows app. -Th...
Thomas Hundt
thundt
Offline Send Email
Nov 3, 2004
11:41 am
1270
Somebody asked for some key bindings. Here is my current set. Some of the unbindings, in particular, may be obsolete by now. Don't ask me why I did half of...
Thomas Hundt
thundt
Offline Send Email
Nov 3, 2004
12:01 pm
1271
The feature of clicking an error message and jumping quickly to the error in source files does not work under certain circumstances. I am using a tool named...
Salman Khilji
salmankhilji
Offline Send Email
Nov 4, 2004
1:47 pm
1272
drag and drop works from Nautilus, but not in the following case (Using GNOME 2.6 on Fedora Core 2): 1) Select the "Search for File or Folders" utility from...
Salman Khilji
salmankhilji
Offline Send Email
Nov 4, 2004
9:05 pm
1273
... Hi Salman, Thanks for reporting this. Here is the fix. Line numbers may not be exact because this is from the working master version of the code which has...
Jon Green
bigfatmrmoose
Offline Send Email
Nov 4, 2004
10:22 pm
1274
This is a tough one, another equally valid example would be: (this is a test'(') # okay Even in a text file, we implicitly know which bracket is matched to...
Steven Phillips
bill@...
Send Email
Nov 4, 2004
10:35 pm
1275
... The xdnd source bundle on www.jasspa.com download has been updated with this fixed. Jon....
Jon Green
bigfatmrmoose
Offline Send Email
Nov 4, 2004
11:05 pm
1276
Well for a quick fix, I would make dmf.emf take a variable to determine which fences to match, instead of having them hardcoded. I would then simply remove...
Thomas Hundt
thundt
Offline Send Email
Nov 5, 2004
2:01 am
1277
Alas if it where that simple, dmf does not try to match the 's or "s, it only tries to match (), [] & {}. but the built in goto-matching-fence command (using...
Phillips, Steven
sphillips@...
Send Email
Nov 5, 2004
8:29 am
1278
Actually this is not just a pb for text file, this might cause problems editing scheme or lisp code where quotation is done with a single ' and where matching...
Pierre Gaston
pgas@...
Send Email
Nov 5, 2004
9:13 am
1279
A GNU Emacs feature that I'd find helpful on occasion is its ability to turn on line wrapping for very long lines... I'm running into this issue again right...
Thomas Hundt
thundt
Offline Send Email
Nov 11, 2004
1:35 am
1280
At work, I'm running ME on a Sun box, Xdisplaying back to a Win2k PC which has I think the latest Cygwin X server installed. And a lot of the time I can't copy...
Thomas Hundt
thundt
Offline Send Email
Nov 12, 2004
1:18 am
1281
here's a makefile I use to build with http://www.mingw.org The .rc file is not compiled or linked, so there's probably a crash waiting to happen. I haven't...
Patrick Anderson
igrewupinmon...
Offline Send Email
Nov 12, 2004
11:26 pm
1282
... Nice ... It does just about everything I want an editor to do... and is open source and cross platform! And the authors are nice guys. ... Forget anything...
Thomas Hundt
thundt
Offline Send Email
Nov 12, 2004
11:53 pm
1283
... I mean I'll be replacing eval.c with an interpreter that allows lisp to control the editor. ... Yes, this is not an overnight job....
Patrick Anderson
igrewupinmon...
Offline Send Email
Nov 13, 2004
12:02 am
1284
... Not tried with Cygwin X I usually use Exceed 10. Never seen a problem with this with respect to cut and paste. Exceed 9 was also OK (although there were...
Jon Green
jnaught@...
Send Email
Nov 13, 2004
12:18 am
1285
Patrick, ... Its not just eval.c but also exec.c (which contains the macro processing) and if you move ME away from its macro language then you will also have...
Steven Phillips
bill@...
Send Email
Nov 13, 2004
10:40 am
1286
Hi Patrick, I've discovered a flaw in your reasoning: BTW: I'm a many year GnuEmacs user, but jasspa interest me for many reasons - size being the first. and ...
p.de.reus@...
Send Email
Nov 15, 2004
9:21 am
1287
... I use me and vim paralel for editing. Me is really fast, and I like it very much, but if I can comment this thread, personally I also would like to see a...
Deak, Ferenc
deakfeco@...
Send Email
Nov 15, 2004
12:38 pm
1288
Size was the wrong choice of words on my part. While size is of some importance to me, complexity is what I fear most. My true interest is the...
Patrick Anderson
igrewupinmon...
Offline Send Email
Nov 15, 2004
5:57 pm
Messages 1258 - 1288 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