help-gnu-emacs
[Top][All Lists]
Advanced

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

Cancel enabling of minor-mode.


From: Constantin Kulikov
Subject: Cancel enabling of minor-mode.
Date: Wed, 27 Nov 2013 12:27:48 +0400

Can I somehow cancel enabling of my minor-mode?

Example of what I want:

(define-minor-mode test-mode
    "documentation"
    :init-value nil
    (if test-mode
        (if some-condition
            cancel enabling of test-mode. exit
          actions-when-enabling)
      actions-when-disabling))


reply via email to

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