Chong Yidong
748b0d840f
* thingatpt.el (number-at-point): Apply a thing-at-point property.
2012-10-30 06:58:53 +08:00
Chong Yidong
e84cad57ef
* thingatpt.el (thing-at-point): Doc fix.
...
Fixes: debbugs:12691
2012-10-29 18:03:21 +08:00
Aaron S. Hawley
34a008d93c
* lisp/thingatpt.el (forward-same-syntax): Handle no ARG case.
...
Fixes: debbugs:11560
2012-05-25 19:40:47 -07:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Chong Yidong
f5bd068933
Doc fixes for thingatpt.el.
...
* lisp/thingatpt.el (forward-thing, bounds-of-thing-at-point)
(thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
(end-of-sexp, beginning-of-sexp)
(thing-at-point-bounds-of-list-at-point, forward-whitespace)
(forward-symbol, forward-same-syntax, word-at-point)
(sentence-at-point): Doc fix (Bug#1144).
2011-07-07 14:31:57 -04:00
Lars Magne Ingebrigtsen
d61bdd5d04
(thing-at-point-short-url-regexp): Require that short URLs have at least one dot in them (bug #7614 ).
2011-06-30 04:04:32 +02:00
Stefan Monnier
ec8bd86f04
* lisp/thingatpt.el (forward-whitespace): Typo.
2011-06-01 11:28:54 -03:00
Stefan Monnier
2462470b9e
Miscellaneous tweaks.
...
* lisp/emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
lexical scoping as in subr.el's dolist and dotimes.
* lisp/emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
Silence compiler warning.
* lisp/thingatpt.el (forward-whitespace): Trivial coding style fix.
* lisp/subr.el (with-output-to-temp-buffer): Provide an edebug spec.
* lisp/international/ccl.el (ccl-compile): Trivial simplification.
* lisp/help-fns.el (help-do-arg-highlight): Silence compiler warning.
* lisp/emacs-lisp/testcover.el (testcover-end): Remove spurious
`printflag' argument.
* lisp/emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
Purecopy the whole obsolescence data.
2011-06-01 11:19:45 -03:00
Stefan Monnier
f278f87fe6
* lisp/thingatpt.el (bounds-of-thing-at-point): Return nil rather than
...
bounds for the empty string.
Fixes: debbugs:8667
2011-05-13 14:02:56 -03:00
Drew Adams
e8974c48ae
Add support for defun in thingatpt.el
2011-03-25 00:38:12 +08:00
Glenn Morris
95df8112a0
Refill some long/short copyright headers.
2011-01-26 00:36:39 -08:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Chong Yidong
965b9376cf
* thingatpt.el (thing-at-point-bounds-of-list-at-point): New
...
function (Bug#3027).
2009-04-18 03:39:28 +00:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Chong Yidong
ce8fb8aa95
(end-of-sexp, beginning-of-sexp, forward-same-syntax): Omit default
...
arguments to char-after and char-before.
2008-10-25 00:12:37 +00:00
Chong Yidong
de285f273d
(sexp-at-point, symbol-at-point, number-at-point, list-at-point): Add
...
docstrings.
2008-10-22 20:51:23 +00:00
Joakim Verona
42986283a1
Fix for bug #572 , removed () from url regexp.
2008-08-06 22:36:55 +00:00
Glenn Morris
eb3fa2cfcf
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 08:06:51 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea
Add 2008 to copyright years.
2008-01-07 02:45:14 +00:00
Miles Bader
9aecacd08a
Merge from emacs--rel--22
...
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c
Switch license to GPLv3 or later.
2007-07-25 04:50:21 +00:00
Karl Fogel
8626551860
* thingatpt.el (thing-at-point-email-regexp): Don't require two chars
...
before the "@" in an email address. Andreas Roehler noticed this problem.
2007-06-16 01:25:25 +00:00
Karl Fogel
baef4cbec3
* thingatpt.el: Add support for email addresses (`email').
...
(thing-at-point, bounds-of-thing-at-point): Document `email' support.
(thing-at-point-email-regexp): New variable.
(`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
properties on this symbol, with lambda forms for values.
2007-06-16 01:03:35 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Glenn Morris
c90f275771
Update copyright years.
2006-12-05 07:06:08 +00:00
Richard M. Stallman
4f5d46685d
(thing-at-point-url-at-point): Don't add a redundant scheme.
...
(thing-at-point-uri-schemes): Added schemes that
are new to the list at IANA. Also added irc, mms, mmsh.
2006-11-21 01:38:04 +00:00
Richard M. Stallman
883d1f4b73
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
2006-09-13 17:46:25 +00:00
Stefan Monnier
2a59b30d16
(symbol-at-point): Don't use `form-at-point' which
...
fails if the symbol contains chars like ( or '.
(bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
(thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and `short'.
2006-07-04 20:27:49 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Juanma Barranquero
f1180544bb
Trailing whitespace deleted.
2003-02-04 12:29:42 +00:00
Dave Love
839aacc98f
(thing-at-point-file-name-chars): Include
...
non-ASCII again and re-write the filename ops.
2003-01-27 11:38:45 +00:00
Richard M. Stallman
e6726b7192
(thing-at-point-file-name-chars): Undo previous change.
2003-01-26 14:51:40 +00:00
Dave Love
4d61e7d513
(thing-at-point-file-name-chars): Include non-ASCII
...
and use documented treatment of -.
2003-01-15 19:44:58 +00:00
Richard M. Stallman
1b0d40de85
Comment change.
2002-10-14 01:27:19 +00:00
Richard M. Stallman
7f1422bc46
(read-from-whole-string): Add call to `ignore'.
2002-10-14 01:27:08 +00:00
Richard M. Stallman
0408f074b0
(thing-at-point-url-path-regexp): Doc fix.
2002-10-07 22:47:41 +00:00
Markus Rost
1c1766c7e3
(thing-at-point-uri-schemes): New variable.
...
(thing-at-point-url-regexp): Use it.
2002-10-06 17:54:15 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Dave Love
d18243f565
(thing-at-point-url-regexp): Prepend `\<'.
2000-08-15 14:22:21 +00:00
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