From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "d.henman" Newsgroups: gmane.emacs.devel Subject: Is C-X ESC ESC malfunctioning? Date: Wed, 03 Apr 2013 21:30:15 +0900 Message-ID: <20130403213015.1788@binki> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1364992221 6555 80.91.229.3 (3 Apr 2013 12:30:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2013 12:30:21 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 03 14:30:50 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UNMq0-0006UO-Ga for ged-emacs-devel@m.gmane.org; Wed, 03 Apr 2013 14:30:48 +0200 Original-Received: from localhost ([::1]:60944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMpb-0007y7-P6 for ged-emacs-devel@m.gmane.org; Wed, 03 Apr 2013 08:30:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMpT-0007xH-D4 for emacs-devel@gnu.org; Wed, 03 Apr 2013 08:30:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNMpN-0006Ks-K5 for emacs-devel@gnu.org; Wed, 03 Apr 2013 08:30:15 -0400 Original-Received: from mail2.asahi-net.or.jp ([202.224.39.198]:40823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNMpN-0006JL-6v for emacs-devel@gnu.org; Wed, 03 Apr 2013 08:30:09 -0400 Original-Received: from binki (x065098.dynamic.ppp.asahi-net.or.jp [122.249.65.98]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id BC4CC28A71 for ; Wed, 3 Apr 2013 21:30:05 +0900 (JST) Original-cc: X-Mailer: MH-E 8.3.1; GNU Mailutils 2.99.98; GNU Emacs 24.3.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] [fuzzy] X-Received-From: 202.224.39.198 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158586 Archived-At: Simple check. While editting in the buffer, I checked the word count using M-x count-words This works well. I then added some more text into the buffer and used the C-x ESC ESC to rerun the command. "repeat-complex-command" But the following error is displayed in the mini-buffer. "eval: Wrong type argument: integer-or-marker-p, nil" I expected the C-x ESC ESC to perform without error just as if I entered the M-x count-words What should be expected here?