[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Another issue with thingatpt
From: |
Andreas Roehler |
Subject: |
Re: Another issue with thingatpt |
Date: |
Sun, 31 Dec 2006 10:25:35 +0100 |
User-agent: |
Thunderbird 1.5.0.4 (X11/20060516) |
Both interfaces (ffap and thing-at-point) are already customizable,
though in different ways.
There is no `defcustom'-form in thingatpt.el,
it's done mostly with `defvar'. Wouldn't conceive that
as customizable.
The problem mentioned originally however shouldn't occur, as
,----
| (defvar thing-at-point-url-path-regexp
| "[^]\t\n \"'()<>[^`{}]*[^]\t\n \"'()<>[^`{}.,;]+"
| "A regular expression probably matching the host and filename or
e-mail part of a URL.")
`----
includes that char. The error must reside elsewhere.
Regards,
Andreas Roehler