Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Subject: Re: [PATCH] mode Ebola fixes
Date: 26 Nov 1998 15:30:59 +0100	[thread overview]
Message-ID: <byww4ia5lo.fsf@bolzano.math.ethz.ch> (raw)
In-Reply-To: Didier Verna's message of "Thu, 26 Nov 1998 12:57:38 GMT"

Didier Verna <verna@inf.enst.fr> writes:

>  	(skip-chars-forward " \t\n")
> -	(if (not (eq (or (char-after (point)) 0) ?=)) ; There is no value
> +	(if (not (eq (or (char-after (point)) ?0) ?=)) ; There is no value

Isn't it much simpler to just write (eq (char-after (point)) ?=) ?
The above code seems to come from some overzealous attempt to emulator 
following-char behaviour (thus reintroding ebola).

Jan


  reply	other threads:[~1998-11-26 14:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-11-26 12:56 Didier Verna
1998-11-26 14:30 ` Jan Vroonhof [this message]
1998-11-26 17:08 ` Hrvoje Niksic
1998-11-26 17:38   ` Didier Verna
1998-11-26 17:43     ` Hrvoje Niksic
1998-11-27 10:48       ` 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=byww4ia5lo.fsf@bolzano.math.ethz.ch \
    --to=vroonhof@math.ethz.ch \
    /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).