From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: `looking-back' strange warning Date: Thu, 1 Oct 2015 09:50:54 +0300 Message-ID: <560CD7CE.4010404@yandex.ru> References: <560B9C7F.2060301@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1443707925 10234 80.91.229.3 (1 Oct 2015 13:58:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 13:58:45 +0000 (UTC) To: =?UTF-8?Q?Andreas_R=c3=b6hler?= , help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 01 15:58:40 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZheNb-000834-Ct for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Oct 2015 15:58:39 +0200 Original-Received: from localhost ([::1]:50405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZheNa-0004d5-Mg for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Oct 2015 09:58:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhXhn-0000Zg-L9 for help-gnu-emacs@gnu.org; Thu, 01 Oct 2015 02:51:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhXhk-00032o-B1 for help-gnu-emacs@gnu.org; Thu, 01 Oct 2015 02:51:03 -0400 Original-Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:34320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhXhj-00032S-PE for help-gnu-emacs@gnu.org; Thu, 01 Oct 2015 02:51:00 -0400 Original-Received: by wicfx3 with SMTP id fx3so17841450wic.1 for ; Wed, 30 Sep 2015 23:50:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=W/EbmQyka3fs7IRj6/0iNNELQ3gjgXbI3R5v0oLEbVQ=; b=YC7OTMyXoPTRgpvWSDNy7BySvJhGTnrz1u0eAdPjT4krjgZDtVMt1sNWP6raZ/RNOS treXkF5tR7X2E0JgMviaHq1S9YS+MRdppG7aPAAWN7oeZ/MAshcJqKOFpHMPGy1UUtXc uhD1IxnJReyD1p91TJcRubVUwGw7utZMox+P7FTCkUMQW9mwPbaX8xMtsIAg/GQp5CwC A+fBG/GuZJaulfJcUsPAGmkICYQyUrOu+/bPnnFYK9oXDq/5SYOTkkJb7SMwKwRU29mC zq3o5xFXl8MuMof22V6BfyYgU6jhoEHSSdwuH4KdBtBmkKNBVv8XPvnki/fflN+jB9wx 446g== X-Received: by 10.194.2.243 with SMTP id 19mr8288814wjx.140.1443682259071; Wed, 30 Sep 2015 23:50:59 -0700 (PDT) Original-Received: from [10.9.0.103] (nat.webazilla.com. [78.140.128.228]) by smtp.googlemail.com with ESMTPSA id wc12sm1476952wic.18.2015.09.30.23.50.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Sep 2015 23:50:57 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0 In-Reply-To: <560B9C7F.2060301@easy-emacs.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22d X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107413 Archived-At: On 09/30/2015 11:25 AM, Andreas Röhler wrote: > Docu bug? It's a feature: calling `looking-back' without LIMIT is slow, don't do that. The compiler is telling you that.