[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Longlines and insert
From: |
Chong Yidong |
Subject: |
Re: Longlines and insert |
Date: |
Tue, 15 Nov 2005 22:05:04 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> We could put a generic definition into subr.el
> which could then be used by any code needing a hard newline.
>
> (defconst hard-newline
> (propertize "\n"
> 'hard t 'rear-nonsticky '(hard)))
This would work. So, which approach should I use?
- Longlines and insert, Chong Yidong, 2005/11/14
- Re: Longlines and insert, Kevin Rodgers, 2005/11/15
- Re: Longlines and insert, Paul Pogonyshev, 2005/11/15
- Re: Longlines and insert, Kevin Rodgers, 2005/11/15
- Re: Longlines and insert, Stefan Monnier, 2005/11/15
- Re: Longlines and insert, Chong Yidong, 2005/11/15
- Re: Longlines and insert, Stefan Monnier, 2005/11/15
- Re: Longlines and insert, Richard M. Stallman, 2005/11/16
- Re: Longlines and insert, Chong Yidong, 2005/11/16
- Re: Longlines and insert, Kevin Rodgers, 2005/11/17
- Re: Longlines and insert, Paul Pogonyshev, 2005/11/17
- Re: Longlines and insert, Kevin Rodgers, 2005/11/17