unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#12740: 24.2.50; ERC fix broke modules after require
@ 2012-10-26 14:58 Antoine Levitt
  2012-10-26 15:21 ` Stefan Monnier
  0 siblings, 1 reply; 7+ messages in thread
From: Antoine Levitt @ 2012-10-26 14:58 UTC (permalink / raw)
  To: 12740, monnier

Hi,

The following code stopped working (ie truncate stopped being activated)
after a series of commits by Stefan Monnier

emacs -Q

(require 'erc)
(setq erc-modules '(truncate))
(erc-update-modules)
(erc :server "irc.freenode.net")

This worked fine before

Author: Stefan Monnier <monnier@iro.umontreal.ca>
Date:   Mon Oct 15 12:49:57 2012 -0400

    * lisp/erc/erc.el (erc-log): Make it into a defsubst.
    (erc-with-server-buffer, define-erc-module, erc-with-buffer)
    (erc-with-all-buffers-of-server): Use `declare'.
    * lisp/erc/erc-backend.el (erc-log): Adjust autoload accordingly.

After this, erc was broken until

Author: Stefan Monnier <monnier@iro.umontreal.ca>
Date:   Thu Oct 18 11:51:28 2012 -0400

    * lisp/erc/erc-backend.el: Require `erc' instead of autoloading its macros.

And after this commit, the sample code above stopped working.

Antoine





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-28 15:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 14:58 bug#12740: 24.2.50; ERC fix broke modules after require Antoine Levitt
2012-10-26 15:21 ` Stefan Monnier
2012-10-26 15:52   ` Antoine Levitt
2012-10-26 18:30     ` Stefan Monnier
2012-10-26 18:47       ` Antoine Levitt
2012-10-28 15:35         ` Stefan Monnier
2012-10-28 15:41           ` Antoine Levitt

Code repositories for project(s) associated with this public inbox

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

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).