Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc fixes for thingatpt.el. | Chong Yidong | 2011-07-07 | 1 | -13/+49 |
| | | | | | | | | | * 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). | ||||
* | (thing-at-point-short-url-regexp): Require that short URLs have at least one ↵ | Lars Magne Ingebrigtsen | 2011-06-30 | 1 | -1/+1 |
| | | | | dot in them (bug #7614). | ||||
* | * lisp/thingatpt.el (forward-whitespace): Typo. | Stefan Monnier | 2011-06-01 | 1 | -1/+1 |
| | |||||
* | Miscellaneous tweaks. | Stefan Monnier | 2011-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * 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. | ||||
* | * lisp/thingatpt.el (bounds-of-thing-at-point): Return nil rather than | Stefan Monnier | 2011-05-13 | 1 | -4/+5 |
| | | | | | | bounds for the empty string. Fixes: debbugs:8667 | ||||
* | Add support for defun in thingatpt.el | Drew Adams | 2011-03-25 | 1 | -0/+6 |
| | |||||
* | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+1 |
| | |||||
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| | |||||
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |
| | |||||
* | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | |||||
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | * thingatpt.el (thing-at-point-bounds-of-list-at-point): New | Chong Yidong | 2009-04-18 | 1 | -2/+20 |
| | | | | function (Bug#3027). | ||||
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | (end-of-sexp, beginning-of-sexp, forward-same-syntax): Omit default | Chong Yidong | 2008-10-25 | 1 | -4/+4 |
| | | | | arguments to char-after and char-before. | ||||
* | (sexp-at-point, symbol-at-point, number-at-point, list-at-point): Add | Chong Yidong | 2008-10-22 | 1 | -3/+10 |
| | | | | docstrings. | ||||
* | Fix for bug #572, removed () from url regexp. | Joakim Verona | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -4/+8 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
* | | * thingatpt.el (thing-at-point-email-regexp): Don't require two chars | Karl Fogel | 2007-06-16 | 1 | -1/+1 |
| | | | | | | | | before the "@" in an email address. Andreas Roehler noticed this problem. | ||||
* | | * thingatpt.el: Add support for email addresses (`email'). | Karl Fogel | 2007-06-16 | 1 | -2/+29 |
|/ | | | | | | | (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. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Glenn Morris | 2006-12-05 | 1 | -2/+2 |
| | |||||
* | (thing-at-point-url-at-point): Don't add a redundant scheme. | Richard M. Stallman | 2006-11-21 | 1 | -3/+9 |
| | | | | | (thing-at-point-uri-schemes): Added schemes that are new to the list at IANA. Also added irc, mms, mmsh. | ||||
* | (thing-at-point-bounds-of-url-at-point): Delete spurious backquote. | Richard M. Stallman | 2006-09-13 | 1 | -1/+1 |
| | |||||
* | (symbol-at-point): Don't use `form-at-point' which | Stefan Monnier | 2006-07-04 | 1 | -49/+46 |
| | | | | | | 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'. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -37/+37 |
| | |||||
* | (thing-at-point-file-name-chars): Include | Dave Love | 2003-01-27 | 1 | -3/+9 |
| | | | | non-ASCII again and re-write the filename ops. | ||||
* | (thing-at-point-file-name-chars): Undo previous change. | Richard M. Stallman | 2003-01-26 | 1 | -1/+1 |
| | |||||
* | (thing-at-point-file-name-chars): Include non-ASCII | Dave Love | 2003-01-15 | 1 | -2/+2 |
| | | | | and use documented treatment of -. | ||||
* | Comment change. | Richard M. Stallman | 2002-10-14 | 1 | -1/+1 |
| | |||||
* | (read-from-whole-string): Add call to `ignore'. | Richard M. Stallman | 2002-10-14 | 1 | -1/+2 |
| | |||||
* | (thing-at-point-url-path-regexp): Doc fix. | Richard M. Stallman | 2002-10-07 | 1 | -1/+1 |
| | |||||
* | (thing-at-point-uri-schemes): New variable. | Markus Rost | 2002-10-06 | 1 | -3/+14 |
| | | | | (thing-at-point-url-regexp): Use it. | ||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 1 | -2/+2 |
| | |||||
* | (thing-at-point-url-regexp): Prepend `\<'. | Dave Love | 2000-08-15 | 1 | -1/+1 |
| | |||||
* | (toplevel symbol-properties): Don't quote lambda. | Stefan Monnier | 2000-06-12 | 1 | -4/+4 |
| | |||||
* | (forward-thing): Use functionp instead of fboundp. | Gerd Moellmann | 2000-06-08 | 1 | -2/+4 |
| | | | | Set maintainer to FSF since author isn't reachable. | ||||
* | (sexp-at-point, symbol-at-point) | Dave Love | 2000-02-02 | 1 | -0/+4 |
| | | | | (number-at-point, list-at-point): Add autoload cookie. | ||||
* | (thing-at-point-url-at-point): Don't use current | Richard M. Stallman | 1998-11-25 | 1 | -1/+1 |
| | | | | syntax table to determine what is whitespace. | ||||
* | (thing-at-point-url-at-point): Intuit ftp:// on `short' URLs. | Dave Love | 1998-02-25 | 1 | -6/+14 |
| | |||||
* | (url): Define end-op property again. Wrap end-op | Richard M. Stallman | 1997-07-09 | 1 | -9/+11 |
| | | | | and beginning-op lambdas with `function', not quote. | ||||
* | (thing-at-point): Use `thing-at-point' property, if any. | Richard M. Stallman | 1997-07-04 | 1 | -56/+155 |
| | | | | | | | | | | | | | | | | | | (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. | ||||
* | (buffer): Don't use beginning-of-buffer, end-of-buffer. | Richard M. Stallman | 1997-06-25 | 1 | -2/+2 |
| | |||||
* | (beginning-of-sexp): New function. | Richard M. Stallman | 1997-06-24 | 1 | -1/+10 |
| | | | | (bounds-of-thing-at-point): Fix typo in computing real-beg. |