From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14655: 24.3; (looking-at comment-start-skip) in newcomment.el Date: Tue, 18 Jun 2013 13:41:27 -0400 Message-ID: References: <87ppvjjpis.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1371577331 17581 80.91.229.3 (18 Jun 2013 17:42:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2013 17:42:11 +0000 (UTC) Cc: 14655@debbugs.gnu.org To: Thorsten Jolitz Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 18 19:42:11 2013 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 1Uozuz-0004J3-Sc for geb-bug-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 19:42:09 +0200 Original-Received: from localhost ([::1]:35312 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uozuz-0001SN-G0 for geb-bug-gnu-emacs@m.gmane.org; Tue, 18 Jun 2013 13:42:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uozuu-0001LN-1e for bug-gnu-emacs@gnu.org; Tue, 18 Jun 2013 13:42:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uozus-0007MQ-VC for bug-gnu-emacs@gnu.org; Tue, 18 Jun 2013 13:42:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uozus-0007MM-T1 for bug-gnu-emacs@gnu.org; Tue, 18 Jun 2013 13:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Uozus-000254-Et for bug-gnu-emacs@gnu.org; Tue, 18 Jun 2013 13:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 18 Jun 2013 17:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14655 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14655-submit@debbugs.gnu.org id=B14655.13715772897934 (code B ref 14655); Tue, 18 Jun 2013 17:42:02 +0000 Original-Received: (at 14655) by debbugs.gnu.org; 18 Jun 2013 17:41:29 +0000 Original-Received: from localhost ([127.0.0.1]:53556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UozuL-00023u-C5 for submit@debbugs.gnu.org; Tue, 18 Jun 2013 13:41:29 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:48052 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1UozuK-00023m-GX for 14655@debbugs.gnu.org; Tue, 18 Jun 2013 13:41:28 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UozuJ-0006T5-T1; Tue, 18 Jun 2013 13:41:27 -0400 X-Spook: investigation constitution kibo airframe Yukon JSOFC3IP X-Ran: 7k5{*m>]{]Hn~$v]jTB?D\T}@5&nWEz'BjT`Jaxg{#!'d( X-Hue: cyan X-Attribution: GM In-Reply-To: <87ppvjjpis.fsf@gmail.com> (Thorsten Jolitz's message of "Tue, 18 Jun 2013 19:29:47 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x 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:75298 Archived-At: Thorsten Jolitz wrote: > 4. M-: (comment-search-forward 15 t) >From the commentary of newcomment.el: ;; Prior to calling any `comment-*' function, you should ensure that ;; `comment-normalize-vars' is first called to set up the appropriate ;; variables; except for the `comment-*' commands, which call ;; `comment-normalize-vars' automatically as a subroutine.