diff options
| author | Bob Weiner <rsw@gnu.org> | 2016-07-21 10:40:16 -0400 |
|---|---|---|
| committer | Bob Weiner <rsw@gnu.org> | 2016-07-21 10:40:16 -0400 |
| commit | fbc772f83ff6a79bdfc84b3b15dcd46087fd285c (patch) | |
| tree | 679021711d5789569e5713ab89b7bc16d31d6ffc /Makefile | |
| parent | 64e0a5b9c3afcb37333129b83454b53a357d7db4 (diff) | |
* hibtypes.el (mail-address-regexp): Simplified and modernized address matching
to better distinguish from @username social media references.
(mail-address-mode-list): Added lisp-interaction-mode and fundamental-mode.
(mail-address-tld-regexp): Added to match most common top-level
domains to tell if a match is really an email address or not.
(mail-address-at-p): Tightened by using mail-address-tld-regexp.
DEMO (Email Addresses, Social Media Hashtags and Usernames): Added descriptions.
2016-07-20 Bob Weiner <rsw@gnu.org>
* MANIFEST:
Makefile:
hibtypes.el (hib-social):
man/hyperbole.texi (Implicit Buttons): Added social-reference.
hib-social.el: Added this file to follow social media hashtag and username
references.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -134,7 +134,8 @@ VPATH = kotl man EL_SRC = hui-em-but.el hui-xe-but.el EL_COMPILE = hact.el hactypes.el hargs.el hbdata.el hbmap.el hbut.el \ - hgnus.el hhist.el hib-debbugs.el hib-doc-id.el hib-kbd.el hibtypes.el \ + hgnus.el hhist.el hib-debbugs.el hib-doc-id.el hib-kbd.el \ + hib-social.el hibtypes.el \ hinit.el hload-path.el hlvar.el hmail.el hmh.el hmoccur.el hmouse-info.el \ hmouse-drv.el hmouse-key.el hmouse-mod.el hmouse-sh.el hmouse-tag.el \ hpath.el hrmail.el hsite.el hsmail.el hsys-org.el hsys-w3.el htz.el \ @@ -147,7 +148,8 @@ EL_KOTL = kotl/kexport.el kotl/kfile.el kotl/kfill.el kotl/kimport.el kotl/klabe kotl/kcell.el kotl/kproperty.el kotl/kprop-em.el \ kotl/kprop-xe.el kotl/kview.el kotl/kvspec.el -ELC_COMPILE = hactypes.elc hibtypes.elc hib-debbugs.elc hib-kbd.elc hib-doc-id.elc hact.elc \ +ELC_COMPILE = hactypes.elc hibtypes.elc hib-debbugs.elc hib-doc-id.elc hib-kbd.elc \ + hib-social.elc hact.elc \ hargs.elc hbdata.elc hbmap.elc hbut.elc hgnus.elc hhist.elc \ hinit.elc hload-path.elc hlvar.elc hmail.elc hmh.elc hmoccur.elc hmouse-info.elc \ hmouse-drv.elc hmouse-key.elc hmouse-mod.elc hmouse-sh.elc hmouse-tag.elc \ |
