From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23366 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: select articles by field Date: 16 Jun 1999 18:07:39 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161112 1593 80.91.224.250 (21 Oct 2002 00:45:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:45:12 +0000 (UTC) Cc: Michael Klingbeil , ding@gnus.org 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 MAA26328 for ; Wed, 16 Jun 1999 12:09:04 -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 LAB22667; Wed, 16 Jun 1999 11:08:41 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 16 Jun 1999 11:09:12 -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 LAA14645 for ; Wed, 16 Jun 1999 11:09:01 -0500 (CDT) Original-Received: from mail.eai-delta.de (root@mail.delta-ii.de [195.180.229.162]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA26291 for ; Wed, 16 Jun 1999 12:08:00 -0400 (EDT) Original-Received: by mail.eai-delta.de (Smail3.2.0.105/mail.eai-delta.de) via Delta-II from KEATS.eai-delta.de with smtp for mailhost.sclp.com id m10uIE0-001nsuC; Wed, 16 Jun 1999 18:07:40 +0200 (CEST) Original-To: Fabrice POPINEAU Mail-Copies-To: never X-Attribution: lykos X-URL: http://www.eai-delta.de X-Face: iq-"D}ZS'It[NXourO#`D+JoJC>bZPU\xvX4Um\sR}_zUI?R:lt{Y/s1g[= 5L/BHY@]NxB(D?&:tCwX@Vp:YJURe}$MDZ1&/v<`C+^AVc"s/&m`Mu#s| In-Reply-To: Fabrice POPINEAU's message of "16 Jun 1999 17:50:24 +0200" Original-Lines: 19 User-Agent: Gnus/5.070088 (Pterodactyl Gnus v0.88) XEmacs/21.2 (Sumida) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23366 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23366 Fabrice POPINEAU writes: > The first problem being probably those lines in smiley.el : > > (defun smiley-buffer (&optional buffer st nd) > (interactive) > (when (featurep 'x) > (save-excursion > > which should be : > > (defun smiley-buffer (&optional buffer st nd) > (interactive) > (when (featurep '(or x windows-nt)) > (save-excursion Right, but setting this doesn't change very much does it? I tried something along these lines, but got stuck with problems in make-annotation and friends, IIRC.