1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Stefan Monnier
206eef6cf4 (toplevel symbol-properties): Don't quote lambda. 2000-06-12 05:29:56 +00:00
Gerd Moellmann
6254fc9fb2 (forward-thing): Use functionp instead of fboundp.
Set maintainer to FSF since author isn't reachable.
2000-06-08 20:59:25 +00:00
Dave Love
be64abcf66 (sexp-at-point, symbol-at-point)
(number-at-point, list-at-point): Add autoload cookie.
2000-02-02 14:51:22 +00:00
Richard M. Stallman
84841dd1b5 (thing-at-point-url-at-point): Don't use current
syntax table to determine what is whitespace.
1998-11-25 21:26:50 +00:00
Dave Love
340483df0d (thing-at-point-url-at-point): Intuit ftp:// on `short' URLs. 1998-02-25 23:16:42 +00:00
Richard M. Stallman
a1c9b4d080 (url): Define end-op property again. Wrap end-op
and beginning-op lambdas with `function', not quote.
1997-07-09 00:04:00 +00:00
Richard M. Stallman
d9cc804bf8 (thing-at-point): Use `thing-at-point' property, if any.
(bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property.
(thing-at-point-bounds-of-url-at-point): New function.
(thing-at-point-looking-at): New function, adapted from old
browse-url-looking-at.
(thing-at-point-url-at-point): New function, adapted from
browse-url-url-at-point.
(thing-at-point-url-chars): Variable deleted.
(thing-at-point-url-path-regexp, thing-at-point-short-url-regexp,
thing-at-point-url-regexp, thing-at-point-markedup-url-regexp):
New variables.
(url): `beginning-op' property function changed to use
`thing-at-point-bounds-of-url-at-point'.  `end-op' property no
longer set -- functionality no longer supported for the more
sophisticated treatment of URLs so `forward-thing' no longer works
in this case.
1997-07-04 19:59:49 +00:00
Richard M. Stallman
e9c71056c1 (buffer): Don't use beginning-of-buffer, end-of-buffer. 1997-06-25 03:03:57 +00:00
Richard M. Stallman
6f0e09d4d0 (beginning-of-sexp): New function.
(bounds-of-thing-at-point): Fix typo in computing real-beg.
1997-06-24 05:25:09 +00:00
Richard M. Stallman
9e594a2e8c (forward-whitespace, forward-symbol):
Don't get error at end of buffer.
(bounds-of-thing-at-point): Don't get confused when a motion
function stops at end of buffer and there really isn't a thing.
Avoid redundant repeated scans.
1997-05-13 19:52:56 +00:00
Richard M. Stallman
02807c95d3 (bounds-of-thing-at-point): Allow the end
to be at the same place as ORIG.
Try harder to find a thing that ends at ORIG.

(url): Move forward over colons.
Move back over colons at the end.
(thing-at-point-file-name-chars): Include @.
1996-12-11 20:59:18 +00:00
Richard M. Stallman
bf6c5df1a1 (thing-at-point-url-chars): Allow comma, = and &.
(url): Move back over commas at the end.
1996-12-10 07:19:54 +00:00
Richard M. Stallman
c851323f3d (thing-at-point-url-chars): Allow period.
(url): Move back over periods at the end.

Downcase arguments as Lisp symbols.
Fix many doc strings.
(thing-at-point-file-name-chars): Renamed from file-name-chars.
Allow a colon.
(thing-at-point-url-chars): New variable.
(url): Define new kind of "thing".
1996-12-07 21:20:10 +00:00
Richard M. Stallman
7a8f27dbe6 Comment change. 1996-10-12 02:42:58 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
ac12c077d5 (read-from-whole-string): Doc fix. 1996-01-04 23:50:34 +00:00
Richard M. Stallman
fde7326e6d (forward-same-syntax): New function. 1995-07-18 21:37:32 +00:00
Richard M. Stallman
9f5c7ace45 (line): Add a beginning-op function. 1994-11-15 04:18:03 +00:00
Richard M. Stallman
69f9ba7efe Comment change. 1994-06-17 16:00:42 +00:00
Richard M. Stallman
2eca79d6ae (thing@pt-version): Removed variable. 1994-02-02 23:19:42 +00:00
Richard M. Stallman
b7f66977be Comment change. 1993-11-23 20:12:25 +00:00
Richard M. Stallman
1a2b6c5271 Initial revision 1993-11-08 14:46:50 +00:00