From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6634 Path: main.gmane.org!not-for-mail From: Colin Rafferty Newsgroups: gmane.emacs.gnus.general Subject: Re: What will they think of next: [fwd] Date: 11 Jun 1996 17:58:10 -0400 Message-ID: References: <9606112033.AA02247@shadow> <199606112049.NAA12362@monolith.spry.com> Reply-To: Colin Rafferty NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147061 4260 80.91.224.250 (20 Oct 2002 20:51:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:51:01 +0000 (UTC) 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 PAA07645 for ; Tue, 11 Jun 1996 15:21:26 -0700 Original-Received: from mlfire.ml.com (mlfire.ml.com [192.246.100.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 11 Jun 1996 23:58:44 +0200 Original-Received: from commpost.ml.com ([146.125.4.24]) by mlfire.ml.com (8.7.5/8.7.3/MLgw-2.05) with SMTP id SAA27408 for ; Tue, 11 Jun 1996 18:02:26 -0400 (EDT) Original-Received: from spssunp.spspme.ml.com (spssunp.spspme.ml.com [192.168.111.13]) by commpost.ml.com (8.6.12/8.6.12) with ESMTP id SAA04385 for ; Tue, 11 Jun 1996 18:01:23 -0400 (EST) Original-Received: by spssunp.spspme.ml.com (SMI-8.6/SMI-4.1) id RAA12497; Tue, 11 Jun 1996 17:58:11 -0400 Original-To: (ding) GNUS Mailing List X-Face: ""xJff%{>hr-{:QXl"Xk2O@@(+F]e{"%EYQiW@mUuvEsL>=mx96j12qW[%m;|:B^n{J8k?Mz[K1_+H;$v,nYx^1o_=4M,L+]FIU~[[`-w~~xsy-BX,?tAF_.8u&0y*@aCv;a}Y'{w@#*@iwAl?oZpvvv X-Y-Zippy: My EARS are GONE!! In-Reply-To: William Perry's message of Tue, 11 Jun 1996 13:49:20 -0700 Original-Lines: 22 X-Mailer: Gnus v5.2.6/XEmacs 19.13 Xref: main.gmane.org gmane.emacs.gnus.general:6634 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6634 William Perry writes: > Eric Hendrickson forwards: >> Microsoft Word (which is used by Microsoft Exchange) now has a >> feature which changes emoticons into actual smiley-faced icons. > we simply _HAVE_ to implement this. Anyone know of a good smiley icon > repository? :) How about a function gnus-article-hide-emoticon (W W e) that I can add to gnus-article-prepare-hook so that I never have to see them ever again in my life? Seriously, all that we need is a good regexp, and we can be rid of them forever: (while (re-search-forward "\\s-*[[<(#]?[:;|%][-=*^]?[()|P!?/\\][]>)]?" nil t) (replace-match "" nil nil)) -- Colin