From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27824 invoked by alias); 11 Mar 2010 20:10:07 -0000 Received: (qmail 27810 invoked by uid 22791); 11 Mar 2010 20:10:06 -0000 X-SWARE-Spam-Status: No, hits=-7.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 11 Mar 2010 20:10:01 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2BK9mTZ028148 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 11 Mar 2010 15:09:48 -0500 Received: from miki.localnet (vpn-234-96.phx2.redhat.com [10.3.234.96]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o2BK9lqI029497; Thu, 11 Mar 2010 15:09:47 -0500 From: =?iso-8859-1?q?S=E9rgio_Durigan_J=FAnior?= To: gdb@sourceware.org Subject: Re: gdb-7.1 release preparation... Date: Thu, 11 Mar 2010 20:10:00 -0000 User-Agent: KMail/1.13.0 (Linux/2.6.32.9-67.fc12.x86_64; KDE/4.4.0; x86_64; ; ) Cc: Jonas Maebe , Pierre Muller References: <20100309181021.GI15364@adacore.com> <000301cac053$7a024c70$6e06e550$@muller@ics-cnrs.unistra.fr> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2271496.aphcTi2ZQa"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201003111709.45783.sergiodj@redhat.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00076.txt.bz2 --nextPart2271496.aphcTi2ZQa Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 4935 On Thursday 11 March 2010 16:46:01, Jonas Maebe wrote: > function! GnuIndent() > setlocal cinoptions=3D>4,n-2,{2,^-2,:2,=3D2,g0,h2,p5,t0,+2,(0,u0,w1,m1 > setlocal shiftwidth=3D2 > setlocal tabstop=3D8 > endfunction I had to modify this function: function! GNUIndent()=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setlocal cinoptions=3D>4,n-2,{2,^-2,:2,=3D2,g0,h2,p5,t0,+2,(0,u0,w1= ,m1=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20 setlocal shiftwidth=3D2=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setlocal tabstop=3D8=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setlocal softtabstop=3D2=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setlocal noexpandtab=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 setlocal comments=3Dsl:/*,mb:\ ,elx:*/=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 endfunction --=20 S=E9rgio Durigan J=FAnior Debugger Engineer -- Red Hat Inc. --nextPart2271496.aphcTi2ZQa Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (GNU/Linux) iQIcBAABAgAGBQJLmU4JAAoJENDrdihl/F427DEQAKERnXJ8jNJ+IlPEzd8mWF+v vICb37UyvMJHwvJyYVg1ufJjDSAg8aKbEDHNAZB9D8iiayfaHf7dROqyadMa20Y0 IoHXIdPDLFsN0mDocGDt+eGQo7Og0rPJJNzjQpQzQI51JTqQKLk3I7dObsuen/sf c1RZKuonOy/kaEwbCrR4DOgLqk9C80sTsGnF1//FZWr846L4cT4+VYxwMGPg9p8R Ok0pbbolemDmUOaVPRlfH81xzPHjLoMZtn1HVXbmz4m88pkTjgCDIGXu0Pxfx5fY OEyhsHpIQNj4DT2L/GCdW1300ZAUpfnhCiknbkgFJ1C/pLJrox08i6EIlVLuWGHL r7Y4tipR0V9RZ/OHo+huRhY/5h+NbFvYqq+jb0ygpvj8BHHmeAundKa37mrOJFVB tNRT6+lDJHxjnOfkh23roOHHO9yoLhgHE2V4f4uZ2wtIe574czxeOvwcQIv1epIr AgZFoQ0HPUA4CiOUVKXEX9R/fMfMLeYieNpdCNGpxDxua2dhzX6Kaxy+2fyoT9yu ElNMd+dgSrdJR77VESdvSIsKq2dl7IQskk+p0vZmYG7mpdL5a+q9tuigdqcRu7S8 MZT90T/N1OdptWYgAKAVPRTIgWFV4sxKyjY2EP8kwHCJK7a8O8mUu9Ra9osao9xI jqDWx+dBTkAIRI2UAizZ =n5sH -----END PGP SIGNATURE----- --nextPart2271496.aphcTi2ZQa--