From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36807 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: weird error message about X-Face: Date: Sat, 07 Jul 2001 00:47:47 +0200 Message-ID: References: <8766d7oyac.church.of.emacs@cis.ohio-state.edu> <873d8bniej.church.of.emacs@cis.ohio-state.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172332 10553 80.91.224.250 (21 Oct 2002 03:52:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:52:12 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 3755 invoked from network); 6 Jul 2001 22:47:15 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 6 Jul 2001 22:47:15 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated) by dolk.extundo.com (8.11.3/8.11.3) with ESMTP id f66MlMw00358 for ; Sat, 7 Jul 2001 00:47:23 +0200 Original-To: ding@gnus.org In-Reply-To: (prj@po.cwru.edu's message of "Thu, 05 Jul 2001 18:14:31 -0400") Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.103 Original-Lines: 18 Xref: main.gmane.org gmane.emacs.gnus.general:36807 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36807 prj@po.cwru.edu (Paul Jarc) writes: > Colin Walters writes: >>+ ;; Skip over the header. >>+ (goto-char (point-min)) >>+ (skip-chars-forward "^:") >>+ (unless (eobp) >>+ (forward-char)) >>+ (unless (eobp) >>+ (forward-char)) > > This skips over the header field name, the colon, and space, right? > Technically, the space is part of the field's value, and it need not > be present. So it's best to check for a space before skipping it. (I > haven't been paying much attention to this thread, though, so maybe we > know that it will always be present here?) Right, something along that line has been committed.