X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.2 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE
X-Spam-Check-By: sourceware.org
From: Bengt Larsson <lists.cygwin2@bengtl.net>
To: cygwin@cygwin.com
Subject: Re: Mg3a - a version of Mg2a developed on Cygwin
Date: Wed, 23 Feb 2011 10:11:48 +0100
Reply-To: cygwin@cygwin.com
Message-ID: <pjj9m69hk93oransnkae3sp5pl0qfoodhf@4ax.com>
References: <35i9m6pt07r66fib882etg5tgirkr413co@4ax.com>
In-Reply-To: <35i9m6pt07r66fib882etg5tgirkr413co@4ax.com>
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
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Bengt Larsson wrote:
>As I mentioned in an earlier message I have been developing UTF-8
>support for an editor, Mg2a. I chose to call it Mg3a.

The README:
------------
This is Mg, formerly Mg2a, formerly MicroGnuEmacs. It was extended by
Bengt Larsson to deal with CRLF/LF and UTF-8, plus some other small
extensions. The original README and documents are in orig/. The
extensions as well as the original, with some exceptions mentioned in
the original README, are in the public domain. 

Enjoy your GNU Emacs-like editor.

If you are on Cygwin, Mg defaults to CRLF line endings. You may want
to set them to LF by putting this in a file .mg in your home
directory:

  (set-default-mode "lf")

If you have files in an old 8-bit character set, and if you are in a
UTF-8 locale, you may want to add a command to set the default 8bit
character set. Default is CP1252. For example:

  (set-default-8bit-charset "cp1250")

"list-charsets" lists the available charsets.


Commands are documented in README.reference. README.programmer and
README.misc include some extra info. 

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

