[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: table.el 1.6.1
From: |
Kim F. Storm |
Subject: |
Re: table.el 1.6.1 |
Date: |
22 Mar 2002 16:12:46 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.50 |
I wrote:
>
> I think it would be simpler to do an update whenever point moves in or
> out of an interval -- it may be a little wasteful, but we already have
> all the necessary information to do that in set_point_both, i.e. the
> following change would seem to be sufficient (not tested).
I added "extern int update_mode_lines;" to make it compile.
I then took Tak's table.el and removed the explicit calls to
(set-buffer-modified-p (buffer-modified-p))
in the point-enter and point-left hooks.
And it works! The Table menu appears and disappears
as I move in and out of the cells.
--
Kim F. Storm <address@hidden> http://www.cua.dk
- table.el 1.6.1, (continued)
- Re: table.el 1.6.1, Richard Stallman, 2002/03/22
- Re: table.el 1.6.1, Kim F. Storm, 2002/03/22
- Re: table.el 1.6.1,
Kim F. Storm <=
- Re: table.el 1.6.1, Tak Ota, 2002/03/22
- Re: table.el 1.6.1, Kim F. Storm, 2002/03/22
- Re: table.el 1.6.1, Stefan Monnier, 2002/03/22
- Re: table.el 1.6.1, Tak Ota, 2002/03/22
- Re: table.el 1.6.1, Richard Stallman, 2002/03/23
- Re: table.el 1.6.1, Kim F. Storm, 2002/03/23
- Re: table.el 1.6.1, Richard Stallman, 2002/03/24
- Re: table.el 1.6.1, Stefan Monnier, 2002/03/25
- Re: table.el 1.6.1, Kim F. Storm, 2002/03/25
- Re: table.el 1.6.1, Richard Stallman, 2002/03/28