From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: `org-drill' broken in recent commits git commits Date: Sat, 16 Feb 2013 08:17:11 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6hdj-0006dX-QB for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 08:17:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6hdi-0003rd-Si for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 08:17:15 -0500 Received: from mail-qa0-f49.google.com ([209.85.216.49]:65522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6hdi-0003rD-Fu for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 08:17:14 -0500 Received: by mail-qa0-f49.google.com with SMTP id o13so686214qaj.15 for ; Sat, 16 Feb 2013 05:17:11 -0800 (PST) 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 Hi there, `org-drill' has broken recently (after git commit "3380460"), here is the steps to reproduce the issue: 1. Create a new org-mode buffer with the following contents: * org-drill test :drill: Foo ** Answer Bar 2. M-x org-drill 3. Press 4. Press `2' and you are stuck there forever until pressing `q' or "C-g". Thanks, York