emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Any chance of a `flatten-list' to merge 4 current versions?


From: Stephen Eglen
Subject: Any chance of a `flatten-list' to merge 4 current versions?
Date: Fri, 2 Jul 2004 12:12:52 +0100

Hello,
--text follows this line--
I'm writing some lisp for another package (ESS) not included in Emacs.
I would like to use a `flatten-list' defun, but was surprised to see
this is not included in elisp.  However, a quick grep of the lisp
directory showed:

% grep -r 'defun .*flatten-list' .
./gnus/message.el:(defun message-flatten-list (list)
./lpr.el:(defun lpr-flatten-list (&rest list)
./lpr.el:(defun lpr-flatten-list-1 (list)
./ps-print.el:(defun ps-flatten-list (&rest list)
./ps-print.el:(defun ps-flatten-list-1 (list)
./eshell/esh-util.el:(defun eshell-flatten-list (args)

i.e. four different packages, all quite widely used, have their own
version.  Would it be worth providing just one common version called
`flatten-list'?

Thanks, Stephen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]