From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evans Winner Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; org-mode missing from fresh cvs Emacs? Date: Thu, 27 Mar 2008 08:05:07 -0600 (MDT) Message-ID: <20080327140507.A1A9B1B4CF@mail.timbral.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1206647536 30629 80.91.229.12 (27 Mar 2008 19:52:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2008 19:52:16 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 27 20:52:47 2008 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 1Jey9A-0005yq-1C for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 20:52:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jey8Y-0001DQ-Ai for ged-emacs-devel@m.gmane.org; Thu, 27 Mar 2008 15:51:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JetKa-0006hB-2m for emacs-devel@gnu.org; Thu, 27 Mar 2008 10:43:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JetKO-0006Y7-TT for emacs-devel@gnu.org; Thu, 27 Mar 2008 10:43:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JetKO-0006Xg-61 for emacs-devel@gnu.org; Thu, 27 Mar 2008 10:43:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JetKN-0004wg-Er for emacs-devel@gnu.org; Thu, 27 Mar 2008 10:43:39 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JetE7-00040U-J3 for emacs-pretest-bug@gnu.org; Thu, 27 Mar 2008 10:37:11 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JetE4-0004a2-27 for emacs-pretest-bug@gnu.org; Thu, 27 Mar 2008 10:37:11 -0400 Original-Received: from [67.42.142.120] (helo=mail.timbral.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JetE3-0004Li-JO for emacs-pretest-bug@gnu.org; Thu, 27 Mar 2008 10:37:07 -0400 Original-Received: by mail.timbral.net (Postfix, from userid 1001) id A1A9B1B4CF; Thu, 27 Mar 2008 08:05:07 -0600 (MDT) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-Greylist: delayed 1465 seconds by postgrey-1.27 at monty-python; Thu, 27 Mar 2008 10:37:05 EDT X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Thu, 27 Mar 2008 15:51:01 -0400 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:93659 gmane.emacs.pretest.bugs:21728 Archived-At: I just did a fresh cvs update and ``make'' clean and bootstrap. Now Emacs errors on my call in my .emacs to (org-remember-insinuate) and I can't require org-mode. Or am I wrong that org is part of Emacs? I can't find anything to do with org in the lisp/ directory excapt a ChangeLog entry that, if I read it right, says that all the org-related files have been put in their own sub-directory, org/ -- but I can't find it. Has something changed? (I don;t see anything about it in NEWS.) Is this something to do wtiht autoloads (which I know nothing about)? The ChangeLog entry starts with: 2008-03-22 Carsten Dominik * org: New directory for Org-mode. In GNU Emacs 23.0.60.2 (i686-pc-linux-gnu, GTK+ Version 2.10.9) of 2008-03-26 on thorne Windowing system distributor `The X.Org Foundation', version 11.0.70101000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: ( r e q u i r e SPC ' o r g - m o d e ) C-x C-e q M-x r e p o r t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Entering debugger... Back to top level.