From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Info mutilates user overlays. Date: Tue, 30 Sep 2003 21:16:40 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200310010216.h912Ge027788@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1064975011 3604 80.91.224.253 (1 Oct 2003 02:23:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Oct 2003 02:23:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Oct 01 04:23:29 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4WeH-0000Mg-00 for ; Wed, 01 Oct 2003 04:23:29 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A4WeG-0000sH-00 for ; Wed, 01 Oct 2003 04:23:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A4WcL-0003Oy-IF for emacs-devel@quimby.gnus.org; Tue, 30 Sep 2003 22:21:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A4Wbv-0003OF-Qr for emacs-devel@gnu.org; Tue, 30 Sep 2003 22:21:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A4WbP-0003JN-5w for emacs-devel@gnu.org; Tue, 30 Sep 2003 22:21:02 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A4WbO-0003I9-0s for emacs-devel@gnu.org; Tue, 30 Sep 2003 22:20:30 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id h912KRAJ014039 for ; Tue, 30 Sep 2003 21:20:27 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id h912Ge027788; Tue, 30 Sep 2003 21:16:40 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16812 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16812 Is there a reason for the behavior of Info, described below? It prevents the user from using his own overlays, as well as from using any Emacs feature that uses overlays, in Info buffers. They all get mysteriously moved and made empty after minimal browsing. I find it pretty annoying and unexpected. emacs-21.3.50 -q --eval "(blink-cursor-mode 0)" & C-h i M-: (point-min) Result: 188 M-: (setq ov (make-overlay 190 210)) Result: # M-: ov Same result (of course). m Emacs RET d M-: ov Result: # (Not so "of course" to me.) Sincerely, Luc.