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#12583: latest org-mode changes exposes bug in `comment-forward'in newcomment.el Date: Sat, 06 Oct 2012 20:48:33 -0400 Message-ID: References: <91FE7CF1DA974412A922D439CF16A994@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349570930 4351 80.91.229.3 (7 Oct 2012 00:48:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Oct 2012 00:48:50 +0000 (UTC) Cc: 12583@debbugs.gnu.org, 'Le Wang' To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 07 02:48:56 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1TKf37-0003Hw-2y for geb-bug-gnu-emacs@m.gmane.org; Sun, 07 Oct 2012 02:48:53 +0200 Original-Received: from localhost ([::1]:34548 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKf31-0005sB-9J for geb-bug-gnu-emacs@m.gmane.org; Sat, 06 Oct 2012 20:48:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKf2y-0005s2-Su for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 20:48:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKf2x-0003dt-Uf for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 20:48:44 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKf2x-0003dp-RQ for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 20:48:43 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TKf3G-0003xA-KD for bug-gnu-emacs@gnu.org; Sat, 06 Oct 2012 20:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Oct 2012 00:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12583 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 12583-submit@debbugs.gnu.org id=B12583.134957094215191 (code B ref 12583); Sun, 07 Oct 2012 00:49:02 +0000 Original-Received: (at 12583) by debbugs.gnu.org; 7 Oct 2012 00:49:02 +0000 Original-Received: from localhost ([127.0.0.1]:58766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKf3F-0003wx-RI for submit@debbugs.gnu.org; Sat, 06 Oct 2012 20:49:02 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:18431) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TKf3D-0003we-Dj for 12583@debbugs.gnu.org; Sat, 06 Oct 2012 20:48:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09FxLQG/2dsb2JhbABEtBGBCIIVAQEEAVYjBQsLNBIUGA0kiBwFugmQRAOjM4FYgwU X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="200810820" Original-Received: from 69-196-180-6.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.6]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Oct 2012 20:48:34 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id BE7A6594D1; Sat, 6 Oct 2012 20:48:33 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Sat, 6 Oct 2012 10:12:08 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:65304 Archived-At: > But apparently not sufficient, in terms of helping users with their > own uses of newcomment.el functions. IOW, it should apparently be > about not commands that use newcomment functions, not just ^^^ I assume you meant "all" rather than "not", right? If so, I agree. > newcomment commands. Stefan