unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: steve-humphreys@gmx.com
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Minor modes and file names
Date: Thu, 28 Jan 2021 16:57:11 +0100	[thread overview]
Message-ID: <trinity-33a577e4-c142-40a9-b576-71ea0c3f3fa4-1611849431651@3c-app-mailcom-bs07> (raw)

I have made a minor made for texinfo and noticed that the minor mode
does not take effect unless tho file name matches the minor mode name.

For instance, changing the name of the file to "crucible-mode-2021-01-28.el"
the minor mode fails to load.

----- crucible-mode.el -----
(define-minor-mode crucible-mode ...)
(provide 'crucible-mode)

----- gtexinfo.el -----
(add-to-list
   'load-path "~/Genadm/build/gungadin-1.0/elisp/crucible")
(require 'crucible-mode)
(add-hook 'texinfo-mode-hook 'crucible-mode)






             reply	other threads:[~2021-01-28 15:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28 15:57 steve-humphreys [this message]
2021-01-28 16:15 ` Minor modes and file names Robert Pluim
2021-01-28 16:51   ` steve-humphreys
2021-01-28 20:29     ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=trinity-33a577e4-c142-40a9-b576-71ea0c3f3fa4-1611849431651@3c-app-mailcom-bs07 \
    --to=steve-humphreys@gmx.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).