From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: [Bug] Yasnippet/Org: properties messed up when expanding $1 Date: Fri, 15 Feb 2013 16:17:19 +0100 Message-ID: <2013-02-15T16-01-24@devnull.Karl-Voit.at> References: <2013-02-07T12-39-18@devnull.Karl-Voit.at> <2013-02-10T18-48-03@devnull.Karl-Voit.at> <87y5ergl4t.fsf@mean.albasani.net> <2013-02-15T15-41-52@devnull.Karl-Voit.at> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6NwK-0007H5-TH for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 11:15:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6NwE-0005Se-6g for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 11:15:08 -0500 Received: from plane.gmane.org ([80.91.229.3]:51615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6N2g-0007jt-9h for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 10:17:38 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U6N2r-0004u4-ML for emacs-orgmode@gnu.org; Fri, 15 Feb 2013 16:17:49 +0100 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Feb 2013 16:17:49 +0100 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Feb 2013 16:17:49 +0100 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: emacs-orgmode@gnu.org * Karl Voit wrote: > > I updated Org to latest git and I moved from Debian yasnippet to > github yasnippet (latest) and I still do have this issue. > > So it's my set-up which is causing this effect. Damn. I guess I > have to debug this by disabling parts of my config ... So a quick test of my set-up with disabling all(!) of my Org-mode settings caused the same issue. Therefore, it's not my Org-mode set-up which is causing all this hazzle. Next test: «emacs -q» and I loaded only yasnippet: ,---- | (defun my-load-local-el (part) ... ) | (my-load-local-el "contrib/yasnippet/yasnippet.el") ;; load-path | (require 'yasnippet) | (setq yas/root-directory "~/.emacs.d/snippets") | (yas/load-directory yas/root-directory) `---- And yes, I still got the issue. :-( I guess I have to do a bug report to yasnippet. -- Karl Voit