From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Johan Lindström Newsgroups: gmane.emacs.help Subject: Re: YASnippet -- Yet another snippet extension (after smart-snippet) for Emacs Date: Thu, 20 Mar 2008 23:29:34 +0000 Message-ID: References: <47D6B97D.4060702@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: ger.gmane.org 1206055788 8503 80.91.229.12 (20 Mar 2008 23:29:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2008 23:29:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 21 00:30:18 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JcUDA-000842-7r for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Mar 2008 00:30:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcUCZ-0001up-9W for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Mar 2008 19:29:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JcUCJ-0001tq-Lo for help-gnu-emacs@gnu.org; Thu, 20 Mar 2008 19:29:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JcUCH-0001t7-QF for help-gnu-emacs@gnu.org; Thu, 20 Mar 2008 19:29:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JcUCH-0001t4-Mr for help-gnu-emacs@gnu.org; Thu, 20 Mar 2008 19:29:21 -0400 Original-Received: from mail1.melmac.se ([194.23.215.40]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JcUCH-0004j4-6W for help-gnu-emacs@gnu.org; Thu, 20 Mar 2008 19:29:21 -0400 Original-Received: (qmail 6057 invoked by uid 89); 20 Mar 2008 23:29:18 -0000 Original-Received: from 87-194-221-83.bethere.co.uk (HELO JpL.DarSerMan.com) (johanl@darserman.com@87.194.221.83) by mail1.melmac.se with ESMTPA; 20 Mar 2008 23:29:18 -0000 X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 In-Reply-To: Original-References: <47D6B97D.4060702@gmail.com> X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52576 Archived-At: At 17:08 2008-03-11, Chiyuan Zhang wrote: >2008/3/12, Lennart Borgman (gmail) : > > > > So far I have only seen the video, but that was quite impressing. How > > did you do the video? > > >It was made with Camtasia Studio 4. :) Looking at the video, it looks like there is some magic going on when you start typing in a field which has a default value. When you start typing, the default value is replaced with what you type. But that's not what happens when I start typing. Instead, my typed text is inserted with the default value being pushed to the right. Do you perform some invisible keyboard maneouver in the screencast or did the behaviour change somehow? /J