From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: modula2.el 22.1.50; Use of previous-line from lisp code: Date: Mon, 27 Aug 2007 15:43:27 +0200 Message-ID: <87tzqlw0sg.fsf@gnuvola.org> References: <20070827131248.9345012A4071@localhost> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188222265 31615 80.91.229.12 (27 Aug 2007 13:44:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2007 13:44:25 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: raman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 27 15:44:23 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IPetD-0000nd-4n for ged-emacs-devel@m.gmane.org; Mon, 27 Aug 2007 15:44:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPetC-0006tY-HG for ged-emacs-devel@m.gmane.org; Mon, 27 Aug 2007 09:44:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IPetA-0006tT-1V for emacs-devel@gnu.org; Mon, 27 Aug 2007 09:44:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IPet8-0006tH-Of for emacs-devel@gnu.org; Mon, 27 Aug 2007 09:44:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPet8-0006tE-JJ for emacs-devel@gnu.org; Mon, 27 Aug 2007 09:44:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IPet8-00016c-7y for emacs-devel@gnu.org; Mon, 27 Aug 2007 09:44:18 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IPet2-0001ct-4k for emacs-pretest-bug@gnu.org; Mon, 27 Aug 2007 09:44:12 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IPet1-00014y-Dj for emacs-pretest-bug@gnu.org; Mon, 27 Aug 2007 09:44:16 -0400 Original-Received: from ppp-137-32.21-151.libero.it ([151.21.32.137] helo=localhost.localdomain) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IPet0-00014i-JR for emacs-pretest-bug@gnu.org; Mon, 27 Aug 2007 09:44:10 -0400 Original-Received: from ttn by localhost.localdomain with local (Exim 4.63) (envelope-from ) id 1IPesJ-0000Ur-Sm; Mon, 27 Aug 2007 15:43:27 +0200 In-Reply-To: <20070827131248.9345012A4071@localhost> (raman@users.sf.net's message of "Mon\, 27 Aug 2007 06\:12\:48 -0700 \(PDT\)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Detected-Kernel: Genre and OS details not recognized. X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:77283 gmane.emacs.pretest.bugs:19643 Archived-At: () raman , "T. V. Raman" () Mon, 27 Aug 2007 06:12:48 -0700 (PDT) In m2-definition: In m2-module: `previous-line' used from Lisp code [...] thanks for the report. i have changed these functions to use `forward-line'. thi