From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master 9f21e1d 06/18: Add a matching optimization Date: Mon, 20 Apr 2015 19:29:11 +0200 Message-ID: <87lhhmyahk.fsf@gmail.com> References: <20150420123900.21320.5807@vcs.savannah.gnu.org> <87oamiet26.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429551317 31263 80.91.229.3 (20 Apr 2015 17:35:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Apr 2015 17:35:17 +0000 (UTC) Cc: Stefan Monnier , emacs-devel To: Artur Malabarba Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 20 19:35:12 2015 Return-path: Envelope-to: ged-emacs-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 1YkFbD-0004mi-9H for ged-emacs-devel@m.gmane.org; Mon, 20 Apr 2015 19:35:11 +0200 Original-Received: from localhost ([::1]:54767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkFbC-0003zc-Mr for ged-emacs-devel@m.gmane.org; Mon, 20 Apr 2015 13:35:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkFav-0003z0-Sd for emacs-devel@gnu.org; Mon, 20 Apr 2015 13:34:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YkFar-0007Bz-A4 for emacs-devel@gnu.org; Mon, 20 Apr 2015 13:34:53 -0400 Original-Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:38046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YkFar-0007BN-2c for emacs-devel@gnu.org; Mon, 20 Apr 2015 13:34:49 -0400 Original-Received: by wiun10 with SMTP id n10so100527022wiu.1 for ; Mon, 20 Apr 2015 10:34:47 -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=tsKkvK8qrSlmijzDFt98AL5o/Hvl1tXh8sQBxEUFLRw=; b=Xbp7GXZ3kHRWFLDUVr+CQuXhhca9rl/AvEqy4SyAgm9M+7Qpdfa0lDoD2unJ82aLTt 6M/ABGBICf8BAOtVFbQGfXI094MuLMQeWX6Wx6rVdwiWxEe8m2m6AzXqvGevf3OZ92b8 9/EowKP/jHkfGJpWxRbyD8323GW4zDch060tNPtD9bIkUgM3rX/OG2eQtx6pgsTQwO+H soKuXNQVZxtE51ZIx3bv0OYk88MSi74qCFmFYWUC0S28COX3Jg5THre0l7t2om9FhirN TMcz1gIdeD3u22EgNNNII9fnf9GtKXqdWq5viCJR7AII39RqQv2T6wMcQynKpPtQxEJZ EJRw== X-Received: by 10.194.59.46 with SMTP id w14mr33477659wjq.106.1429551287661; Mon, 20 Apr 2015 10:34:47 -0700 (PDT) Original-Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by mx.google.com with ESMTPSA id ub1sm28167679wjc.43.2015.04.20.10.34.47 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 20 Apr 2015 10:34:47 -0700 (PDT) In-Reply-To: (Artur Malabarba's message of "Mon, 20 Apr 2015 18:29:39 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22f X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:185722 Archived-At: Artur Malabarba writes: >> >> + ((and ivy--old-re (eq 0 (cl-search ivy--old-re re))) >> > >> > Why not use string-prefix-p? >> >> Because I didn't know about it. I'll switch. > > Is it on 24.1? (can't check right now) Thanks to the new and improved `counsel-git-grep' I found this in the Changelog: > ** New function `string-prefix-p'. > (This was actually added in Emacs 23.2 but was not advertised at the time.) Could someone help me with this issue: when I combine `while-no-input' and `shell-command-to-string` I get annoying "Waiting for process to die...done" messages interrupting by minibuffer? Oleh