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@...
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@...
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@...
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@...
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@...
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...
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@...
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. ...
... 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@...
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@...
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...
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...
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...
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...
... 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...
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@...
Nov 4, 2004 10:35 pm
1275
... The xdnd source bundle on www.jasspa.com download has been updated with this fixed. Jon....
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...
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@...
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@...
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...
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...
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...
... 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...
... 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@...
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@...
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@...
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@...
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...