From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#6290: Emacs command `quoted-insert' don't discard RET Date: Wed, 16 Jun 2010 23:38:02 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276747178 26423 80.91.229.12 (17 Jun 2010 03:59:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Jun 2010 03:59:38 +0000 (UTC) Cc: 6290@debbugs.gnu.org To: Li Zhai Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jun 17 05:59:36 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OP6GN-0002J0-MV for geb-bug-gnu-emacs@m.gmane.org; Thu, 17 Jun 2010 05:59:35 +0200 Original-Received: from localhost ([127.0.0.1]:52867 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OP6GN-0000UU-F1 for geb-bug-gnu-emacs@m.gmane.org; Wed, 16 Jun 2010 23:59:35 -0400 Original-Received: from [140.186.70.92] (port=56892 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OP6FU-0008Hd-8H for bug-gnu-emacs@gnu.org; Wed, 16 Jun 2010 23:58:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OP6FS-0007lm-BQ for bug-gnu-emacs@gnu.org; Wed, 16 Jun 2010 23:58:39 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59168) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OP6FS-0007lg-7f for bug-gnu-emacs@gnu.org; Wed, 16 Jun 2010 23:58:38 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OP5wU-0004Dz-IH; Wed, 16 Jun 2010 23:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 17 Jun 2010 03:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6290 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6290-submit@debbugs.gnu.org id=B6290.127674588916229 (code B ref 6290); Thu, 17 Jun 2010 03:39:02 +0000 Original-Received: (at 6290) by debbugs.gnu.org; 17 Jun 2010 03:38:09 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OP5vc-0004Di-PS for submit@debbugs.gnu.org; Wed, 16 Jun 2010 23:38:08 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OP5vb-0004DW-0v for 6290@debbugs.gnu.org; Wed, 16 Jun 2010 23:38:07 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAHc1GUxFxISg/2dsb2JhbACecXK/M4UaBI0R X-IronPort-AV: E=Sophos;i="4.53,429,1272859200"; d="scan'208";a="68207689" Original-Received: from 69-196-132-160.dsl.teksavvy.com (HELO pastel.home) ([69.196.132.160]) by ironport2-out.pppoe.ca with ESMTP; 16 Jun 2010 23:38:03 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 3139D7F26; Wed, 16 Jun 2010 23:38:02 -0400 (EDT) In-Reply-To: (Li Zhai's message of "Fri, 28 May 2010 10:15:31 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 16 Jun 2010 23:39:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:37818 Archived-At: > When I invoke the command `C-q' to insert some char with character > code (C-q 6 0 RET). The documents said the last RET will be > discarded, but it doesn't. The last RET inserted to the > buffers. I tried to do the same thing in Emacs 23.2, there is > no problem. I've installed a fix in the emacs-23 branch, which should make its way to the trunk soonish. Please confirm when you see it's fixed. Stefan