From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: windows-1251 language environment Date: Tue, 14 Oct 2003 15:31:15 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200310032356.54476.pogonyshev@gmx.net> <200310060013.52049.pogonyshev@gmx.net> <200310070254.LAA11795@etlken.m17n.org> <200310140044.JAA23909@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1066160475 2250 80.91.224.253 (14 Oct 2003 19:41:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2003 19:41:15 +0000 (UTC) Cc: pogonyshev@gmx.net, d.love@dl.ac.uk, jasonr@f2s.com, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Oct 14 21:41:12 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9V2e-0002kC-00 for ; Tue, 14 Oct 2003 21:41:12 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A9V2e-0004HY-00 for ; Tue, 14 Oct 2003 21:41:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9Uyl-0002IE-2T for emacs-devel@quimby.gnus.org; Tue, 14 Oct 2003 15:37:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A9Uwm-00021j-Id for emacs-devel@gnu.org; Tue, 14 Oct 2003 15:35:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A9UwF-0001w9-Ju for emacs-devel@gnu.org; Tue, 14 Oct 2003 15:35:06 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A9UwF-0001w0-3q for emacs-devel@gnu.org; Tue, 14 Oct 2003 15:34:35 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1A9Ut1-0006PS-6R; Tue, 14 Oct 2003 15:31:15 -0400 Original-To: Kenichi Handa In-reply-to: <200310140044.JAA23909@etlken.m17n.org> (message from Kenichi Handa on Tue, 14 Oct 2003 09:44:06 +0900 (JST)) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17090 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17090 My intention is to have something like "new" under this menu: When "new" is selected, Emacs put a user in a buffer in which he can create his own language environment interactively. Typing C-c C-c should ask if he want to use that environment in the future session. That seems like a good feature. It could be implemented with or without define-derived-language.