From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nalaginrut Newsgroups: gmane.lisp.guile.user Subject: Re: escaping characters Date: Thu, 01 Nov 2012 10:12:57 +0800 Organization: HFG Message-ID: <1351735977.17559.10.camel@Renee-desktop.suse> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1351735993 30639 80.91.229.3 (1 Nov 2012 02:13:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Nov 2012 02:13:13 +0000 (UTC) Cc: guile-user@gnu.org To: =?UTF-8?Q?Kejia=E6=9F=AF=E5=98=89?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Nov 01 03:13:22 2012 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TTkHY-00011F-UL for guile-user@m.gmane.org; Thu, 01 Nov 2012 03:13:21 +0100 Original-Received: from localhost ([::1]:57273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTkHQ-0000ST-EB for guile-user@m.gmane.org; Wed, 31 Oct 2012 22:13:12 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTkHG-0000Rk-QX for guile-user@gnu.org; Wed, 31 Oct 2012 22:13:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTkHF-00062A-Rt for guile-user@gnu.org; Wed, 31 Oct 2012 22:13:02 -0400 Original-Received: from mail-qa0-f41.google.com ([209.85.216.41]:36934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTkHF-000624-NN for guile-user@gnu.org; Wed, 31 Oct 2012 22:13:01 -0400 Original-Received: by mail-qa0-f41.google.com with SMTP id c4so3956860qae.0 for ; Wed, 31 Oct 2012 19:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:x-mailer:mime-version :content-transfer-encoding; bh=sPNuZpbOr2qdjvYtW9rTTWDiahF1ScTMUPzyiAniXO0=; b=0jt0lkqQNO18hJAYJL3TQhck3BTSdFhSCmUcL0v/B5NDAa/H316nINBplBCYVU82dQ n2ulgX2fl26CsOYNi9mQJZHsd7CySvwXALdLj6H4bQWpo8LF0Y6ETUeoXR73pxEV3q6y ZAO0ThMKRqBsn6IWMlKHOdd1zTgfTbKb7Yz7YpyIKJePbQ4dxnSCXwgWHOorDh+mnm5h PG+x5X0l73Njq7HNiEUe1UTqV1fVyMQc0BfisW2qFczHoHCTQk/sUSnlk7n0WdOjuJOT 1QMmVXuWJmlq6vSgX3TYnsvu7SwireFOH9n0IJgjlllm1Gco4nPYYM2j7Q5ECYUWSVW0 1ouQ== Original-Received: by 10.49.29.194 with SMTP id m2mr31653759qeh.61.1351735981396; Wed, 31 Oct 2012 19:13:01 -0700 (PDT) Original-Received: from [147.2.147.112] ([61.14.130.226]) by mx.google.com with ESMTPS id ga9sm2666293qab.22.2012.10.31.19.12.59 (version=SSLv3 cipher=OTHER); Wed, 31 Oct 2012 19:13:00 -0700 (PDT) In-Reply-To: X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.216.41 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9632 Archived-At: I'm not sure what you mean, any example would be better. Maybe you need 'read-delimited' in the (ice-9 rdelim)? (call-with-input-string "abcd@efg" (lambda (port) (read-delimited "@,/ " port))) ==> abcd Maybe it's not you need, as I said, some example to explain your thought would be better. On Wed, 2012-10-31 at 12:47 -0400, Kejia柯嘉 wrote: > hi, > > is there a function that can escape of a string every character which > is an escape character? > > thanks a lot. > > ----------- > kejia > > ☵☯☲ >