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

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

issue with call to remove-if-not in vc-hooks.el


From: Tim Van Holder
Subject: issue with call to remove-if-not in vc-hooks.el
Date: Mon, 23 Jul 2007 13:03:12 +0200

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the address@hidden mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

When doing VC operations (diff, log, ...) on a CVS-controlled file, I got the 
error
  vc-stay-local-p: Symbol's function definition is void: remove-if-not
I reran a full "make clean; make make bootstrap" to make sure everything was up 
to
date, but the problem persisted.
 
I expect this is something that should be covered by the (require 'cl) even
though remove-if-not is in cl-seq.el. cl-loaddefs does include an entry for
remove-if-not, so I guess it should have been autoloaded (but it isn't).


On an unrelated note, I have also been getting errors like
  byte-code: Opening output file: no such file or directory,
    /path/to/current/directory/#*scratch*#31529OnI#
when running emacs from the commandline from a shell with a Samba mount point
as current directory (regardless of whether or not I specify a file to open),
which is quite annoying.

In GNU Emacs 22.1.50.2 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2007-07-23 on leeloo
Windowing system distributor `RealVNC Ltd', version 11.0.3370
configured using `configure  '--with-gtk' '--with-xpm' '--with-jpeg' 
'--with-gif' '--with-tiff' '--with-png' '--with-x' '--with-kerberos' 
'--with-kerberos5''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Emacs-Lisp

Minor modes in effect:
  whitespace-global-mode: t
  show-paren-mode: t
  pc-selection-mode: t
  display-time-mode: t
  delete-selection-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t




reply via email to

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