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.