From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] org-link-search fails if search string contains new lines Date: Thu, 30 Mar 2017 12:50:33 +0200 Message-ID: <87mvc3nime.fsf@nicolasgoaziou.fr> References: <87zig8vt48.fsf@fastmail.fm> <87inmvwynd.fsf@fastmail.fm> <87k27bj6hd.fsf@nicolasgoaziou.fr> <87r31gqnql.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctXf3-0007ks-TV for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 06:50:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctXf3-0001fb-2I for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 06:50:38 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:49210) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ctXf2-0001dO-S6 for emacs-orgmode@gnu.org; Thu, 30 Mar 2017 06:50:36 -0400 In-Reply-To: (Skip Collins's message of "Wed, 29 Mar 2017 11:17:15 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Skip Collins Cc: Org Mode Hello, Skip Collins writes: > Test test-org/fuzzy-links backtrace: > (if (unwind-protect (setq value-10839 (let ((file (make-temp-file "o > (let (form-description-10840) (if (unwind-protect (setq value-10839 > (let ((value-10839 (cl-gensym "ert-form-evaluation-aborted-"))) (let > (lambda nil (let ((value-10802 (cl-gensym "ert-form-evaluation-abort > ert--run-test-internal([cl-struct-ert--test-execution-info [cl-struc > ert-run-test([cl-struct-ert-test test-org/fuzzy-links "Test fuzzy li > ert-run-or-rerun-test([cl-struct-ert--stats "\\(org\\|ob\\)" [[cl-st > ert-run-tests("\\(org\\|ob\\)" #[385 "\306\307\"\203G\211\211G\310 > ert-run-tests-batch("\\(org\\|ob\\)") > ert-run-tests-batch-and-exit("\\(org\\|ob\\)") > (let ((org-id-track-globally t) (org-test-selector (if org-test-sele > org-test-run-batch-tests("\\(org\\|ob\\)") > eval((org-test-run-batch-tests org-test-select-re)) > command-line-1(("--eval" "(setq vc-handled-backends nil org-startup- > command-line() > normal-top-level() > Test test-org/fuzzy-links condition: > (ert-test-failed > ((should > (org-test-with-temp-text-in-file "Paragraph > > line1 > line2 > > " > (let ... ... ... ... ... ...))) > :form > (let > ((file ...) > (kill-buffer-query-functions nil) > (inside-text ...) > G10838) > (with-temp-file file > (insert inside-text)) > (find-file file) > (org-mode) > (setq G10838 > (progn ...)) > (save-buffer) > (kill-buffer > (current-buffer)) > (delete-file file) > G10838) > :value nil)) > FAILED 656/718 test-org/fuzzy-links Thank you. Unfortunately, there is not much to do with this. Could you do some debugging when running the faulty test? It may come from something in your configuration. Regards, -- Nicolas Goaziou