unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: wael-zwaiter@gmx.com
To: Help Gnu Emacs <help-gnu-emacs@gnu.org>
Subject: Minor mode for texinfo
Date: Sat, 30 Jan 2021 13:17:31 +0100	[thread overview]
Message-ID: <trinity-37446082-a773-4a33-8986-63800a313370-1612009051288@3c-app-mailcom-bs16> (raw)

Have added the foll/owing minor mode to my texinfo.el

Also I have in another file (display.el) the line

When I open a texinfo file I get to the correct texinfo mode.  But the
minor mode is not being activated, and have to use "M-x crucible-mode".

Why in the minor made not being activated automatically?

----- display.el -----
(add-to-list 'auto-mode-alist '("\\.texi\\'" . texinfo-mode))


----- texinfo.el -----
(add-to-list
   'load-path "~/Genadm/build/gungadin-1.0/elisp/crucible")
;;(require 'crucible-mode "crucible-mode-prot-2021-01-28-utc0656")
(require 'crucible-mode)
(add-hook 'texinfo-mode-hook 'crucible-mode)






                 reply	other threads:[~2021-01-30 12:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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-37446082-a773-4a33-8986-63800a313370-1612009051288@3c-app-mailcom-bs16 \
    --to=wael-zwaiter@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).