From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: isearch multiple buffers Date: Mon, 29 Oct 2007 08:21:14 +0100 Message-ID: <472589EA.4030305@swipnet.se> References: <87odfcggvl.fsf@jurta.org> <87lk9ylkbb.fsf@jurta.org> <87hckk9uoa.fsf@jurta.org> <87abqcrq9p.fsf@catnip.gol.com> <471BE5D3.3050007@gmail.com> <87y7dwq7x9.fsf@catnip.gol.com> <87odepv21n.fsf@catnip.gol.com> <87ir4wjcev.fsf@catnip.gol.com> <200710261516.l9QFGQ7C001069@oogie-boogie.ics.uci.edu> <200710261941.l9QJfcH0010503@oogie-boogie.ics.uci.edu> <200710271728.l9RHSk8B019811@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193642546 26793 80.91.229.12 (29 Oct 2007 07:22:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2007 07:22:26 +0000 (UTC) Cc: eliz@gnu.org, Dan Nicolaescu , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 29 08:22:28 2007 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.50) id 1ImOx7-00020j-Af for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 08:22:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImOwy-0001ka-3x for ged-emacs-devel@m.gmane.org; Mon, 29 Oct 2007 03:22:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ImOwu-0001iW-6w for emacs-devel@gnu.org; Mon, 29 Oct 2007 03:22:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ImOwr-0001eh-S1 for emacs-devel@gnu.org; Mon, 29 Oct 2007 03:22:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ImOwr-0001eW-Pa for emacs-devel@gnu.org; Mon, 29 Oct 2007 03:22:09 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ImOwr-0001xW-E3 for emacs-devel@gnu.org; Mon, 29 Oct 2007 03:22:09 -0400 Original-Received: from av10-1-sn2.hy.skanova.net ([81.228.8.181]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ImOwp-00016e-Qq for emacs-devel@gnu.org; Mon, 29 Oct 2007 03:22:08 -0400 Original-Received: by av10-1-sn2.hy.skanova.net (Postfix, from userid 502) id D43963836C; Mon, 29 Oct 2007 08:22:05 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-1-sn2.hy.skanova.net (Postfix) with ESMTP id A87AD3835F; Mon, 29 Oct 2007 08:22:05 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 5C76937E4B; Mon, 29 Oct 2007 08:22:05 +0100 (CET) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:82031 Archived-At: Richard Stallman skrev: > X10 (window-system-version mentions it, is it still supported?) > > I think all code specific to X10 was all deleted ages ago. > There are a few conditionals that test HAVE_X11, but they really > use it to test whether X is present at all. > > There are still conditionals for X11R3 (testing HAVE_X11R4). That > must be long obsolete. We can delete them if that would save us any > trouble. > There are also a couple of HAVE_X11R5 and HAVE_X11R6. I think we can get rid of all three. The first R6 was released in 1994. Jan D.