unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Subject: [david.hansen@physik.fu-berlin.de: Possible `point-entered' `point-left' Text Property Bug]
Date: Sun, 30 Apr 2006 16:53:49 -0400	[thread overview]
Message-ID: <E1FaIvN-0001Ro-UL@fencepost.gnu.org> (raw)

[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 <david.hansen@physik.fu-berlin.de>
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 <M-backspace> l 
e f t C-e C-b <return> ( 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 
<switch-frame> C-x 1 <switch-frame> C-x C-e C-p C-p 
C-n C-n C-x o C-x 1 M-x r e p <tab> o <tab> r <tab> 
b <tab> <return>

Recent messages:
XXX: 23 12
XXX: 12 1
#<buffer *prop tst*<2>>
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 -------

             reply	other threads:[~2006-04-30 20:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-30 20:53 Richard Stallman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-04-17  0:57 [david.hansen@physik.fu-berlin.de: Possible `point-entered' `point-left' Text Property Bug] Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1FaIvN-0001Ro-UL@fencepost.gnu.org \
    --to=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).