]> git.eshelyaron.com Git - emacs.git/commit
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-69
authorMiles Bader <miles@gnu.org>
Sat, 11 Feb 2006 21:42:23 +0000 (21:42 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 11 Feb 2006 21:42:23 +0000 (21:42 +0000)
commit324e4da7fb68dc8b8e12d6b816dd6b6a4a892d36
tree318d7b660f4e7d2c587b33e436fbe1ab70f39285
parent0ccc88374941651c5358bb91411a1a18b868783f
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-69

rcirc: Add flexible response formatting; Add nick abbrevs

2006-02-12  Miles Bader  <miles@gnu.org>

   * lisp/net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
   New variables.
   (rcirc-abbrev-nick): New function.
   (rcirc-format-response-string): Rewrite to use the formats in
   `rcirc-response-formats' and expand escape sequences therein.
   A text-property `rcirc-text' is added over the actual response
   text to make easy to find inside the returned string.
   (rcirc-print): When filling, just look for the `rcirc-text'
   text-property to find the appropriate fill prefix, instead of
   using hardwired patterns.
lisp/ChangeLog
lisp/net/rcirc.el