From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: baby step toward thread patch Date: Wed, 19 Jan 2011 03:54:48 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1295427307 32091 80.91.229.12 (19 Jan 2011 08:55:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 19 Jan 2011 08:55:07 +0000 (UTC) Cc: Emacs discussions To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 19 09:55:03 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PfTok-00040t-0v for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 09:55:02 +0100 Original-Received: from localhost ([127.0.0.1]:37559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfToj-0000eJ-9h for ged-emacs-devel@m.gmane.org; Wed, 19 Jan 2011 03:55:01 -0500 Original-Received: from [140.186.70.92] (port=46945 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfTod-0000cC-Gg for emacs-devel@gnu.org; Wed, 19 Jan 2011 03:54:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfToc-0006iS-85 for emacs-devel@gnu.org; Wed, 19 Jan 2011 03:54:55 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfToc-0006iO-5E for emacs-devel@gnu.org; Wed, 19 Jan 2011 03:54:54 -0500 Original-Received: from localhost ([127.0.0.1]:47239) by fencepost.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PfToX-0001nk-0X; Wed, 19 Jan 2011 03:54:49 -0500 X-Spook: Elvis weapons of mass destruction United Nations Leitrim X-Ran: CXcCE%!Zl-yle|TA_"Bk2PMY.-Pt"rvN.xt8W9s>Y+F@q|H?z&~v&Z${Ef(3;b\8 (Tom Tromey's message of "Tue\, 18 Jan 2011 13\:42\:24 -0700") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:134727 Archived-At: Tom Tromey wrote: > So, I have committed the latest version of all my changes. Something wrong in the following diff hunk? window.c:154:8: warning: extra tokens at end of #endif directive *** src/window.c 2011-01-15 23:16:57 +0000 --- src/window.c 2011-01-18 20:45:37 +0000 *************** *** 194,210 **** #if 0 /* This isn't used anywhere. */ /* Nonzero means we can split a frame even if it is "unsplittable". */ static int inhibit_frame_unsplittable; ! #endif /* 0 */ ! ! extern EMACS_INT scroll_margin; ! ! extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions; ! ! /* If non-nil, then the `recenter' command with a nil argument ! the entire frame to be redrawn; the special value `tty' causes the ! frame to be redrawn only if it is a tty frame. */ ! ! static Lisp_Object Vrecenter_redisplay; DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0, --- 151,157 ---- #if 0 /* This isn't used anywhere. */ /* Nonzero means we can split a frame even if it is "unsplittable". */ static int inhibit_frame_unsplittable; ! #endif extern Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions; DEFUN ("windowp", Fwindowp, Swindowp, 1, 1, 0,