From: Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
Subject: Re: Simple lisp question
Date: 11 Apr 2003 18:42:34 +0200 [thread overview]
Message-ID: <m3k7e17zph.fsf@cicero.benny.turtle-trading.net> (raw)
In-Reply-To: mailman.4447.1050078422.21513.help-gnu-emacs@gnu.org
Hi Sebastian,
Sebastian Tennant <seb@albert.vcisp.net> writes:
> What is wrong with this simple code, (taken directly from O'Reilly's
> Learning Gnu Emacs)?
>
> (defun count-words-buffer ()
> [...]
> (count-words-buffer)*
>
> [...]
>
> With point at * (above), C-j to evaluate achieves nothing. Below is
> the backtrace buffer output.
>
> Debugger entered--Lisp error: (void-function
> count-words-buffer)
Well, you have two Lisp expressions here, the defun and the actual
function call. Did you evaluate the defun expression first? C-j only
evaluates one expression, the last one before the point.
so long, benny
next parent reply other threads:[~2003-04-11 16:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.4447.1050078422.21513.help-gnu-emacs@gnu.org>
2003-04-11 16:42 ` Benjamin Riefenstahl [this message]
2003-04-11 16:15 Simple lisp question Sebastian Tennant
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=m3k7e17zph.fsf@cicero.benny.turtle-trading.net \
--to=benjamin.riefenstahl@epost.de \
/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.