From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: terminal escapes in Info files? Date: Wed, 29 Oct 2003 16:58:52 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200310292258.h9TMwqe25362@raven.dms.auburn.edu> References: <200310281746.h9SHk2915693@f7.net> <200310292002.h9TK2kc23440@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067469534 18079 80.91.224.253 (29 Oct 2003 23:18:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2003 23:18:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Oct 30 00:18:51 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEzaV-00065L-00 for ; Thu, 30 Oct 2003 00:18:51 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AEzaV-0005WL-00 for ; Thu, 30 Oct 2003 00:18:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEzUg-0001IM-0Z for emacs-devel@quimby.gnus.org; Wed, 29 Oct 2003 18:12:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AEzOP-0005y1-Qo for emacs-devel@gnu.org; Wed, 29 Oct 2003 18:06:21 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AEzMl-0004mO-5W for emacs-devel@gnu.org; Wed, 29 Oct 2003 18:05:10 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AEzMH-00045t-Ia for emacs-devel@gnu.org; Wed, 29 Oct 2003 18:04:09 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id h9TN3oKk000408; Wed, 29 Oct 2003 17:03:50 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id h9TMwqe25362; Wed, 29 Oct 2003 16:58:52 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: epameinondas@gmx.de In-reply-to: (message from Oliver Scholz on Wed, 29 Oct 2003 21:47:03 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17594 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17594 Oliver Scholz wrote: Well, not being a native speaker I am not aware of all of the connotations of the English word “page”. So I may have chosen it wrongly. (Don't you say “HTML page” in English, too?) I mean the current info format's  Which is the the English word you use for the structural equivalent of a printed's output page, i.e. the electronic text that is rendered on an application's screen canvas at a certain time? Sorry, I misunderstood "page break" as referring to the info command @page, which would clearly have made no sense in Info. I believe the info format's ^_ (in .info files) is normally referred to as a node boundary, since in this context ^L is a page boundary. I usually just write ^_, ^L or @page to leave no ambiguity. But essentially, I guess I just misunderstood you by jumping in a discussion I had not completely been following from the beginning. Sincerely, Luc.