From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6711 Path: main.gmane.org!not-for-mail From: Wes Hardaker Newsgroups: gmane.emacs.gnus.general Subject: Re: smiley.el (was Re: gnus-smiley.el -- new version) Date: Fri, 14 Jun 1996 18:22:10 -0700 Message-ID: <199606150122.AA188851733@teal.ece.ucdavis.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147127 4517 80.91.224.250 (20 Oct 2002 20:52:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:52:07 +0000 (UTC) Cc: wmperry@spry.com, ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id SAA26591 for ; Fri, 14 Jun 1996 18:42:13 -0700 Original-Received: from teal.ece.ucdavis.edu (hardaker@teal.ece.ucdavis.edu [128.120.54.142]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sat, 15 Jun 1996 03:22:21 +0200 Original-Received: by teal.ece.ucdavis.edu (1.37.109.16/Ultrix3.0-C/eecs 1.1) id AA188851733; Fri, 14 Jun 1996 18:22:13 -0700 Original-To: Steven L Baur X-Face: #qW^}a%m*T^{A:Cp}$R\"38+d}41-Z}uU8,r%F#c#s:~Nzp0G9](s?,K49KJ]s"*7g vRgASrAvQc4@/}L7Qc=w{)]ACO\R{LF@S{pXfojjjGg6c;q6{~C}CxC^^&~(F]`1W)%9j/iS/I M",B1M.?{w8ckLTYD'`|kTr\i\cgY)P4 X-Url: http://www.ece.ucdavis.edu/~hardaker In-Reply-To: Your message of "14 Jun 1996 16:14:59 PDT." Xref: main.gmane.org gmane.emacs.gnus.general:6711 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6711 Steven L Baur writes: |> Smilifying a buffer twice should not produce doubled copies of the |> images. Definately true... |> There should also be an unsmilify-buffer since the smiley regular |> expressions seem prone to match XEmacs lisp backtraces and uuencoded |> files. Yes, I actually wrote a note to Lars giving a list of things that should be done to it. This was one of them. I also said it should be able to do something like: "[^p]\\(:/\\)" and pick the \1 out of there, or use the entire expression results if \1 DNE (ie, no sub-regions specified). This way you could more carefully watch out for things like http://, which (used to) gets caught. I also thought about requiring a white space char before the smiley. This would fix the problem as well, and I doubt anyone is writing them without a space in the first place. What I'm really suprised at is that no one has mucked with the reg-exp list to include more smilies! Wes