From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: string func to use in .emacs Date: 25 Jan 2004 08:31:30 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87llnwlij0.fsf@tulip.whu.ca> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075012327 999 80.91.224.253 (25 Jan 2004 06:32:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Jan 2004 06:32:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 25 07:32:01 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AkdoP-0005mC-00 for ; Sun, 25 Jan 2004 07:32:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AkdnK-0002G6-Ga for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Jan 2004 01:30:54 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Akdmq-0002Dc-Oz for help-gnu-emacs@gnu.org; Sun, 25 Jan 2004 01:30:24 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AkdmG-00026C-NB for help-gnu-emacs@gnu.org; Sun, 25 Jan 2004 01:30:19 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AkdmF-00025e-Q8 for help-gnu-emacs@gnu.org; Sun, 25 Jan 2004 01:29:48 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: <87llnwlij0.fsf@tulip.whu.ca> (message from Peter Wu on Sun, 25 Jan 2004 00:11:15 -0500) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:16336 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16336 > From: Peter Wu > Newsgroups: gnu.emacs.help > Date: Sun, 25 Jan 2004 00:11:15 -0500 > > I'm working on my .emacs file and would like to know if there is any > string func ready, such as string trimming, for use in .emacs. What is ``string trimming'', exactly? What API do you have in mind? It's hard to give you a good answer without knowing that much, since string trimming has more than one possible meaning. Likewise for the other string functions you need--please spell out the details.