From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kyle Meyer Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 284c470: Backslash cleanup in Elisp source files Date: Fri, 18 Sep 2015 10:32:00 -0400 Message-ID: <87oagzkdcv.fsf@kyleam.com> References: <20150917230949.5530.94893@vcs.savannah.gnu.org> <87oah06m7a.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1442587877 8689 80.91.229.3 (18 Sep 2015 14:51:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Sep 2015 14:51:17 +0000 (UTC) Cc: Paul Eggert , emacs-devel To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 18 16:51:08 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zcx0D-0001WI-Rp for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2015 16:51:06 +0200 Original-Received: from localhost ([::1]:39296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcx0D-0005k8-9U for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2015 10:51:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcwhv-0007cY-Qn for emacs-devel@gnu.org; Fri, 18 Sep 2015 10:32:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcwhr-00083m-O1 for emacs-devel@gnu.org; Fri, 18 Sep 2015 10:32:11 -0400 Original-Received: from mail-qk0-f171.google.com ([209.85.220.171]:36641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcwhr-00083U-LC for emacs-devel@gnu.org; Fri, 18 Sep 2015 10:32:07 -0400 Original-Received: by qkcf65 with SMTP id f65so20065260qkc.3 for ; Fri, 18 Sep 2015 07:32:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=BIaJ3RCGJAFqiQQWYYD1rtKvuTch06gf7P5bqaEbIQ0=; b=A318357Pkm/9JJ8+Lsit6YCloaJi2V9dF4flwegJLYns+dpE3lAZWMyghEnmHx5rBg LY/BhN8aHxl/cIqavmQgYRAWqIWijXt4BOf9AGix/F7MtsnccoH+/FI0TUWuJVIWyw9Y kWja0tTlCw7s0hr2bBluCBstSJ0AyASC3PJV7XGHCQSjopwoOHMrhhRAff3gy2G3NqWJ p/r4Yc/o+rxfZKbZWCoRno7scqZXfHpNXYjbZVVyrSF3HMjOl8ViFDy17gsJcTK2LrE5 2/xYkzYXTDUblgi5Vk9CiapXb8gf2SfzOZsLEzJfwRgLBGb2DHryGb0FSpuhEnu0qf1a 1Wqw== X-Gm-Message-State: ALoCoQlBzLZxKfnPW1QsTSDL/DcjJvDd5XK49G0bEAYP+qbB38lR8I+uIi4QXng9zapq27H69ru4 X-Received: by 10.55.25.220 with SMTP id 89mr6667175qkz.40.1442586726736; Fri, 18 Sep 2015 07:32:06 -0700 (PDT) Original-Received: from localhost ([2601:18a:c201:560f:9e4e:36ff:fe3d:ae9c]) by smtp.gmail.com with ESMTPSA id d9sm3672726qka.49.2015.09.18.07.32.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Sep 2015 07:32:05 -0700 (PDT) X-Attribution: Kyle In-Reply-To: <87oah06m7a.fsf@petton.fr> (Nicolas Petton's message of "Fri, 18 Sep 2015 12:44:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.220.171 X-Mailman-Approved-At: Fri, 18 Sep 2015 10:51:02 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190055 Archived-At: Hello, Nicolas Petton writes: > Paul Eggert writes: > >> lisp/org/org.el | 62 +++++++++--------- >> lisp/org/ox-html.el | 2 +- >> lisp/org/ox-latex.el | 52 +++++++------- >> lisp/org/ox-man.el | 4 +- >> lisp/org/ox-odt.el | 38 ++++++------ >> lisp/org/ox-publish.el | 4 +- >> lisp/org/ox-texinfo.el | 40 ++++++------ >> lisp/org/ox.el | 56 >> ++++++++-------- > > I see that changes are sometimes made to orgmode files, but I thought > that orgmode's repository was git://orgmode.org/org-mode.git, and that > orgmode was periodically synchronized in the Emacs repository. > > If I'm right, will these changes be backported in orgmode's repo? Yes. Aside from commits within this last week and the recent quoting-related commits (which currently live in a separate branch), all commits should already be backported to the maint branch of the Org repo. I'll go through the most recent commits this weekend. -- Kyle