From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Idea: insert "current sort order" property Date: Thu, 13 Oct 2011 14:39:54 +0200 Message-ID: <4E96DC1A.3050208@christianmoe.com> References: <4E949D13.6060505@christianmoe.com> <4E958523.60909@christianmoe.com> <4E95EFB4.8000104@christianmoe.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REKX6-0000tb-W6 for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 08:37:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REKX1-0000c8-9b for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 08:37:08 -0400 Received: from mars.hitrost.net ([91.185.211.18]:59113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REKX0-0000bm-Uc for emacs-orgmode@gnu.org; Thu, 13 Oct 2011 08:37:03 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: suleika@gmail.com Cc: emacs-orgmode@gnu.org Hi, Not sure I can help; I don't quite see how this error could be caused by anything in the code I sent you. Is this happening on the same system as you used before? What version of Emacs are you on when this happens? Yours, Christian On 10/13/11 1:40 PM, Gez wrote: > Thanks. I got it to work from a scratch buffer but not from .emacs > (previous version worked fine from my .emacs). Restarting emacs > showed an error. > ------------------------------------------------------------------------------------------- > Warning (initialization): An error occurred while loading > `q:/Q_Synced/Portable/emacs-23.3/home/.emacs': > > Invalid read syntax: # > > To ensure normal operation, you should investigate and remove the > cause of the error in your initialization file. Start Emacs with > the `--debug-init' option to view a complete error backtrace. > ------------------------------------------------------------------------- > > I couldn't copy the whole backtrace here (an encoding issue?) Here's > the start and end of it in case it's any help: > _______________________________________ > Debugger entered--Lisp error: (invalid-read-syntax "#") > eval-buffer(# nil > "q:/Q_Synced/Portable/emacs-23.3/home/.emacs" nil t) ; Reading at > buffer position 13136 > load-with-code-conversion("q:/Q_Synced/Portable/emacs-23.3/home/.emacs" > "q:/Q_Synced/Portable/emacs-23.3/home/.emacs" t t) > load("~/.emacs" t t) > #[nil > > [init-file-user system-type user-init-file-1 user-init-file otherfile > source ms-dos "~" "/_emacs" windows-nt directory-files nil > "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" > "~/_emacs" "/.emacs" t load expand-file-name "init" > file-name-as-directory "/.emacs.d" file-name-extension "elc" > file-name-sans-extension ".el" file-exists-p file-newer-than-file-p > message "Warning: %s is newer than %s" sit-for 1 "default" alt > inhibit-default-init inhibit-startup-screen] 7]() > command-line() > normal-top-level() > _________________________________________ > > Gez > >