all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Installation of bubbles.el
@ 2007-08-27 18:19 Ulf Jasper
  2007-08-27 19:02 ` Thien-Thi Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Ulf Jasper @ 2007-08-27 18:19 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 264 bytes --]

Hi,

this is bubbles.el 0.4, a puzzle game for Emacs. Earlier versions have
been posted to gnu-emacs-sources. In the meantime copyright has been
transferred to FSF and bubbles.el is ready for installation.

Would somebody please install bubbles.el?

Thanks!

Ulf


[-- Attachment #2: bubbles.el --]
[-- Type: application/emacs-lisp, Size: 47645 bytes --]

[-- Attachment #3: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Installation of bubbles.el
  2007-08-27 18:19 Installation of bubbles.el Ulf Jasper
@ 2007-08-27 19:02 ` Thien-Thi Nguyen
  2007-08-27 19:34   ` Ulf Jasper
  0 siblings, 1 reply; 3+ messages in thread
From: Thien-Thi Nguyen @ 2007-08-27 19:02 UTC (permalink / raw)
  To: Ulf Jasper; +Cc: emacs-devel

() Ulf Jasper <ulf.jasper@web.de>
() Mon, 27 Aug 2007 20:19:40 +0200

   Would somebody please install bubbles.el?

i have installed it as lisp/play/bubbles.el, and
made some slight modifications.  two items remain:

 - please write a blurb for NEWS

 - i noticed some `define-key' forms at top-level.
   the pattern is like so:
     (defvar MAP INIT)
     (define-key MAP ...)
     (define-key MAP ...)
     (define-key MAP ...) ...

   i think it would be a good idea to move the defvars to the
   beginning of the file, w/ value nil, and also consolidate
   the define-key forms using the idiom:
     (unless MAP
       (let ((m INIT))
         (define-key m ...) ...))

   other ways: mapc define-key over a list, etc.

other than that, looks good!  i was glad to install it.

thi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Installation of bubbles.el
  2007-08-27 19:02 ` Thien-Thi Nguyen
@ 2007-08-27 19:34   ` Ulf Jasper
  0 siblings, 0 replies; 3+ messages in thread
From: Ulf Jasper @ 2007-08-27 19:34 UTC (permalink / raw)
  To: Thien-Thi Nguyen; +Cc: emacs-devel

Thien-Thi Nguyen <ttn@gnuvola.org> writes:
> i have installed it as lisp/play/bubbles.el, and
> made some slight modifications.  two items remain:

Thank you. I'll fix it the next days.

Best,

ulf

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-27 19:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-27 18:19 Installation of bubbles.el Ulf Jasper
2007-08-27 19:02 ` Thien-Thi Nguyen
2007-08-27 19:34   ` Ulf Jasper

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.