all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Spurious line feed in etc/DISTRIB?
@ 2007-08-26 20:44 Christian Faulhammer
  2007-08-27  7:15 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Faulhammer @ 2007-08-26 20:44 UTC (permalink / raw)
  To: emacs-pretest-bug


[-- Attachment #1.1.1: Type: text/plain, Size: 254 bytes --]

Hi,

not sure if the two line feeds I discovered in etc/DISTRIB are on
purpose or not.

V-Li

-- 
Christian Faulhammer, Gentoo Lisp project
<URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode

<URL:http://www.faulhammer.org/>

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: DISTRIB-linefeed.patch --]
[-- Type: text/x-patch; name=DISTRIB-linefeed.patch, Size: 653 bytes --]

--- /usr/share/emacs/22.1.50/etc/DISTRIB	2007-08-25 14:01:11.000000000 +0200
+++ etc/DISTRIB	2007-08-26 22:42:25.000000000 +0200
@@ -1,7 +1,7 @@
 						-*- text -*-
 For an order form for all Emacs and FSF distributions deliverable from
 the USA, see http://www.gnu.org/order/order.html.
-\f
+
 	   GNU Emacs availability information, October 2000
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1995,
@@ -96,7 +96,7 @@
 			Richard M Stallman
 			Chief GNUisance,
 			President of the Free Software Foundation
-\f
+
 This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Spurious line feed in etc/DISTRIB?
  2007-08-26 20:44 Spurious line feed in etc/DISTRIB? Christian Faulhammer
@ 2007-08-27  7:15 ` Glenn Morris
  2007-08-27 12:58   ` Thien-Thi Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2007-08-27  7:15 UTC (permalink / raw)
  To: Christian Faulhammer; +Cc: emacs-pretest-bug

Christian Faulhammer wrote:

> not sure if the two line feeds I discovered in etc/DISTRIB are on
> purpose or not.

They are there to separate the text into "pages" (header, body,
footer). Other files in etc/ use them similarly.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Spurious line feed in etc/DISTRIB?
  2007-08-27  7:15 ` Glenn Morris
@ 2007-08-27 12:58   ` Thien-Thi Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Thien-Thi Nguyen @ 2007-08-27 12:58 UTC (permalink / raw)
  To: Christian Faulhammer; +Cc: emacs-pretest-bug

() Glenn Morris <rgm@gnu.org>
() Mon, 27 Aug 2007 03:15:32 -0400

   Christian Faulhammer wrote:

   > not sure if the two line feeds I discovered in etc/DISTRIB
   > are on purpose or not.

   They are there to separate the text into "pages" (header, body,
   footer).  Other files in etc/ use them similarly.

btw, the ^L (ascii 12, 0xC) is called "form feed".  in teletype
dayz, a "form" was a "page"; printing a ^L caused a page break.

actual line feed char is ^J (ascii 10, 0xA).

more info by evaluating form: (man "ascii")

thi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-27 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-26 20:44 Spurious line feed in etc/DISTRIB? Christian Faulhammer
2007-08-27  7:15 ` Glenn Morris
2007-08-27 12:58   ` Thien-Thi Nguyen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.