From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.devel Subject: Re: [cc@ivu-ac.de: Re: Problem sending bigger mails with CVS Gnus + CVS Emacs] Date: Tue, 21 May 2002 11:53:13 +0200 Organization: Church of GNU Emacs Sender: emacs-devel-admin@gnu.org Message-ID: References: <200205181849.g4IInZx22152@aztec.santafe.edu> Reply-To: cc@ivu-ac.de NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1021974832 30235 127.0.0.1 (21 May 2002 09:53:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 May 2002 09:53:52 +0000 (UTC) Cc: Tak Ota , emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17A6L1-0007rY-00 for ; Tue, 21 May 2002 11:53:51 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17A6ZO-00017n-00 for ; Tue, 21 May 2002 12:08:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17A6LM-000269-00; Tue, 21 May 2002 05:54:12 -0400 Original-Received: from gate.cli.de ([212.117.64.114] helo=cli210.cli.de) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17A6KS-00021p-00; Tue, 21 May 2002 05:53:16 -0400 Original-Received: from cli3.cli.de (cli3.cli.de [10.13.11.3]) by cli210.cli.de (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g4L9rEC08618; Tue, 21 May 2002 11:53:14 +0200 Original-Received: from CLI119 (cli119.cli.de [10.13.23.119]) by cli3.cli.de (8.11.3/Bitte keine Werbung einwerfen. Vielen Dank. |) with ESMTP id g4L9rDa26574; Tue, 21 May 2002 11:53:13 +0200 Original-To: Jason Rumney X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA In-Reply-To: (Jason Rumney's message of "20 May 2002 22:47:05 +0100") Original-Lines: 17 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2.50 (i386-msvc-nt4.0.1381) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4233 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4233 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++; }