[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Longlines and insert
From: |
Stefan Monnier |
Subject: |
Re: Longlines and insert |
Date: |
Tue, 15 Nov 2005 18:09:01 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> I think (and as far as I understood, Chong Yidong does too) that this is
> a welcoming message for future problems. You patch up a piece of code,
> while there are hundreds other lisp files, many of which insert newlines,
> some of which need to be hard. We probably need something generic. At
> the very least we need a convenience function to create a newline-string
> with the necessary properties already set, so we don't have to go over
> the lines above each time.
Maybe longlines-mode could provide a variable
"longlines-inserted-LF-are-hard" and then use it in an
after-change-functions hook to mark all inserted LF as hard when that
variable is non-nil.
I'd guess that the variable should be non-nil by default and only bound to
nil at a few specific spots, hopefully all of them in longlines.el.
Stefan
- 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 <=
- 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
- Re: Longlines and insert, Paul Pogonyshev, 2005/11/18
- Re: Longlines and insert, Richard M. Stallman, 2005/11/18
- Re: Longlines and insert, Ryan Yeske, 2005/11/15