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: enriched-mode and switching major modes. Date: Wed, 22 Sep 2004 03:11:15 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200409042358.i84Nwjt19152@raven.dms.auburn.edu> <87llfn5ihw.fsf@emacswiki.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095837179 12138 80.91.229.6 (22 Sep 2004 07:12:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Sep 2004 07:12:59 +0000 (UTC) Cc: epameinondas@gmx.de, boris@gnu.org, alex@emacswiki.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 22 09:12:52 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CA1J6-0002aO-00 for ; Wed, 22 Sep 2004 09:12:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CA1P4-0000FB-9r for ged-emacs-devel@m.gmane.org; Wed, 22 Sep 2004 03:19:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CA1Oa-0008Tl-Dw for emacs-devel@gnu.org; Wed, 22 Sep 2004 03:18:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CA1OX-0008SF-D1 for emacs-devel@gnu.org; Wed, 22 Sep 2004 03:18:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CA1OX-0008SC-9l for emacs-devel@gnu.org; Wed, 22 Sep 2004 03:18:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CA1Hj-00048T-AS for emacs-devel@gnu.org; Wed, 22 Sep 2004 03:11:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CA1HX-0007qW-OX; Wed, 22 Sep 2004 03:11:16 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27416 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27416 Maybe we could allow 'category to take a value which is a list of category symbols -- and then use those categories in order, i.e. when looking for a specific property, use the first occurrence. That seems clean to me; if it does the job, I would say yes.