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

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

bug#12539: 24.2.50; Byte compiler warns about cl-lib functions


From: Michael Welsh Duggan
Subject: bug#12539: 24.2.50; Byte compiler warns about cl-lib functions
Date: Fri, 28 Sep 2012 23:58:53 -0400
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

Start emacs and create an elisp file:

  emacs -Q
  C-x C-f /tmp/foo.el

Write the following into the file:

  (require 'cl-lib)

  (defun foo (x)
    (cl-remove-if (lambda (x) (markerp (car-safe x))) x))

Save it, and byte compile it:

  C-x C-s
  M-x byte-compile-file RET RET

You will then get a warning:

In foo:
foo.el:4:53:Warning: function `cl-remove-if' from cl package called at runtime


I believe this warning is not supposed to be there when using the cl-lib
(as opposed to cl) package.


In GNU Emacs 24.2.50.1 (i686-pc-linux-gnu, X toolkit)
 of 2012-09-07 on maru
Bzr revision: 109910 cyd@gnu.org-20120907040700-bupuig48oke3ynqm
Windowing system distributor `The X.Org Foundation', version 11.0.11203902
Configured using:
 `configure '--without-gconf' '--without-gsettings'
 '--without-toolkit-scroll-bars' '--with-x-toolkit=lucid' 'CFLAGS=-O0
 -ggdb' '--enable-asserts' '--with-wide-int' '--enable-maintainer-mode''

Important settings:
  value of $LANG: en_US.utf8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

-- 
Michael Welsh Duggan
(md5i@md5i.com)





reply via email to

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