emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Re: Problem sending bigger mails with CVS Gnus + CVS


From: Christoph Conrad
Subject: Re: address@hidden: Re: Problem sending bigger mails with CVS Gnus + CVS Emacs]
Date: Tue, 21 May 2002 11:53:13 +0200
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i386-msvc-nt4.0.1381)

Hi Jason,

    > Could you please try the following patch, and tell me if it has
    > any effect on the problems you reported with sending mail with
    > Gnus and Mew and the latest CVS Emacs.

Tried it, but:

w32fns.c(7255) : error C2102: '&' erwartet L-Wert
(in english: '&' expects l-value)

      if (NILP (Fmember (font_name, lpef->list)))
        {
          *lpef->tail = Fcons (Fcons (build_string (buf), width), Qnil);
!!!!!  lpef->tail = &(XCDR (*lpef->tail));
          lpef->numFonts++;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]