aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/goto-addr.el
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (goto-address-at-point): Deal with URLsGerd Moellmann2001-05-181-1/+6
| | | | part of which look like email addresses.
* Instead of defining line-beginning-position andGerd Moellmann2001-04-231-3/+15
| | | | | | | | | line-end-position a defalias is used for point-at-bol and point-at-eol. Added XEmacs compatibility code. (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
* Don't require browse-url. Require thingatpt.Dave Love2000-08-161-39/+29
| | | | | | | | | | | (goto-address-fontify-p, goto-address-highlight-p) (goto-address-url-face, goto-address-url-mouse-face) (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix. (goto-address-url-regexp): Use thing-at-point-url-regexp. (goto-address-fontify, goto-address-at-mouse): Simplify, (goto-address-at-point): browse-url-url-at-point, goto-address-find-address-at-point can return nil. (goto-address-find-address-at-point): Return nil on failure.
* (goto-address-fontify): Don't bother with buffer-modified and read-onlyDave Love2000-07-201-14/+11
| | | | | stuff -- irrelevant with overlays. Put an extra property on the overlays and use it to clean up in case goto-address is re-run.
* Change maintainer to FSF.Gerd Moellmann2000-07-181-0/+1
|
* Change maintainer address.Dave Love2000-07-131-3/+2
|
* (goto-address-fontify): Use keymap property, not local-map.Dave Love2000-06-151-7/+7
|
* (goto-address): Don't bind C-c RET locally.Gerd Moellmann2000-06-141-1/+1
| | | | (goto-address-highlight-keymap): Bind C-c RET.
* (goto-address-fontify): Add help-echo property.Dave Love2000-05-251-0/+4
|
* Moved here from lisp.Gerd Moellmann2000-03-201-0/+234