So it's more conventional to use a minor-mode to do this than just two functions?

If so, is it considerably more difficult to implement it as a minor-mode? And would the code look any cleaner?

-Steven


On Wed, Apr 3, 2013 at 12:17 PM, Óscar Fuentes <ofv@wanadoo.es> wrote:
Steven Degutis <sbdegutis@gmail.com> writes:

> Can minor modes be enabled/disabled on a per-window basis? If not, I think
> this doesn't solve the problem.

A minor mode is how this kind of features are usually implemented on
Emacs. Functionally, it is no better than your current approach based on
functions for enabling and disabling. Sorry for the confussion.