all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14892: Enhance Elisp compare functions (< <= > >=) to take var args
@ 2013-07-17 15:58 Barry OReilly
  2013-09-06 23:02 ` bug#14892: [PATCH] " Barry OReilly
  0 siblings, 1 reply; 11+ messages in thread
From: Barry OReilly @ 2013-07-17 15:58 UTC (permalink / raw)
  To: 14892

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

Other dialects of Lisp implement < and cousin functions with var args. eg
(< 1 x 10) would determine whether x is between 1 and 10. (apply '<=
some-list) would determine whether some-list is sorted. This would be a
nice enhancement to these core Elisp functions.

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

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

end of thread, other threads:[~2013-09-11 12:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-17 15:58 bug#14892: Enhance Elisp compare functions (< <= > >=) to take var args Barry OReilly
2013-09-06 23:02 ` bug#14892: [PATCH] " Barry OReilly
2013-09-07  2:28   ` Stefan Monnier
2013-09-09 22:53     ` Barry OReilly
2013-09-10 13:20       ` Stefan Monnier
2013-09-10 14:54         ` Barry OReilly
2013-09-10 20:16           ` Stefan Monnier
2013-09-10 23:35             ` Barry OReilly
2013-09-11  1:08               ` Stefan Monnier
2013-09-11  5:10                 ` Barry OReilly
2013-09-11 12:33                   ` 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.