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: Thu, 01 Nov 2007 08:44:22 +0100 Message-ID: <472983D6.3030600@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> <472589EA.4030305@swipnet.se> 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 1193903104 3958 80.91.229.12 (1 Nov 2007 07:45:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Nov 2007 07:45:04 +0000 (UTC) Cc: eliz@gnu.org, dann@ics.uci.edu, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 01 08:45:06 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 1InUjg-0004u3-OV for ged-emacs-devel@m.gmane.org; Thu, 01 Nov 2007 08:45:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InUjX-00086m-2I for ged-emacs-devel@m.gmane.org; Thu, 01 Nov 2007 03:44:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1InUjV-00086g-0F for emacs-devel@gnu.org; Thu, 01 Nov 2007 03:44:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InUjT-00085K-Dl for emacs-devel@gnu.org; Thu, 01 Nov 2007 03:44:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1InUjT-000856-4z for emacs-devel@gnu.org; Thu, 01 Nov 2007 03:44:51 -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 1InUjH-0007tP-VG; Thu, 01 Nov 2007 03:44:40 -0400 Original-Received: from av9-1-sn2.hy.skanova.net ([81.228.8.179]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1InUjH-00043k-Ej; Thu, 01 Nov 2007 03:44:39 -0400 Original-Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id EDC3239BA1; Thu, 1 Nov 2007 08:44:36 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id 9CED239B26; Thu, 1 Nov 2007 08:44:36 +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 41A5E37E44; Thu, 1 Nov 2007 08:44:36 +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:82290 Archived-At: Richard Stallman skrev: > 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. > > Let's get rid of HAVE_X11R5, but before we get rid of HAVE_X11R6, > let's ask if anyone still uses a system with X11r5. Those conditionals > are few, so we won't gain much by deleting them. > Done. Jan D.