From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: options.el obsolete? Date: Thu, 11 Jul 2002 12:56:39 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200207111656.g6BGudL03182@rum.cs.yale.edu> References: <20020710115646.D774.LEKTU@terra.es> <20020710153304.D783.LEKTU@terra.es> <200207111201.g6BC15I16896@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1026413765 30594 127.0.0.1 (11 Jul 2002 18:56:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2002 18:56:05 +0000 (UTC) Cc: lektu@terra.es, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Sj6j-0007xL-00 for ; Thu, 11 Jul 2002 20:56:05 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17SjGF-0001LG-00 for ; Thu, 11 Jul 2002 21:05:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Sj7Q-0004fZ-00; Thu, 11 Jul 2002 14:56:48 -0400 Original-Received: from delysid.gnu.org ([158.121.106.20]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Sj6b-0004bi-00; Thu, 11 Jul 2002 14:55:57 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by delysid.gnu.org with esmtp (Exim 3.34 #2) id 17ShFB-00054o-00; Thu, 11 Jul 2002 12:56:41 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g6BGudL03182; Thu, 11 Jul 2002 12:56:39 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Richard Stallman Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5671 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5671 > Is lmenu.el really obsolete? I don't think anything else in Emacs > defines those functions. Are the XEmacs facilities that it implements > obsolete in XEmacs? If not, then we should mark lmenu.el as not > obsolete. It's obsolete in the sense that if you want compatible menus between Emacs and XEmacs you should use easymenu. That's what everybody does. Emacs itself of course doesn't use it, and a google search only turns up "setup.el" (a 1994 package) and ibuf-compat.el which uses it for Emacs-20 but not for Emacs-21. Furthermore we definitely want to deprecate this interface and have people move to easymenu (or to native Emacs menus). So please move it to `obsolete'. Stefan