bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25391: 24.5; ffap-guesser "stack overflow in regexp matcher" error m


From: npostavs
Subject: bug#25391: 24.5; ffap-guesser "stack overflow in regexp matcher" error may crash emacs.
Date: Sat, 14 Jan 2017 01:57:40 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

npostavs@users.sourceforge.net writes:

>  (defvar ffap-gopher-regexp
> -  "^.*\\<\\(Type\\|Name\\|Path\\|Host\\|Port\\) *= *\\(.*\\) *$"
> -  "Regexp matching a line in a gopher bookmark (maybe indented).
> -The two subexpressions are the KEY and VALUE.")
> +  "\\<\\(Type\\|Name\\|Path\\|Host\\|Port\\) *= *"
> +  "Regexp matching a key in a gopher bookmark.
> +Set to nil to disable matching gopher bookmarks."

Oops, lost a close paren.

Attachment: v5-0001-Improve-ffap-gopher-at-point-handling-of-long-lin.patch
Description: patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]