emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Selecting mumamo modes


From: Richard M. Stallman
Subject: Selecting mumamo modes
Date: Thu, 25 Sep 2008 13:46:15 -0400

Here's an idea.  Suppose that `normal-mode' sees that a file specifies
a major mode of the form `A+B'.  If there is no function `A+B-mode',
it could create one using mumamo, based on `A-mode' and `B-mode', and
then call it.

That is safe because it only lets a file call `A-mode' and `B-mode',
which files can already do individually.

Naturally the feature should handle cases of more than two modes in a
similar way.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]