From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adam Newsgroups: gmane.emacs.help Subject: RE: jump next previous - tag bookmark or search Date: Mon, 29 May 2006 17:41:36 +1200 Organization: Ihug Ltd Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1148884917 8703 80.91.229.2 (29 May 2006 06:41:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 06:41:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 29 08:41:55 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FkbRd-0005MB-Pq for geh-help-gnu-emacs@m.gmane.org; Mon, 29 May 2006 08:41:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkbRd-0000xW-7q for geh-help-gnu-emacs@m.gmane.org; Mon, 29 May 2006 02:41:41 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.media.kyoto-u.ac.jp!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: 203-173-200-92.nzwide.ihug.co.nz Original-X-Trace: lust.ihug.co.nz 1148881264 2301 203.173.200.92 (29 May 2006 05:41:04 GMT) Original-X-Complaints-To: abuse@ihug.co.nz Original-NNTP-Posting-Date: Mon, 29 May 2006 05:41:04 +0000 (UTC) User-Agent: KNode/0.9.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:139646 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35269 Archived-At: Thank you Drew. Your page-break is probably what I'm looking for, as its quick and simple, and print formatting is not an issue now. I'm only just getting used to outline-minor-mode, C-c @ c-t, C-c @ c-a, etc, as per 30.8 of the Emacs manual. Invoking outline-minor-mode by itself seems to switch off the highlighting of Lisp-mode. There are no equivalent outline functions in slime-mode. So I have been turning lisp-mode back on after initiating outline-minor-mode. Perhaps something like this would be necessary for a local variables list, at the top of my page; ;;; Local Variables: *** ;;; mode:outline-minor *** ;;; mode:slime *** ;;; mode:lisp *** ;;; End: *** > Libraries commonly use a page separator (^L) for major sections. Then, you > can navigate among pages using `C-x ]' (forward-page) and `C-x [' > (backward-page). You can of course bind F7 and F8 to these commands. > > To insert a Control-L character (^L), use `C-q C-l'. > > Be aware that a page separator can also affect printing.