From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Extended menu items, when are :enable and :filter computed? Date: Fri, 03 Mar 2006 15:58:28 -0500 Message-ID: References: <44010776.6020804@student.lu.se> <878xryp1bi.fsf-monnier+emacs@gnu.org> <85psl5xf2a.fsf@lola.goethe.zz> <44074F12.8030005@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1141431885 11508 80.91.229.2 (4 Mar 2006 00:24:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Mar 2006 00:24:45 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 04 01:24:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFKZe-00084H-MD for ged-emacs-devel@m.gmane.org; Sat, 04 Mar 2006 01:24:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFHv5-0007LR-7B for ged-emacs-devel@m.gmane.org; Fri, 03 Mar 2006 16:34:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FFHMC-0002iz-Qy for emacs-devel@gnu.org; Fri, 03 Mar 2006 15:58:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FFHM9-0002gg-1j for emacs-devel@gnu.org; Fri, 03 Mar 2006 15:58:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFHM7-0002fr-ID for emacs-devel@gnu.org; Fri, 03 Mar 2006 15:58:31 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FFHNs-0006Uq-UF for emacs-devel@gnu.org; Fri, 03 Mar 2006 16:00:21 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FFHM4-0006l2-FY; Fri, 03 Mar 2006 15:58:28 -0500 Original-To: Lennart Borgman In-reply-to: <44074F12.8030005@student.lu.se> (message from Lennart Borgman on Thu, 02 Mar 2006 21:01:22 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51113 Archived-At: This mode can tell what tags are allowed at a certain position in an XHTML document. This information could be used for building menus which perhaps would be good for beginners. However there are some computations required for that of course. If you really implement this, we can see how fast it runs and whether it needs optimization.