From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Volpiatto Subject: Re: org-remember and anything Date: Mon, 14 Jun 2010 22:21:17 +0200 Message-ID: <87pqztqsaq.fsf@tux.homenetwork> References: <4C0FE13B.3040002@ccbr.umn.edu> <87r5kfpw9k.fsf@gollum.intra.norang.ca> <4C103369.5030008@ccbr.umn.edu> <87631rk9ja.fsf@gollum.intra.norang.ca> <871vcfk0kh.fsf@gollum.intra.norang.ca> <87ocfjtjvr.fsf_-_@mundaneum.com> <87eigcb7gs.fsf@in-ulm.de> <87631oyybr.fsf_-_@gmail.com> <87aar0yx3m.fsf@tux.homenetwork> <87631lztx1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50120 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOGCx-0004mG-6z for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 16:24:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOGCv-0002v9-Kb for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 16:24:35 -0400 Received: from lo.gmane.org ([80.91.229.12]:43859) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOGCv-0002uu-9k for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 16:24:33 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OOGCs-0003cC-U9 for emacs-orgmode@gnu.org; Mon, 14 Jun 2010 22:24:30 +0200 Received: from 125.77.197-77.rev.gaoland.net ([77.197.77.125]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jun 2010 22:24:30 +0200 Received: from thierry.volpiatto by 125.77.197-77.rev.gaoland.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jun 2010 22:24:30 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Glauber Alex Dias Prado writes: > i thought i was explicity enough when i said "when calling org-remember" > :), this happens after i select a template and it prompts for completion > which is being handled by anything, that is when the backtrace happens, > this only happens with org-mode so i thought it was more a org thing > than anything. I understood you were using org-remember ;-) What i still don't know is in what org-remember envolve anything. Anything should not be called for template completion. The config you sent me in other mail is not clear enough. My guess is you are using anything-complete.el somewhere and maybe something like this in your .emacs: ,---- | (anything-read-string-mode 1) `---- That's replace normal completing-read and read-file-name by the one from anything-complete.el that are experimentals and not working everywhere. You will find stable replacement of these functions in anything-config.el called: anything-comp-read anything-c-read-file-name So, please try to invoke anything with ONLY this config: ,---- | (add-to-list 'load-path "path/to/anything") | (require 'anything-config) `---- You need only two files for this: anything.el anything-config.el You can get the latest files here: http://repo.or.cz/w/anything-config.git And remove all personal anything configs you may have in .emacs or somewhere else. (or use emacs -Q) Then call org-remember and tell me if problem appear. -- Thierry Volpiatto Gpg key: http://pgp.mit.edu/