From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: re-search-forward hang in org-link-search Date: Fri, 14 Aug 2015 22:41:46 +0200 Message-ID: <87tws1pppx.fsf@nicolasgoaziou.fr> References: <87614ig3p4.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51504) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQLlu-0002Oe-LR for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 16:40:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQLlt-0008Dq-QV for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 16:40:14 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:54858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQLlt-0008Bs-Ke for emacs-orgmode@gnu.org; Fri, 14 Aug 2015 16:40:13 -0400 In-Reply-To: (Pip Cet's message of "Fri, 14 Aug 2015 16:55:34 +0000") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Pip Cet Cc: emacs-orgmode@gnu.org Pip Cet writes: > Of course, here we go. Please let me know if there's anything wrong > with it still. (I don't think gmail copy-and-paste preserves tabs, so > this is sent as an attachment. Is that okay, for future reference?) > > It would be great if README_contribute could be updated no longer to > refer to ChangeLog files, and instead refer to the Emacs CONTRIBUTE > file (it would also be great if the special git commit messages could > be generated as easily as C-x 4 a does for ChangeLog entries. What do > people use for that?); I've attached a patch to change that as well, > but I'm not sure whether it's still properly a TINYCHANGE. Again, it > would be great if you could let me know if there's anything wrong with > it so I can avoid making the same mistake for future contributions. Thanks for your patches. They look good. I applied them with very minor tweaks, explained below. > Subject: [PATCH 1/2] org.el: fix recursive regular expression backtracking "Fix" needs to be capitalized. > > * org.el (org-link-search): Avoid recursive regexp > backtracking behaviour when following search links. Emacs uses American spelling: "behavior". > Subject: [PATCH 2/2] Remove references to ChangeLog. No full stop at the end of the commit summary. > * README_contribute: remove references to ChangeLog. Instead, "Remove" > + - Org-mode no longer uses ChangeLog entries to document We try to change "Org-mode" into "Org mode" whenever we can. > + changes. Instead, special commit messages are used, as Sentences are separated with two spaces. Regards,