I figured mg could use a help-with-tutorial function, which emacs uses to display an interactive tutorial. So I shut-up-and-tried-to-hack it :). Please let me know what you think. Cheers, Mayukh Index: Makefile =================================================================== RCS file: /cvs/src/usr.bin/mg/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- Makefile 13
The mg editor currently prints the column # off by one on the status line (for instance, it shows C0 instead of C1 when the cursor is on the first column). The following patch fixes that behavior. Cheers, Mayukh Index: random.c =================================================================== RCS file: /cvs/src/usr.bin/mg/random.c,v retrieving revision 1.25 diff -u -r1.25 random.c
Mayukh Bose <mayukh_bose@hotmail.com> 2008-07-27: +This tutorial was written based on a similar tutorial written for GNU Emacs +by Richard M. Stallman. IANAL, but I guess your rewritten tutorial is still a derivative work of the original one. The structure and much of the wording is still very similar to the original. I would think that the original copyrights still apply; I don't think
On Sun, Jul 27, 2008 at 4:08 AM, Mayukh Bose <mayukh_bose@hotmail.com> wrote: Hi, Just noticed that the current mg tutorial file has lots of places where it calls itself Emacs instead of mg. On top of that, the tutorial file has a GPL license. I took the liberty of rewriting the tutorial file from scratch to make it mg specific and now it also has a BSD license. You may
Hi Mayukh One of the 3 variants below should do the job. You asked for variant 2 as much as I got it. Give variant 3 a thought. It may be that it makes further processing/ analysis easier for you. Patrick data work.OrigData; input year1 year2; datalines; 1986 2007 1990 2000 1989 1999 ; title1 'With Missing'; data work.WithMissing (drop=i); set work.OrigData; array YearArr