From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27121 invoked by alias); 25 Feb 2011 06:47:39 -0000 Received: (qmail 27112 invoked by uid 22791); 25 Feb 2011 06:47:38 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from caiajhbdcahe.dreamhost.com (HELO homiemail-a30.g.dreamhost.com) (208.97.132.74) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Feb 2011 06:47:33 +0000 Received: from homiemail-a30.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a30.g.dreamhost.com (Postfix) with ESMTP id 5BDC921DE71 for ; Thu, 24 Feb 2011 22:47:32 -0800 (PST) Received: from Laptop (78-69-62-15-no153.tbcn.telia.com [78.69.62.15]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: spamprotect@bengtl.net) by homiemail-a30.g.dreamhost.com (Postfix) with ESMTPSA id B0FF721DE6F for ; Thu, 24 Feb 2011 22:47:31 -0800 (PST) From: Bengt Larsson To: cygwin@cygwin.com Subject: Re: Mg3a - a version of Mg2a developed on Cygwin Date: Fri, 25 Feb 2011 06:47:00 -0000 Reply-To: cygwin@cygwin.com Message-ID: References: <35i9m6pt07r66fib882etg5tgirkr413co@4ax.com> <0105D5C1E0353146B1B222348B0411A209DAA0FF98@NIHMLBX02.nih.gov> <20110224085617.GM9392@calimero.vinschen.de> <4nccm61h5q3f207me4u69qfk6i0vqrd2f2@4ax.com> <20110224111447.GS9392@calimero.vinschen.de> <4D6712C7.2040901@laposte.net> In-Reply-To: <4D6712C7.2040901@laposte.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-02/txt/msg00530.txt.bz2 Cyrille Lefevre wrote: Thanks for your informed criticism. But I haven't suggested it should be delivered with Cygwin. >make install should copy mg to /bin instead of /docs/Command, Yup >copy >documentation files in /usr/share/doc/mg3a and samples (dot files) >in /us/share/doc/mg3a/examples Yes. Thanks. > >v2$ echo $LANG >en_US.UTF-8 > >v2$ mg >M-x emacs-version >Mg 2a (formerly MicroGnuEmacs) Ah. Thanks. > >s/2/3/ no ? > >v2$ mg >^H a RET >apropos: Segmentation fault >uh! Old bug. Menitioned in the old documentation. Incredibly hairy code. > >sigh, no ^X d (aka dired mode) by default ! True. I never use it. I kind of philosophically disagree with it. >well, I've tried w/o NO_DIRED and d_makename() needs to be rewritten >a lot to handle dynamic comlumns sizing of gnu ls :-( It was good that it worked at all :-) There is also a NO_BACKUP #define. I don't guarantee what happens if you remove it. >to compile w/o NO_DIRED, in function fbackupfile in file fileio.c, replace : >char *malloc(); >by >#define rename renamefile Helpful. Thanks. > >^Z doesn't suspend ! I know. The very old code did this for a BSD system. But I have never figured out how to do this portably on a more modern system. Mentioned in the documentation. > >^X ^F doesn't complete :-( That would be a nice feature. > >no M-T (transpose-words) Hmm. Could be added I guess. > >M-x something say [Ambiguous] w/o listing possible solutions OK. It never did, actually. Of course we don't have to do everything Emacs did. > >about defines : >-DNO_BACKUP may be replaced by -DMAKEBACKUP=0, so, it is disabled by >default and may be enable using (make-backup-files) if needed. >as suggested, -DLF_DEFAULT should be defined If it were distributed with Cygwin I would certainly define LF_DEFAULT. I wouldn't do it all on my own, but certainly if it's a condition. >-DNOTAB seems to work fine but no-tab-mode and nobom must be switched in >keymap.c OH! Thanks. Fixed. >-DPREFIXREGION seems to work fine >-DREGEX seems to work fine I haven't touched those. >-DSCROLLBYONE seems to work fine OK. That was more thorough than I asked for ;-) But very helpful. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple