From mboxrd@z Thu Jan 1 00:00:00 1970 From: Le Wang Subject: Re: Re: org-src-fontify-natively makes things very, very slow Date: Mon, 21 Mar 2011 10:37:24 +0800 Message-ID: References: <87ipvhiou8.fsf@ucl.ac.uk> <804o71triy.fsf@somewhere.org> <87bp18su1a.fsf@ucl.ac.uk> <80fwqjqxfj.fsf@somewhere.org> <87oc56q26l.fsf@ucl.ac.uk> <87ipvdo9zs.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41078 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1Uzn-00042e-Pv for emacs-orgmode@gnu.org; Sun, 20 Mar 2011 22:37:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1Uzm-0002ZN-Rd for emacs-orgmode@gnu.org; Sun, 20 Mar 2011 22:37:27 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:45446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1Uzm-0002Z5-ML for emacs-orgmode@gnu.org; Sun, 20 Mar 2011 22:37:26 -0400 Received: by wyf19 with SMTP id 19so5983187wyf.0 for ; Sun, 20 Mar 2011 19:37:25 -0700 (PDT) In-Reply-To: <87ipvdo9zs.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org On Mon, Mar 21, 2011 at 3:41 AM, Eric S Fraga wrote: > Le Wang writes: > >> Why did you give up on yasnippet? > > Confusion amongst the key bindings, between org, yasnippet and the > autocompletion tools I have been trying. =A0I want to be able to use TAB > for completion. > > I may come back to yasnippet in due course so it's nothing to do with > yasnippet per se. I too had this issue of expansion confusion, especially when I installed the premade yasnippet packs. I solved it by adding moving yasnippet off the [tab] key, and adding it to hippie-expand, which I map to (M-/): (setq yas/trigger-key nil) (add-to-list 'hippie-expand-try-functions-list 'yas/hippie-try-expand) > -- > : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 > : using Org-mode version 7.5 (release_7.5.90.g1fb3.dirty) > --=20 Le