emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: longlines-mode


From: Stefan Monnier
Subject: Re: longlines-mode
Date: Sat, 23 Feb 2008 14:42:12 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> - The default value of `longlines-show-effect' is
>   (propertize "|\n" 'face 'escape-glyph).

>   `M-x customize-variable RET longlines-show-effect RET' should allow
>   to change only the character (e.g. `|' -> `¶' = "PILCROW SIGN",
>   "PARAGRAPH SIGN", i.e. keep the properties.

>   Maybe splitting string and face would make it easier to customize
>   it?

Or maybe Customize should have a special :type that says that by default
it should display the sexp rather than the resulting value (i.e. as if
the user had used "Show Saved Lisp Expression").

As for the default... FWIW I have the following in my .emacs:

    (setq longlines-show-effect (propertize "¶\n\n" 'face 'escape-glyph))

I find the empty line very helpful.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]