X-Recipient: archive-cygwin AT delorie DOT 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 To: cygwin AT cygwin DOT com Subject: Re: Mg3a - a version of Mg2a developed on Cygwin Date: Wed, 23 Feb 2011 10:11:48 +0100 Reply-To: cygwin AT cygwin DOT com Message-ID: References: <35i9m6pt07r66fib882etg5tgirkr413co AT 4ax DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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