This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mg3a - a version of Mg2a developed on Cygwin



Le 24/02/2011 19:50, Bengt Larsson a écrit :


Utf-8 and a number of 8-bit charsets, actually. I'm getting rather
annoyed that people judge the program without looking at it. And it does
use nl_langinfo(CODESET).

make install should copy mg to /bin instead of /docs/Command, copy documentation files in /usr/share/doc/mg3a and samples (dot files)
in /us/share/doc/mg3a/examples


v2$ echo $LANG
en_US.UTF-8

v2$ mg
M-x emacs-version
Mg 2a (formerly MicroGnuEmacs)

s/2/3/ no ?

v2$ mg
^H a RET
apropos: Segmentation fault
uh!

sigh, no ^X d (aka dired mode) by default !
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 :-(
to compile w/o NO_DIRED, in function fbackupfile in file fileio.c, replace :
char *malloc();
by
#define rename renamefile

^Z doesn't suspend !

^X ^F doesn't complete :-(

no M-T (transpose-words)

M-x something say [Ambiguous] w/o listing possible solutions

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
-DNOTAB seems to work fine but no-tab-mode and nobom must be switched in keymap.c
-DPREFIXREGION seems to work fine
-DREGEX seems to work fine
-DSCROLLBYONE seems to work fine


Regards,

Cyrille Lefevre
--
mailto:Cyrille.Lefevre-lists@laposte.net



--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]