all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [forcer@forcix.cx: Asynchronous cursor and point]
@ 2006-06-05 15:37 Richard Stallman
  2006-06-05 21:41 ` Kim F. Storm
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2006-06-05 15:37 UTC (permalink / raw)


Would someone please DTRT with this, and ack?

------- Start of forwarded message -------
From: Jorgen Schaefer <forcer@forcix.cx>
To: emacs-pretest-bug@gnu.org
Date: Sat, 03 Jun 2006 03:21:56 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Subject: Asynchronous cursor and point 
X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed 
	version=3.0.4

> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:

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


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [forcer@forcix.cx: Asynchronous cursor and point]
  2006-06-05 15:37 [forcer@forcix.cx: Asynchronous cursor and point] Richard Stallman
@ 2006-06-05 21:41 ` Kim F. Storm
  0 siblings, 0 replies; 2+ messages in thread
From: Kim F. Storm @ 2006-06-05 21:41 UTC (permalink / raw)
  Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone please DTRT with this, and ack?

It has already been fixed.

>
> From: Jorgen Schaefer <forcer@forcix.cx>
> Subject: Asynchronous cursor and point 
> To: emacs-pretest-bug@gnu.org
> Date: Sat, 03 Jun 2006 03:21:56 +0200
>
>> Please describe exactly what actions triggered the bug
>> and the precise symptoms of the bug:
>
> 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
>
>
> _______________________________________________
> emacs-pretest-bug mailing list
> emacs-pretest-bug@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
> ----------
>

-- 
Kim F. Storm <storm@cua.dk> http://www.cua.dk

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-05 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-05 15:37 [forcer@forcix.cx: Asynchronous cursor and point] Richard Stallman
2006-06-05 21:41 ` Kim F. Storm

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.