I have just discovered NanoEmacs - so much editor power in such a tiny footprint - Great work! Howver, I have a major problem using ne (under Windows) with a...
Make sure that the file "ne.emf" is really loading. To test the script then load ne.emf into "ne" and then M-x execute-buffer Try the keys again they should...
Jon Green
jnaught@...
Jun 5, 2002 12:57 pm
646
I know ne.emf is being loaded because I get the dark red modeline ;-) Actually, that reminds me - although I have set MEPATH to point to where ne.exe & ne.emf...
OK Thanks, I'm now not sure what keyboard translation is correct for a German Keyboard ? Do you have a German Keyboard in Germany or operating with some other...
Jon Green
jnaught@...
Jun 5, 2002 1:19 pm
648
Ahhh ! It seems that the German keyboard stuff in the default ne.emf works only with *Windows* ne.exe and not the *console* version! Is there a test I can put...
Here is a solution that works for me (NT, 2000, XP) Create a file called ne32.bat containing just one line: start /DC:\DJH\APPS\Tools\ ne.exe %1 (Replace...
I had a suspicion it was a Windows/Console issue - I hate this crap inconsistent operating system, it causes so much grief! Whats the betting that this only...
Steven Phillips
sphillips@...
Jun 5, 2002 1:54 pm
651
I have set $keep-versions to 0. What else do I need do to tell NE that I don't want *any* backups at all? -- David...
Disable the backup mode, i.e. add the following to your ne.emf -1 global-mode "backup" Steve...
Steven Phillips
sphillips@...
Jun 6, 2002 12:48 pm
653
Thanks! Were is all this documented so that I can avoid asking lots of silly questions? I am very familiar with XEmacs lisp (my .emacs contains ~10,000 lines...
I use the on-line ME help (me.ehf file), start-up ME (not NE) and in the main menu go to Help -> General Help, select search, using a search for of "backup" ...
Steven Phillips
sphillips@...
Jun 6, 2002 1:50 pm
655
Hi, On Detlef Groth's ME page, I found a nice version of the ME help in Windows Help file format, http://www.microemacs.de/download/me99.chm This is very...
Hello, ok seems that someone is interested so I will do a update for me2002 soon. regards, Detlef ... -- Dr. Detlef Groth Max-Planck-Institut fuer Molekulare...
the updated helpfile for ME 2002 is at http://www.dgroth.de/me2002.chm in the moment this is for windows-users only. I will try to implement a UNIX-variant too...
Hi, I'm trying to use the 'vm' facility to read mail. Does this currently work? (Using ver 02/01/01.) I'd rather use ME than the pine/elm type of wimpy mail...
I read in the documentation that Jasspa developed a dll to intergrate MicroEmacs into Microsoft Development Studio. The name of the said dll was memsdev.dll....
You have to build memsdev.dll !! Given that you have MS-DEV Studio then you can build it. The source and MS project are in a sub-directory of the source tree...
Jon Green
jnaught@...
Jun 13, 2002 11:38 am
666
Greetings, I am using me on an hpux. I use it to edit .SQL files and everything is working great except when I press the tab key I get 4 spaces inserted and I...
I found some more info in the FAQ on $tabwidth, but even after I set it to 3 it gets reset to 4 when I edit a .sql file. Is there a global place where indent ...
Could create own buffer extensions to cope with the tab width setting i.e. mysql.emf. Then in the .sql file you can introduce the header:- /* -!- sql...
Jon Green
jnaught@...
Sep 16, 2002 2:35 pm
669
Jon, Thanks for the quick response. I'll have to digest what you sent, but if I need more help I'll be sure and ask. That's one thing about this list -- ...
Has any one ever ported the nanoemacs editor to the Gentoo distribution? http://www.gentoo.org/ Gentoo is a distro that is pure build from source, like BSD...
Bob, First that I've heard of Gentoo - certainly not received any correspondence on this distro from anybody. Slackware user myself - simple and clean no...
Each time I create a new C program file, it would stick in a huge comment block for me to fill in name and company and some legal stuff. What I want is just a...
Yong Kwang Goh
gohyongkwang@...
Sep 23, 2002 4:02 am
673
Initially I thought MicroEmacs should be a tiny text editor (a mini-clone of Emacs) weighing in below 1 MB. But after installing it, it came up to about 6MB...
Yong Kwang Goh
gohyongkwang@...
Sep 23, 2002 4:21 am
674
Create your own template file for 'C' etc. These files all have the .etf extension. Your files will be empty if you really have no header at all !! So the file...