Git Product home page Git Product logo

page-break-lines's Introduction

Melpa Status Melpa Stable Status

page-break-lines.el

This Emacs library provides a global mode which displays ugly form feed characters as tidy horizontal rules.

Screenshot

page-break-lines screenshot

Installation

If you choose not to use one of the convenient packages in MELPA, you'll need to add the directory containing page-break-lines.el to your load-path, and then (require 'page-break-lines).

Usage

Enable page-break-lines-mode in an individual buffer like this:

(turn-on-page-break-lines-mode)

Alternatively, customize page-break-lines-modes and enable the mode globally with global-page-break-lines-mode.

Issues and limitations

If page-break-lines-char is displayed at a different width to regular characters, the rule may be either too short or too long: rules may then wrap if truncate-lines is nil. On some systems, Emacs may erroneously choose a different font for the page break symbol, which choice can be overridden using code such as:

(set-fontset-font "fontset-default"
                  (cons page-break-lines-char page-break-lines-char)
                  (face-attribute 'default :family))

Use describe-char on a page break char to determine whether this is the case.

Also see Vasilij Schneidermann's form-feed package, which works using font-lock instead of glyph composition, and therefore has different display trade-offs.


Steve Purcell's blog // @sanityinc on Twitter

page-break-lines's People

Contributors

drothlis avatar knu avatar peniblec avatar purcell avatar swsnr avatar xahlee avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.