Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ec406436
Commit
ec406436
authored
Oct 09, 2007
by
Richard M. Stallman
Browse files
(handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.
parent
93870ce2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
admin/FOR-RELEASE
admin/FOR-RELEASE
+0
-10
src/ChangeLog
src/ChangeLog
+5
-0
src/xdisp.c
src/xdisp.c
+4
-0
No files found.
admin/FOR-RELEASE
View file @
ec406436
...
...
@@ -85,16 +85,6 @@ Report by Sebastien Rocca Serra <sroccaserra@gmail.com> on emacs-devel
from 2007-08-30. martin rudalics has a potential patch.
http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg01632.html
** GNU NT-Emacs crashes with longlines-mode and outline-mode
Reported by Rainer Thiel <r.thiel@uni-jena.de> on emacs-pretest-bug
from 2007-09-22.
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg01996.html
Jason Rumney has a recipe for reproducing this on GNU/Linux:
http://lists.gnu.org/archive/html/emacs-devel/2007-09/msg02267.html
Minimum cause: "It occurs when the character before the display
property is replaced with an ellipsis"
http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00046.html
* FIXES FOR EMACS 22.3
Here we list any small fixes that arrived too late for Emacs 22.2, but
...
...
src/ChangeLog
View file @
ec406436
2007-10-09 Richard Stallman <rms@gnu.org>
* xdisp.c (handle_invisible_prop): After setting up an ellipsis,
return HANDLED_RETURN.
2007-10-06 Martin Rudalics <rudalics@gmx.at>
* keyboard.c (kbd_buffer_get_event): Break loop waiting for input
...
...
src/xdisp.c
View file @
ec406436
...
...
@@ -3719,6 +3719,10 @@ handle_invisible_prop (it)
it->position.bytepos = CHAR_TO_BYTE (it->position.charpos);
}
setup_for_ellipsis (it, 0);
/* Let the ellipsis display before
considering any properties of the following char.
Fixes jasonr@gnu.org 01 Oct 07 bug. */
handled = HANDLED_RETURN;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment