From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Markus Rost Newsgroups: gmane.emacs.devel Subject: Re: Recent change to xfns.c breaks compilation Date: Thu, 17 Jul 2003 10:38:42 -0400 (EDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200307171438.h6HEcgAu022136@hampton.math.ohio-state.edu> References: <200307150010.h6F0AnqV020175@hampton.math.ohio-state.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1058453340 2881 80.91.224.249 (17 Jul 2003 14:49:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2003 14:49:00 +0000 (UTC) Cc: schwab@suse.de, storm@cua.dk, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jul 17 16:48:57 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19dA2N-0000Zo-00 for ; Thu, 17 Jul 2003 16:47:15 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19dAH7-0001GV-00 for ; Thu, 17 Jul 2003 17:02:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19d9yq-0004BO-Bk for emacs-devel@quimby.gnus.org; Thu, 17 Jul 2003 10:43:36 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19d9uE-0001Pq-TJ for emacs-devel@gnu.org; Thu, 17 Jul 2003 10:38:50 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19d9uB-0001Np-RS for emacs-devel@gnu.org; Thu, 17 Jul 2003 10:38:48 -0400 Original-Received: from hermes.math.ohio-state.edu ([140.254.92.31]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19d9uB-0001Ms-Gp; Thu, 17 Jul 2003 10:38:47 -0400 Original-Received: from hampton.math.ohio-state.edu (hampton.math.ohio-state.edu [140.254.93.46]) by hermes.math.ohio-state.edu (8.12.9/8.12.9) with ESMTP id h6HEciBc000414; Thu, 17 Jul 2003 10:38:44 -0400 Original-Received: from hampton.math.ohio-state.edu (localhost [127.0.0.1]) by hampton.math.ohio-state.edu (8.12.9/8.12.9) with ESMTP id h6HEchVu022139; Thu, 17 Jul 2003 10:38:43 -0400 (EDT) Original-Received: (from rost@localhost) by hampton.math.ohio-state.edu (8.12.9/8.12.8/Submit) id h6HEcgAu022136; Thu, 17 Jul 2003 10:38:42 -0400 (EDT) Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Thu, 17 Jul 2003 06:10:52 -0400) X-Mailer: GNU Emacs 21.3+ X-Home-Page: http://www.math.ohio-state.edu/~rost X-RAVMilter-Version: 8.4.2(snapshot 20021217) (hermes) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:15648 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:15648 What does "quoted" mean here? I don't see anything that looks like quoting to me. What about adding more explanations, like ===Buffer *diff*============================================ cd /home/rost/cvs/emacs/ diff -c /home/rost/cvs/emacs/configure.in /tmp/buffer-content-22086Ybz *** /home/rost/cvs/emacs/configure.in Tue Jul 15 11:46:51 2003 --- /tmp/buffer-content-22086Ybz Thu Jul 17 10:36:19 2003 *************** *** 182,187 **** --- 182,189 ---- dnl per the autoconf manual, we can speed up autoconf somewhat by quoting dnl the great gob of text. Thus it's not processed for possible expansion. dnl Just make sure the brackets remain balanced. + + dnl evil changequote begins [ ### If you add support for a new configuration, add code to this *************** *** 1168,1173 **** --- 1170,1176 ---- fi ] + dnl evil changequote ends if test $unported = yes; then AC_MSG_ERROR([Emacs hasn't been ported to `${canonical}' systems. Diff finished at Thu Jul 17 10:36:20 ============================================================