1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

25 Commits

Author SHA1 Message Date
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Stefan Monnier
cc1eecfd88 Update my email address. 2006-04-30 15:49:08 +00:00
Stefan Monnier
23e0c1a3bc (reveal-post-command): window-buffer signals an error on
dead windows rather than returning nil.
(reveal-open-new-overlays): An overlay might die while we open others.
2006-01-11 22:30:26 +00:00
Stefan Monnier
ffb5fc37ba (reveal-open-new-overlays): New extracted fun.
(reveal-close-old-overlays): Idem.  Check overlays's liveness before
using them.  Simplify the code.
(reveal-post-command): Use them.  Fix up obsolete windows in
reveal-open-spots.
2006-01-09 22:56:08 +00:00
Stefan Monnier
4acbd507ac (reveal-post-command): Rework the handling of
reveal-open-spots, so as to be more reliable.  There were several
tricky corner cases where an open spot might be lost, or where
a closed spot might end up on the list of open spots.
Only reveal text that's ellipsised.
2005-11-07 22:33:31 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
f530778210 Specify missing group (and type, if simple) in defcustom. 2005-05-19 19:06:19 +00:00
Lute Kamstra
28a1f13bb7 (reveal-mode): Specify :group. 2005-04-04 09:05:09 +00:00
Stefan Monnier
8d194e3e9b (reveal-mode-map): Don't override C-a and C-e. 2005-03-29 14:13:15 +00:00
Kim F. Storm
88418e6176 (reveal-mode-map): Bind C-a to beginning-of-line. 2005-03-07 11:12:40 +00:00
Stefan Monnier
fc88c2888f (reveal-post-command): Don't try to reveal overlays which
have a non-nil `invisible' property but are actually visible.
2005-02-27 23:42:14 +00:00
Stefan Monnier
ea78522d4c (reveal-mode-map): New var.
(reveal-mode): Use it.
2004-11-22 20:52:10 +00:00
Stefan Monnier
40a45facf3 (reveal-last-tick): New var.
(reveal-post-command): Use it to avoid closing overlays when we're
appending text to them.
2004-10-31 22:52:54 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Stefan Monnier
02ad7cbf43 (reveal-post-command): Use overlay-get for overlays. 2003-04-16 16:03:46 +00:00
Stefan Monnier
836be5ce16 (reveal-post-command): Remove buggy debugging code. 2003-03-31 22:26:26 +00:00
Stefan Monnier
a604e2b457 (reveal-post-command): Better error handling and debugging. 2003-03-31 20:56:14 +00:00
Markus Rost
710a1280cd (global-reveal-mode): Add group. 2002-11-18 04:07:47 +00:00
Stefan Monnier
f69610185c (reveal-post-command): Reverse the semantics of
reveal-toggle-invisible and support isearch-open-invisible-temporary.
2002-05-20 18:31:20 +00:00
Eli Zaretskii
7490a1e480 More preamble fixes. 2002-05-18 11:26:16 +00:00
Eli Zaretskii
12b309f149 Fix the preamble comments. 2002-05-18 11:22:04 +00:00
Pavel Janík
041f4d74cc Fix Lisp headers. 2001-12-25 11:10:03 +00:00
Stefan Monnier
7b73ae06f3 (reveal-mode): Fix reveal-mode's lighter. 2001-12-02 07:39:45 +00:00
Stefan Monnier
a0aa2a49ba Initial commit. 2001-11-28 07:12:25 +00:00