From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: taylanbayirli@gmail.com (Taylan Ulrich B.) Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] wrong description of string-rindex Date: Tue, 10 Sep 2013 11:26:02 +0200 Message-ID: <877gephvth.fsf@taylan.uni.cx> References: <1378802291.4642.25.camel@Renee-desktop.suse> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1378805182 5905 80.91.229.3 (10 Sep 2013 09:26:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Sep 2013 09:26:22 +0000 (UTC) Cc: guile-devel@gnu.org To: Nala Ginrut Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 10 11:26:25 2013 Return-path: Envelope-to: guile-devel@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 1VJKDJ-0006Gs-B1 for guile-devel@m.gmane.org; Tue, 10 Sep 2013 11:26:25 +0200 Original-Received: from localhost ([::1]:56575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJKDI-0003tR-Si for guile-devel@m.gmane.org; Tue, 10 Sep 2013 05:26:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJKD8-0003sR-PY for guile-devel@gnu.org; Tue, 10 Sep 2013 05:26:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJKD0-0000gt-E5 for guile-devel@gnu.org; Tue, 10 Sep 2013 05:26:14 -0400 Original-Received: from mail-ee0-x236.google.com ([2a00:1450:4013:c00::236]:43448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJKD0-0000gn-7a for guile-devel@gnu.org; Tue, 10 Sep 2013 05:26:06 -0400 Original-Received: by mail-ee0-f54.google.com with SMTP id e53so3803219eek.27 for ; Tue, 10 Sep 2013 02:26:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=x/0AMFfuFYMvTK9umsWBigFmvFRFqk8MWCCvx2Ljwfc=; b=SvpsUX//zrHwrgsSbaGI63v6NrlyOv8lRz4kMkxcYL/ryc9yEwzK1cK5q3jxzrPzAx zlLUD+dX0+ZkzOjQnqBVMqhS5hfdKJm+PxsZVcrWYHpWHaQN/kxmLgsBmibpmuIgzwtu LpEYOMfnctadqh61s3d6guafLUalxOVVof7Jp6rnOJwY7LSm3fw4jQnYY7X7xf0NOenX tFBdgaCe2j+ZrgiN1mHXWU8qML9cQDj0DoRPbi/iPC4VW3MJx8ws0jLOCdJAq0WrUJO0 kQB97+dPiQvvu1QcjPsEFlJPKlW6LEjAOfAlx7lJl0O5NhSEyhmPyZqzgfRU0KXnB4ZO rSjQ== X-Received: by 10.14.246.11 with SMTP id p11mr38142189eer.9.1378805165428; Tue, 10 Sep 2013 02:26:05 -0700 (PDT) Original-Received: from taylan.uni.cx (p4FD91846.dip0.t-ipconnect.de. [79.217.24.70]) by mx.google.com with ESMTPSA id r48sm29700273eev.14.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 10 Sep 2013 02:26:05 -0700 (PDT) In-Reply-To: <1378802291.4642.25.camel@Renee-desktop.suse> (Nala Ginrut's message of "Tue, 10 Sep 2013 16:38:11 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::236 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:16626 Archived-At: I see `string-rindex' is equivalent to (and implemented via) `string-index-right'. The latter is the SRFI-13 name, the former I suppose Guile-specific; is there a reason not to deprecate the former?