From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [david.hansen@physik.fu-berlin.de: Possible `point-entered' `point-left' Text Property Bug] Date: Sun, 30 Apr 2006 16:53:49 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146430444 2535 80.91.229.2 (30 Apr 2006 20:54:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 20:54:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 22:54:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FaIvb-0006y2-18 for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 22:54:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaIva-0007QD-Li for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 16:54:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaIvP-0007PB-IM for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:53:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaIvO-0007Oz-Vb for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:53:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaIvO-0007Oq-PX for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:53:50 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FaIz3-00080c-TS for emacs-devel@gnu.org; Sun, 30 Apr 2006 16:57:37 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FaIvN-0001Ro-UL; Sun, 30 Apr 2006 16:53:50 -0400 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53689 Archived-At: [I sent this message two weeks ago but did not get a response.] Would someone please fix this, and ack? ------- Start of forwarded message ------- From: David Hansen To: emacs-pretest-bug@gnu.org Organization: disorganized Date: Wed, 12 Apr 2006 14:29:15 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Possible `point-entered' `point-left' Text Property Bug X-Spam-Status: No, score=0.6 required=5.0 tests=HOT_NASTY autolearn=no version=3.0.4 Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: Eval in emacs -Q: (defun prop-test (old new) (message "XXX: %d %d" old new)) (let ((buffer (generate-new-buffer "*prop tst*"))) (with-current-buffer buffer (insert "1234567890\n1234567890\n") (put-text-property (point-min) (point-max) 'point-entered 'prop-test) (put-text-property (point-min) (point-max) 'point-left 'prop-test) (pop-to-buffer buffer))) Now move up two lines. You'll see the `message' for every line you move up. This doesn't happen if you move backward character wise with C-b. As far as i understand the documentation this shouldn't happen for the line movement either as all chars have the same `point-left' and `point-entered' text-property. David If emacs crashed, and you have the emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /home/dhansen/share/emacs/22.0.50/etc/DEBUG for instructions. In GNU Emacs 22.0.50.1 (i686-pc-linux-gnu) of 2006-04-05 on robotron X server distributor `The X.Org Foundation', version 11.0.70000000 configured using `configure '--prefix=/home/dhansen' '--disable-sound' '--disable-pop' '--with-x-toolkit=no'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: flyspell-mode: t jabber-activity-mode: t rcirc-track-minor-mode: t show-paren-mode: t iswitchb-mode: t auto-compression-mode: t mouse-wheel-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 line-number-mode: t Recent input: C-M-SPC M-w C-n C-y M-b M-b C-b C-b l e f t C-e C-b ( p o p - t o - b u f f e r SPC b u f f e r C-e ) C-p C-p C-p C-p C-p C-p C-e C-x C-e C-n C-n C-n C-n C-n C-n C-x C-e C-p C-p C-n C-p C-n C-p C-n C-n C-p C-p C-n C-n C-p C-p C-x o C-x 1 C-x 1 C-x C-e C-p C-p C-n C-n C-x o C-x 1 M-x r e p o r b Recent messages: XXX: 23 12 XXX: 12 1 #> XXX: 1 12 XXX: 23 12 XXX: 12 1 XXX: 1 12 [2 times] XXX: 1 23 Making completion list... [2 times] Loading emacsbug...done _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------