all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* CL package suggestion
@ 2012-04-03 16:52 Ilya Shlyakhter
  2012-04-03 16:58 ` Glenn Morris
  0 siblings, 1 reply; 19+ messages in thread
From: Ilya Shlyakhter @ 2012-04-03 16:52 UTC (permalink / raw
  To: emacs-devel

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

hello,

i'd like to make a suggestion for the CL package.
right now its non-macro parts can't be used at runtime.
as a result, each package defines their own equivalents, e.g. org-remove-if.

could Emacs add a copy of the CL package with some standard prefix, e.g.
ecl?
then with (require 'ecl) you get ecl-remove-if etc.
the ecl or whichever prefix has to avoid conflict with known emacs
packages,
but that's it.  the issues with polluting the global namespace /
conflicting with
people's private remove-if versions would not apply.

the alternative is that for each package i write i copy code i need from CL
(with
acknowledgement of course) and add my package's prefix.  that doesn't
seem ideal.

thanks,

ilya

[-- Attachment #2: Type: text/html, Size: 965 bytes --]

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

end of thread, other threads:[~2012-04-11 14:32 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03 16:52 CL package suggestion Ilya Shlyakhter
2012-04-03 16:58 ` Glenn Morris
2012-04-03 17:00   ` Glenn Morris
2012-04-03 17:09     ` Ilya Shlyakhter
2012-04-03 18:58       ` Stefan Monnier
2012-04-04  1:56         ` Ilya Shlyakhter
2012-04-04 13:06           ` Stefan Monnier
2012-04-09  1:39             ` Ilya Shlyakhter
2012-04-09  1:41               ` Ilya Shlyakhter
2012-04-09  4:54             ` Ilya Shlyakhter
2012-04-09 13:28               ` Stefan Monnier
2012-04-09 14:38                 ` Ilya Shlyakhter
2012-04-09 16:24                   ` Stefan Monnier
2012-04-09 16:45                     ` Ilya Shlyakhter
2012-04-09 16:54                       ` Ilya Shlyakhter
2012-04-10 12:51                       ` Stefan Monnier
2012-04-11  4:18                 ` Richard Stallman
2012-04-11 14:12                   ` Ilya Shlyakhter
2012-04-11 14:32                     ` Stefan Monnier

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.