From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hirotsugu Kakugawa Newsgroups: gmane.emacs.devel Subject: Re: mgp.el Date: Fri, 05 Jul 2002 09:05:09 +0900 Sender: emacs-devel-admin@gnu.org Message-ID: <20020705090509F.kakugawa@aten.aial.hiroshima-u.ac.jp> References: <200207041824.g64IO1V06411@aztec.santafe.edu> Reply-To: h.kakugawa@computer.org NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1025827556 15491 127.0.0.1 (5 Jul 2002 00:05:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 5 Jul 2002 00:05:56 +0000 (UTC) Cc: christian.egli@wyona.com, monnier+gnu/emacs@rum.cs.yale.edu, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17QGbk-00041j-00 for ; Fri, 05 Jul 2002 02:05:56 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17QGhy-0006p8-00 for ; Fri, 05 Jul 2002 02:12:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QGbv-0004CT-00; Thu, 04 Jul 2002 20:06:07 -0400 Original-Received: from aten.aial.hiroshima-u.ac.jp ([133.41.33.125]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17QGb8-00049G-00; Thu, 04 Jul 2002 20:05:18 -0400 Original-Received: from localhost (localhost.aial.hiroshima-u.ac.jp [127.0.0.1]) by aten.aial.hiroshima-u.ac.jp (8.9.3/8.9.3) with ESMTP id JAA42418; Fri, 5 Jul 2002 09:05:10 +0900 (JST) Original-To: rms@gnu.org In-Reply-To: Your message of "Thu, 4 Jul 2002 12:24:01 -0600 (MDT)" <200207041824.g64IO1V06411@aztec.santafe.edu> X-Mailer: Mew version 1.93 on Emacs 20.7 / Mule 4.0 (HANANOEN) X-URL: http://kakugawa.aial.hiroshima-u.ac.jp/ X-Dispatcher: imput version 980905(IM100) Original-Lines: 19 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5497 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5497 Hi. rms> 1. C-u C-c C-c calculates the current page and passes it to magicpoint rms> so that the presentation starts with the current page. rms> rms> This shouldn't be very hard to add. If I take code from the rms> original we need papers from the original author Hirotsugu rms> Kakugawa. rms> rms> How many limes of code is that? We don't need papers if it is small. rms> Alternatively, can you write your own code to do this job? I wrote two elisp functions, and they are only 23 lines of code in total. They simply count the number of "\n%page" in a buffer. Cheers, Hirotsugu Kakugawa