Gnus development mailing list
 help / color / mirror / Atom feed
From: Norbert Koch <n.koch@eai-delta.de>
Cc: Michael Klingbeil <mklingbeil@knuut.de>, ding@gnus.org
Subject: Re: select articles by field
Date: 16 Jun 1999 18:07:39 +0200	[thread overview]
Message-ID: <ug13sp1ro.fsf@delta-ii.de> (raw)
In-Reply-To: Fabrice POPINEAU's message of "16 Jun 1999 17:50:24 +0200"

Fabrice POPINEAU <popineau@ese-metz.fr> 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.



  reply	other threads:[~1999-06-16 16:07 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
1999-06-16 16:07     ` Norbert Koch [this message]
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=ug13sp1ro.fsf@delta-ii.de \
    --to=n.koch@eai-delta.de \
    --cc=ding@gnus.org \
    --cc=mklingbeil@knuut.de \
    /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).