From owner-freebsd-questions Fri Jan 30 18:32:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA25103 for questions-outgoing; Fri, 30 Jan 1998 18:32:58 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA25090 for ; Fri, 30 Jan 1998 18:32:31 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id NAA28216; Sat, 31 Jan 1998 13:01:59 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id NAA03265; Sat, 31 Jan 1998 13:01:58 +1030 (CST) (envelope-from grog) Message-ID: <19980131130158.17449@lemis.com> Date: Sat, 31 Jan 1998 13:01:58 +1030 From: Greg Lehey To: patl@phoenix.volant.org Cc: Doug White , Burton Sampley , questions@FreeBSD.ORG Subject: Re: [X]emacs and apsfilter References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from patl@phoenix.volant.org on Fri, Jan 30, 1998 at 06:26:37PM -0800 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" On Fri, Jan 30, 1998 at 06:26:37PM -0800, patl@phoenix.volant.org wrote: > >>> Does anybody know what code or key sequence is needed to get either >>> Xemacs or Emacs to force end of page? >>> >>> Here's the situation: >>> >>> I need to turn in a hardcopy version of my C++ code for my class. My >>> professor requires all functions must be printed on a separate page. I >>> like the headers with the file name and page numbers obtained by ps >>> printing from either version of Emacs, however I can't figure out how to >>> force the end of page at the end of a function. My only other >>> alternative is to edit the code in StarOffice. > > Sounds like you want to insert FormFeed characters. That's a ^F > Control-F). Form feed is ctrl-L. Greg