From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25227 Path: main.gmane.org!not-for-mail From: "Robin S. Socha" Newsgroups: gmane.emacs.gnus.general Subject: Re: Removing fancy "smiley" handling Date: 23 Sep 1999 21:02:52 +0200 Organization: Usenet Death Squad Sender: owner-ding@hpc.uh.edu Message-ID: References: <76k8phcv41.fsf@ppllc.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162651 12897 80.91.224.250 (21 Oct 2002 01:10:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:10:51 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA21291 for ; Thu, 23 Sep 1999 15:19:24 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB17010; Thu, 23 Sep 1999 14:18:46 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 Sep 1999 14:19:15 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA19785 for ; Thu, 23 Sep 1999 14:19:04 -0500 (CDT) Original-Received: from kens.com (kens.com [129.250.30.40]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA21261 for ; Thu, 23 Sep 1999 15:16:28 -0400 (EDT) Original-Received: from socha.net (IDENT:root@next3.rhrz.uni-bonn.de [131.220.224.32]) by kens.com (8.9.3/8.9.3-mod-for-majordomo) with ESMTP id PAA02386 for ; Thu, 23 Sep 1999 15:16:27 -0400 (EDT) Original-Received: (from robin@localhost) by socha.net (8.8.7/8.8.7) id VAA29137; Thu, 23 Sep 1999 21:02:53 +0200 Original-To: ding@gnus.org X-URL: X-Face: #Z}0zkbqU,m`+S)^0R[.23L-o>U{UQ|(DvIqu^Bjw:po_g9;4JnT9tbn;QX$ga/LYS In-Reply-To: Jake Colman's message of "23 Sep 1999 14:59:10 -0400" Original-Lines: 9 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) XEmacs/21.2 (Shinjuku) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25227 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25227 * Jake Colman writes: > How do I get rid of the fancy smiley handling so that it does not show > me those cute "happy faces" when it seems emoticons? You should have something like this in your dotfiles: (load-library "smiley") (add-hook 'gnus-article-display-hook 'smiley-buffer) -- Robin S. Socha