Jorgen Schaefer <[EMAIL PROTECTED]> writes: >> Please describe exactly what actions triggered the bug >> and the precise symptoms of the bug:
Thank you for the bug report, but I don't see the bug with the current CVS. Maybe a recent change fixed this problem. Please recheck. If the problem persists, please try with emacs -Q. > > Evaluate this code, put point at the beginning of the line in the > buffer, and hit C-e. The cursor does not move, but point does. > > Put point on the L of Line 5, and hit C-b. The cursor moves to the > position past the 1 in "Line 1", but point does not. > > (with-current-buffer (generate-new-buffer "Bug") > (insert "Line 1\nBuggy line 1") > (overlay-put (make-overlay (point) (point)) > 'after-string " [fnord]") > (insert "\nLine 3\nBuggy line 2") > (overlay-put (make-overlay (point) (point)) > 'after-string " [skiddoo]") > (insert "\nLine 5") > (display-buffer (current-buffer))) > > > In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu, X toolkit) > of 2006-05-31 on forcix > configured using `configure > '--prefix=/mnt/datengrab/software/emacs/2006-05-31' '--with-xpm' > '--with-jpeg' '--with-tiff' '--with-gif' '--with-png' '--with-x'' > > Important settings: > value of $LC_ALL: nil > value of $LC_COLLATE: de_DE.utf8 > value of $LC_CTYPE: de_DE.utf8 > value of $LC_MESSAGES: nil > value of $LC_MONETARY: nil > value of $LC_NUMERIC: nil > value of $LC_TIME: nil > value of $LANG: nil > locale-coding-system: utf-8 > default-enable-multibyte-characters: t > > Minor modes in effect: > csv-field-index-mode: t > shell-dirtrack-mode: t > flyspell-mode: t > unicode-helper-mode: t > show-paren-mode: t > display-time-mode: t > mouse-sel-mode: t > encoded-kbd-mode: t > file-name-shadow-mode: t > global-font-lock-mode: t > font-lock-mode: t > unify-8859-on-encoding-mode: t > utf-translate-cjk-mode: t > auto-compression-mode: t > column-number-mode: t > line-number-mode: t -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
