all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Noam Postavsky <npostavs@users.sourceforge.net>
Cc: "Charles A. Roelli" <charles@aurox.ch>, 29417@debbugs.gnu.org
Subject: bug#29417: 26.0.90: minor modes enabled after C-h f
Date: Tue, 28 Nov 2017 13:58:32 -0500	[thread overview]
Message-ID: <ra4lpe6xif.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <g3wp2gpkzw.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 23 Nov 2017 19:40:19 -0500")


Since erc-open runs erc-update-modules, I think this might work.
It fixes the issue, but I'm not an ERC user.

--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -1845,6 +1845,7 @@ erc-modules
   :get (lambda (sym)
          ;; replace outdated names with their newer equivalents
          (erc-migrate-modules (symbol-value sym)))
+  :initialize 'custom-initialize-default
   :set (lambda (sym val)
          ;; disable modules which have just been removed
          (when (and (boundp 'erc-modules) erc-modules val)





  parent reply	other threads:[~2017-11-28 18:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-23 20:20 bug#29417: 26.0.90: minor modes enabled after C-h f Charles A. Roelli
2017-11-23 23:45 ` Noam Postavsky
2017-11-24  0:40   ` Glenn Morris
2017-11-24  3:26     ` Noam Postavsky
2017-11-28 18:58     ` Glenn Morris [this message]
2017-12-04  2:59       ` Glenn Morris

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

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

  git send-email \
    --in-reply-to=ra4lpe6xif.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=29417@debbugs.gnu.org \
    --cc=charles@aurox.ch \
    --cc=npostavs@users.sourceforge.net \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.