From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: recent changes to org files Date: Tue, 23 Oct 2007 13:49:28 +0200 Message-ID: References: <8D11CC21-71C6-4BCE-ACBC-090E429E311A@science.uva.nl> <86k5pe6t4e.fsf@lola.quinscape.zz> <1100BA17-7426-4C73-9EF0-FF90C1859B47@gmail.com> <86bqaq6pza.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193140226 4352 80.91.229.12 (23 Oct 2007 11:50:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 11:50:26 +0000 (UTC) Cc: John Wiegley , emacs-devel@gnu.org, Stefan Monnier , Glenn Morris To: "Carsten Dominik" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 13:50:26 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 1IkIH9-00054m-VW for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 13:50:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkIH1-0006kH-Vp for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 07:50:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkIGK-0006Uz-D3 for emacs-devel@gnu.org; Tue, 23 Oct 2007 07:49:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkIGI-0006U6-7H for emacs-devel@gnu.org; Tue, 23 Oct 2007 07:49:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkIGI-0006U3-34 for emacs-devel@gnu.org; Tue, 23 Oct 2007 07:49:30 -0400 Original-Received: from nz-out-0506.google.com ([64.233.162.224]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkIGH-00059p-Av for emacs-devel@gnu.org; Tue, 23 Oct 2007 07:49:29 -0400 Original-Received: by nz-out-0506.google.com with SMTP id f1so700019nzc for ; Tue, 23 Oct 2007 04:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=NcfgKLADrZohaMye8DlpuCbrEZ4e0Go4FYMjwibPRQQ=; b=OHUG2PpL2HGgEP3j0G7E0wzQBPrG4T/whVERPCwgzlAoaCuv8EXlk/TJRbSPCIS2W/hwxmpj/7vdA+0V1bOOHKebLFnscU9MlD0nkT4JATqydazQi+bG1RtdAjoKfCFDLgkGLVI1u8FD2g4AZgCkRgFf194Hj1RC45EyqFc0lAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HmAbKaNnrjecb2e+5Ctl6MP7tDjefILOvZZNJA4izmpbXM/TSDU0hgsJwIcgXBIt0jHTEbXj8Mq7LEk9mYxVp8tjF9gUIHBj+OZCYA0L012+YCMss4ClZqDpEFXVWhm5i6S1D5CTIUU8L/RQGItbC3lQqtHBr5Z63HNDH6ZK6FM= Original-Received: by 10.115.95.1 with SMTP id x1mr6775441wal.1193140168090; Tue, 23 Oct 2007 04:49:28 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Tue, 23 Oct 2007 04:49:28 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:81554 Archived-At: On 10/23/07, Carsten Dominik wrote: > I request that changes are run by me first That's reasonable for deep changes, or ones that could have implications. Changing next-line to forward-line would *not* be such a kind of change, were not for the fact that, in this specific case, it was a mistake. A pretty small one. We're not talking of someone modifying hundreds of lines of code behind your back. Juanma