From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: general-purpose.el - a general-forms-resource-utility Date: Fri, 07 Jul 2006 00:15:00 -0400 Message-ID: References: <44ACE1B5.10909@easy-emacs.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1152245877 14030 80.91.229.2 (7 Jul 2006 04:17:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jul 2006 04:17:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 07 06:17:52 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fyhmi-0004NS-6f for ged-emacs-devel@m.gmane.org; Fri, 07 Jul 2006 06:17:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fyhmh-0005Zr-B2 for ged-emacs-devel@m.gmane.org; Fri, 07 Jul 2006 00:17:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fyhk8-0003SV-Fm for emacs-devel@gnu.org; Fri, 07 Jul 2006 00:15:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fyhk6-0003QY-GC for emacs-devel@gnu.org; Fri, 07 Jul 2006 00:15:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fyhk6-0003QA-69 for emacs-devel@gnu.org; Fri, 07 Jul 2006 00:15:02 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyhkR-0007lE-0e for emacs-devel@gnu.org; Fri, 07 Jul 2006 00:15:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Fyhk4-0000hP-Vn; Fri, 07 Jul 2006 00:15:01 -0400 Original-To: Andreas Roehler In-reply-to: <44ACE1B5.10909@easy-emacs.de> (message from Andreas Roehler on Thu, 06 Jul 2006 12:11:01 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:56693 Archived-At: Some of these functions might be useful. For instance, concat-and-truncate-string-left might be useful to add (but not until after the release). Some, such as nonempty-string-p, are clearly so simple that there's no point in defining them. Most of the rest just don't see very widely useful. But if we find that they are widely useful, we could add them.