From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?S2VqaWHmn6/lmIk=?= Newsgroups: gmane.lisp.guile.user Subject: escaping characters Date: Wed, 31 Oct 2012 12:47:03 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1351702056 30387 80.91.229.3 (31 Oct 2012 16:47:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Oct 2012 16:47:36 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Oct 31 17:47:45 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 1TTbSA-0004zN-H1 for guile-user@m.gmane.org; Wed, 31 Oct 2012 17:47:42 +0100 Original-Received: from localhost ([::1]:58977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTbS2-0000LA-5V for guile-user@m.gmane.org; Wed, 31 Oct 2012 12:47:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTbRu-0000FS-S3 for guile-user@gnu.org; Wed, 31 Oct 2012 12:47:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TTbRu-0000k2-0Z for guile-user@gnu.org; Wed, 31 Oct 2012 12:47:26 -0400 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:59226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TTbRt-0000jL-OO for guile-user@gnu.org; Wed, 31 Oct 2012 12:47:25 -0400 Original-Received: by mail-lb0-f169.google.com with SMTP id k6so1403666lbo.0 for ; Wed, 31 Oct 2012 09:47:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=UbUiDXmjsDT7j0yFLgxnwDXqhW1nfzDwKtnntsdqtgg=; b=qqslE9CSG40SMZ+hWuaswiLF7taWR+Ba/LNk6REQOtEgfxJT7cFiXOX8wDBSAdAD04 mFJeZgE0ISEg+tka+0AyrYUXwKbgZTs8hlIE/ITyc6WjLvOhGKr7zIWgVQUoLzEixmNv IzpOOeu67NGK+LHo1i59yL8/zmsWUiKzbgu3hpt94zuR60vWviaY3171uaQiJ6qSDY/G V076kmZJWskCTunVZNqQ5k8/9w4obJ9mXIYNCw8Y6BH+O85vaChs+mtRsOKRfAqLd/RU BE0Kh+ISNcb7VOd6vDGOIz5TkpobVSPeao0KJvjQXL4vfVlyQ5/BgoYseCk5DKzACVJY 4POQ== Original-Received: by 10.112.29.199 with SMTP id m7mr14188017lbh.2.1351702043534; Wed, 31 Oct 2012 09:47:23 -0700 (PDT) Original-Received: by 10.112.180.34 with HTTP; Wed, 31 Oct 2012 09:47:03 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.217.169 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:9627 Archived-At: hi, is there a function that can escape of a string every character which is an escape character? thanks a lot. ----------- kejia =E2=98=B5=E2=98=AF=E2=98=B2