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

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

bug#21549: 25.0.50; winner.el: void-function cl-remove-if-not


From: Mark Oteiza
Subject: bug#21549: 25.0.50; winner.el: void-function cl-remove-if-not
Date: Thu, 24 Sep 2015 12:06:38 -0400

Hi,

The recent change to winner.el caused an error for me. `emacs -Q` has no
problem, but my init.el does.  I reduced my problematic init.el down to:

  (setq custom-file "/tmp/foo/custom.el")
  (menu-bar-mode -1)
  (winner-mode)
  (load custom-file t)

There is no issue if custom.el is empty.  I populated custom.el by doing
M-x customize-variable RET inhibit-startup-screen RET, toggling and
saving.  Starting emacs with this configuration gives the void-function
error for cl-remove-if-not. The backtrace buffer appears to be empty
when starting with --debug-init.


In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, X toolkit, cairo version 
1.14.2, Xaw scroll bars)
 of 2015-09-24
Repository revision: 8f88db14946f46a95603dfaa2a425d64b01fbb53
Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --without-gconf --without-imagemagick --with-cairo
 --with-x-toolkit=lucid 'CFLAGS=-march=x86-64 -mtune=generic -O0 -pipe
 -fstack-protector-strong --param=ssp-buffer-size=4'
 LDFLAGS=-Wl,-O0,--sort-common,--as-needed,-z,relro'





reply via email to

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