From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7227 Path: main.gmane.org!not-for-mail From: Mark Borges Newsgroups: gmane.emacs.gnus.general Subject: [PATCH: gnus-5.2.36] a smiley.el buglet Date: Wed, 17 Jul 1996 13:22:01 -0600 Organization: CIRES, University of Colorado Message-ID: <199607171922.NAA12515@suomi.cdc.noaa.gov> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147565 6317 80.91.224.250 (20 Oct 2002 20:59:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:59:25 +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 MAA13100 for ; Wed, 17 Jul 1996 12:49:33 -0700 Original-Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 17 Jul 1996 21:22:04 +0200 Original-Received: from suomi by cdc.noaa.gov (SMI-8.6/SMI-SVR4) id NAA04219; Wed, 17 Jul 1996 13:22:01 -0600 Original-Received: by suomi (SMI-8.6) id NAA12515; Wed, 17 Jul 1996 13:22:01 -0600 Original-To: Ding Gnus List X-Attribution: mb Xref: main.gmane.org gmane.emacs.gnus.general:7227 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7227 Since smiley.el requires messagexmas.el, which uses nnheader-find-etc-directory() it will fail if gnus is not already loaded (e.g., if you invoke VM first, and have hooked smiley.el into it). Appended is the quick fix. *** messagexmas.el.orig Wed Jul 17 13:14:13 1996 --- messagexmas.el Wed Jul 17 13:14:49 1996 *************** *** 25,30 **** --- 25,33 ---- ;;; Code: + ; for nnheader-find-etc-directory + (require 'nnheader) + (defvar message-xmas-dont-activate-region nil "If t, don't activate region after yanking.")