From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: Periodical releases Date: Thu, 5 Jan 2012 12:28:29 +0100 Message-ID: References: <71588355363047528F16FE989690A488@us.oracle.com> <87r4ze3lf8.fsf@gnu.org> <877h16337m.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1325762935 4018 80.91.229.12 (5 Jan 2012 11:28:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2012 11:28:55 +0000 (UTC) Cc: Dave Abrahams , Chong Yidong , emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 05 12:28:47 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RilUx-0002fH-5A for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2012 12:28:43 +0100 Original-Received: from localhost ([::1]:40452 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RilUw-0001VF-0U for ged-emacs-devel@m.gmane.org; Thu, 05 Jan 2012 06:28:42 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RilUp-0001V9-6J for emacs-devel@gnu.org; Thu, 05 Jan 2012 06:28:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RilUo-00030I-4w for emacs-devel@gnu.org; Thu, 05 Jan 2012 06:28:35 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:61836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RilUk-0002zx-Tq; Thu, 05 Jan 2012 06:28:31 -0500 Original-Received: by iacb35 with SMTP id b35so970414iac.0 for ; Thu, 05 Jan 2012 03:28:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=EXchwSebulVrxtcaWVt9v/0QG4EZdqgBRlR2uO6shKc=; b=lkcuUkGU9N24h/nLr5snPB7wV1mcSowqCqyk8YppIdOhGmIpqOB5FPTn6KtLrILeA7 e11R11zr2yoJfVqeYeoBxdjXrCUTsJtQ1bsdIZGbOjmmHhnkvney6n1gIJxk8wRbih2E wL2CUvjigr0SlsLbdxvgSeMQLn04uIo3XGt+Q= Original-Received: by 10.50.195.129 with SMTP id ie1mr1956975igc.29.1325762910106; Thu, 05 Jan 2012 03:28:30 -0800 (PST) Original-Received: by 10.50.106.132 with HTTP; Thu, 5 Jan 2012 03:28:29 -0800 (PST) In-Reply-To: <877h16337m.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:147329 Archived-At: On Thu, Jan 5, 2012 at 10:31 AM, Bastien wrote: > 2) I will probably release Org 8.0 before the end of the feature freeze > =A0 (say march or april). =A0Not having it in Emacs 24.1 is not such a bi= g > =A0 deal, agreed, but it creates a situation where people often install > =A0 Org on top of the one that comes with Emacs, which doesn't feel > =A0 optimal and leads to many questions, because of conflicting installs. Out of curiosity. If I have 24.1 with Org 7.x and to use Org latest I put that in ~/.emacs.d/, is there some potential ambiguity/conflict/version-clash/mixup going on if I add that local dir to the load path? Do I have to use some unknown-to-me (prepend-to-load-path path)? I know that Vim has ~/.vim/* first in the path list. What's it for Emacs?