From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6668 Path: main.gmane.org!not-for-mail From: Wes Hardaker Newsgroups: gmane.emacs.gnus.general Subject: Re: What will they think of next: [fwd] Date: 13 Jun 1996 13:41:00 -0700 Message-ID: References: <9606112033.AA02247@shadow> <199606112049.NAA12362@monolith.spry.com> <55afy9exdz.fsf@cerebus.im.med.umich.edu> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147090 4379 80.91.224.250 (20 Oct 2002 20:51:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:51:30 +0000 (UTC) Cc: Kevin Cheek , 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 OAA02524 for ; Thu, 13 Jun 1996 14:05:12 -0700 Original-Received: from lena.ece.ucdavis.edu (hardaker@lena.cipic.ucdavis.edu [128.120.67.29]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 13 Jun 1996 22:41:15 +0200 Original-Received: by lena.ece.ucdavis.edu (1.37.109.16/Ultrix3.0-C/eecs 1.1) id AA174288463; Thu, 13 Jun 1996 13:41:03 -0700 Original-To: Wes Hardaker In-Reply-To: Wes Hardaker's message of 13 Jun 1996 11:21:43 -0700 Original-Lines: 28 X-Mailer: Gnus v5.2.4/XEmacs 19.13 Xref: main.gmane.org gmane.emacs.gnus.general:6668 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6668 Wes Hardaker writes: > Well, so like I had my wisdom teeth pulled on Monday... That didn't > leave much motivation for me to do anything productive today. > Therefore, I submit the very beginnings of the above mentioned project > (something, I've been wanting to see for a long time too). Well... Having ran out of stuff to do (ie, procrastinated everything else sucessfully), I played a bit more with the reg-exp list. This following includes more maps to faces and a few better reg-exps. (defvar gnus-smiley-regexp-alist '((":-*\\]" "FaceGrinning.xpm") (":-*[oO]" "FaceStartled.xpm") (":-*[)>]" "FaceHappy.xpm") (":-*)" "FaceHappy.xpm") (";-*[>)]" "FaceWinking.xpm") (":-[/\\]" "FaceIronic.xpm") (":-*|" "FaceStraight.xpm") (":-*<" "FaceAngry.xpm") (":-*d" "FaceTasty.xpm") (":-*[pP]" "FaceYukky.xpm") ("8-*|" "FaceKOed.xpm") (":-*(" "FaceAngry.xpm"))) Now, I've simply GOT to go get some work done.... Errr, its been a long time since I've played XPilot. I wonder if I remember how? Wes