Gnus development mailing list
 help / color / mirror / Atom feed
From: Fabrice POPINEAU <popineau@ese-metz.fr>
Cc: ding@gnus.org
Subject: Re: select articles by field
Date: 16 Jun 1999 17:50:24 +0200	[thread overview]
Message-ID: <u4sk82lhb.fsf@ese-metz.fr> (raw)
In-Reply-To: Michael Klingbeil's message of "16 Jun 1999 15:12:47 +0200"


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

-- 
Fabrice POPINEAU



  reply	other threads:[~1999-06-16 15:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-16  9:58 Fabrice POPINEAU
1999-06-16 10:36 ` Tibor Simko
1999-06-17  0:28   ` Harry Putnam
1999-06-16 13:12 ` Michael Klingbeil
1999-06-16 15:50   ` Fabrice POPINEAU [this message]
1999-06-16 16:07     ` Norbert Koch
1999-06-17  9:43       ` Smilies under NT [was Re: select articles by field] Fabrice POPINEAU
1999-06-17 11:50         ` Norbert Koch
1999-07-03  9:46         ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u4sk82lhb.fsf@ese-metz.fr \
    --to=popineau@ese-metz.fr \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).