unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Karl Fogel <kfogel@floss.red-bean.com>
Cc: Stefan Monnier <monnier@cs.yale.edu>, emacs-devel@gnu.org
Subject: Re: VC-SVN problem
Date: 07 May 2004 14:58:17 -0500	[thread overview]
Message-ID: <878yg4yppi.fsf@floss.red-bean.com> (raw)
In-Reply-To: <20040508013158.GB7312@fornax.collapsar.net>

Shawn Boyette <mdxi@collapsar.net> writes:
> Sorry if this should have gone to bug-gnu-emacs; I use CVS builds and
> thus figured that devel would be more appropriate.
> 
> Short and sweet problem: for roughly the past 1.5 weeks, attempting to
> commit any file under subversion control results in failure. The
> messages are as follows:
> 
>   Wrote /home/mdxi/web/dict/kdict/edit/edit.xi [2 times]
>   Loading log-edit...
>   Loading easy-mmode...done
>   Loading easymenu...done
>   Loading log-edit...done
>   Mark set
>   Press C-c C-c when you are done editing.
>   Enter a change comment.  Type C-c C-c when done
>   Checking in /home/mdxi/web/dict/kdict/edit/edit.xi...
>   vc-svn-checkin: Symbol's function definition is void: list*
> 
> The check-in is not successful, and the *VC-log* window is not
> removed. This isn't a killer, obviously, but it's pretty dang annoying. 
> 
> I hate to just complain about things, but I've just started studying
> my copy of the elisp intro book, so this one's pretty much over my
> head.

I believe the problem is that 'list*' is in the 'cl' package, but
vc-svn.el doesn't have

   (require 'cl)

anywhere.  For some people it won't be an error, because they already
have 'cl' loaded for some other reason; but in a pristine Emacs like
yours, it fails.

Stefan, would you rather require 'cl', or just rewrite
'vc-svn-checkin' to not use 'list*'?

Shawn, in the meantime, see if putting 

   (require 'cl)

in your .emacs fixes the problem.

-Karl

  reply	other threads:[~2004-05-07 19:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-08  1:31 VC-SVN problem Shawn Boyette
2004-05-07 19:58 ` Karl Fogel [this message]
2004-05-08  2:26   ` Shawn Boyette
2004-05-09  0:16     ` Karl Fogel
2004-05-09  7:28       ` John Paul Wallington
2004-05-10 21:33         ` Jim Blandy
2004-05-11  7:50           ` John Paul Wallington
2004-05-11 12:23           ` Richard Stallman
2004-05-09  8:10       ` Miles Bader
2004-05-09 13:16       ` Thien-Thi Nguyen
2004-05-09 18:47       ` Richard Stallman
2004-05-09 18:25         ` Karl Fogel
2004-05-09 19:01         ` David Kastrup
2004-05-09 19:11           ` David Kastrup
2004-05-09 10:38   ` Richard Stallman
2004-05-10 18:22   ` Kevin Rodgers
2004-05-10 19:16     ` Stefan Monnier
2004-05-10 21:56       ` Miles Bader

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=878yg4yppi.fsf@floss.red-bean.com \
    --to=kfogel@floss.red-bean.com \
    --cc=emacs-devel@gnu.org \
    --cc=kfogel@red-bean.com \
    --cc=monnier@cs.yale.edu \
    /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 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).