all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lennart Borgman <lennart.borgman@gmail.com>
To: rpd <richard@dickinson350.freeserve.co.uk>
Cc: Help-gnu-emacs@gnu.org
Subject: Re: Emacs (+EmacsWin32) with chess.el help (board images  display)-Sorted by myself!
Date: Tue, 21 Jul 2009 15:31:30 +0200	[thread overview]
Message-ID: <e01d8a50907210631p6fb7123ela4c9308ac11f9732@mail.gmail.com> (raw)
In-Reply-To: <24586574.post@talk.nabble.com>

On Tue, Jul 21, 2009 at 2:21 PM,
rpd<richard@dickinson350.freeserve.co.uk> wrote:
> Hi

Hi rpd


> Thanks for your reply & information. I am very new to Emacs & do not
> understand
> how this <byte compile> file.assert has caused this error and more
> importantly I still do not know what to do to fix it! (I will look into cl
> library as I don't know what that is!).


The information I gave you were guesses abouit what goes wrong.
Someone who actually uses Emacs chess will perhaps know more accurate
what to do.

However what I guess from the information you gave is that you have
not installed Emacs chess as it should be installed. Maybe there is
some installation instructions that comes with it? Often those
instructions are a bit harder to follow on MS Windows since many of
those who have been writing things for Emacs are using GNU/Linux
instead and they do not know how to do the same things on MS Windows.

However let me guess a bit more. You could try doing

   M-: (require 'cl)

and then try Emacs chess again. (Normallly you should not do the
above, but it seems the easiest thing to try for you now.



> {My  error message
>>
>> Loading c:/Users/Dad/chess/chess.el (source)...done
>> chess-ply-create*: Symbol's function definition is void: assert
>>
>> Any idea how to fix this? Thanks & best wishes
>>
>> --
> }
>
> I am most grateful if you could explain simply what this is and what I need
> to do to fix it.


The problem is a bit technical. "assert" is a function that is defined
in a part of Emacs, the cl library, that you normally do not see when
you run Emacs. That is because the library is used when byte compiling
Emacs lisp libraries files. When a file named for example foo.el
(Emacs lisp files has that extension) it is transformed into a foo.elc
where the addeed "c" means compiled. Emacs can use both .el files and
.elc files but uses the latter if it is available.

If there are instructions for installation I guess those installation
tells how to byte compile Emacs chess.




> Thanks & best wishes
> --
> View this message in context: http://www.nabble.com/Emacs-%28%2BEmacsWin32%29-with-chess.el-help-%28board-images-display%29-tp24539681p24586574.html
> Sent from the Emacs - Help mailing list archive at Nabble.com.




  reply	other threads:[~2009-07-21 13:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-17 18:40 Emacs (+EmacsWin32) with chess.el help (board images display) rpd
2009-07-18 10:30 ` Emacs (+EmacsWin32) with chess.el help (board images display)-Sorted by myself! rpd
     [not found] ` <mailman.2752.1247913028.2239.help-gnu-emacs@gnu.org>
2009-07-21  0:43   ` Rafael
2009-07-21  7:18     ` rpd
2009-07-21  7:37       ` Lennart Borgman
2009-07-21 12:21         ` rpd
2009-07-21 13:31           ` Lennart Borgman [this message]
2009-07-21 16:34             ` rpd

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

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

  git send-email \
    --in-reply-to=e01d8a50907210631p6fb7123ela4c9308ac11f9732@mail.gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=Help-gnu-emacs@gnu.org \
    --cc=richard@dickinson350.freeserve.co.uk \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.