all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Rudolf Adamkovič" <salutis@me.com>
To: vidak@riseup.net, help-gnu-emacs@gnu.org
Subject: Re: Virtual pet for Emacs
Date: Wed, 04 May 2022 13:34:22 +0200	[thread overview]
Message-ID: <m2pmktzg3l.fsf@me.com> (raw)
In-Reply-To: <267f98227b970b1385d062302c708dd4@riseup.net>

vidak@riseup.net writes:

> Hello! 

Howdy!

> I am making a virtual pet simulation game for Emacs.

I wanted to try the pet today, but when I run ‘uwu-mode’, I get:

Error running timer ‘uwu-animation-loop’: (void-function return)

I tracked the problem down to:

(defun points-to-evolution (total-points)
  (dolist (points +pet-evolution-tree+)
    (if (> (car points) total-points)
	(return ;; <------------------- HERE
	 (nth 1
	  (assoc (car points) +pet-evolution-tree+))))))

My Emacs (v29 from Git) does not define "return".

Any ideas what to do?

Rudy
-- 
"Genius is 1% inspiration and 99% perspiration."
-- Thomas Alva Edison, 1932

Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia



  parent reply	other threads:[~2022-05-04 11:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-24  3:25 Virtual pet for Emacs vidak
2022-04-26  9:08 ` Alex
2022-05-04  0:15   ` ~vidak
2022-05-04  0:20     ` Emanuel Berg
2022-05-04  1:14       ` ~vidak
2022-05-04  4:34         ` Emanuel Berg
2022-05-06 12:00     ` Alex
2022-05-04 11:34 ` Rudolf Adamkovič [this message]
2022-05-04 15:53   ` vidak
2022-05-04 18:36     ` Emanuel Berg
2022-05-04 18:35   ` Emanuel Berg
2022-05-05  2:14   ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-05-05  3:19     ` Emanuel Berg
2022-05-05  3:47       ` Emanuel Berg

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=m2pmktzg3l.fsf@me.com \
    --to=salutis@me.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=vidak@riseup.net \
    /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.