From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: org-src-fontify-natively makes things very, very slow Date: Tue, 29 Mar 2011 17:44:13 +0100 Message-ID: <87sju527xe.fsf@ucl.ac.uk> References: <87ipvhiou8.fsf@ucl.ac.uk> <804o71triy.fsf@somewhere.org> <87bp18su1a.fsf@ucl.ac.uk> <80fwqjqxfj.fsf@somewhere.org> <87oc56q26l.fsf@ucl.ac.uk> <87y63ynhh7.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=58008 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4eRX-0007ZV-8d for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 15:19:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4eRU-0004d4-Ak for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 15:19:05 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:38745) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q4eRU-0004YE-6K for emacs-orgmode@gnu.org; Tue, 29 Mar 2011 15:19:04 -0400 In-Reply-To: <87y63ynhh7.fsf@fastmail.fm> (Matt Lundin's message of "Tue, 29 Mar 2011 10:12:20 -0400") 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: Matt Lundin Cc: =?utf-8?Q?S=C3=A9bastien?= Vauban , emacs-orgmode@gnu.org Matt Lundin writes: > Eric S Fraga writes: > >> yes, I used to use yasnippet a lot but I don't any longer. I am >> actually in confusion as to which completion mechanism to use in Emacs >> these days and am going a little crazy... :( I'm currently playing with >> auto-complete. > > Skeletons and abbrev-mode have always gotten the job done for me, with > minimal fuss. > > Here's my skeleton for org source blocks: > [...] > http://orgmode.org/worg/org-faq.html#shortcuts-for-entering-source-blocks Brilliant. Thanks. I learn something new every day. I had never run into skeletons in Emacs before. Elisp snippets. Very nice. More importantly, you have reminded me about the built-in expansion in org mode that I *always* seem to forget about. =