From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Info enhancements Date: 09 Dec 2003 12:08:41 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <878ylrbbk4.fsf@mail.jurta.org> <200312051426.hB5EQeZ11287@f7.net> <87ekvjuuj8.fsf@mail.jurta.org> <200312051802.hB5I2EC04476@raven.dms.auburn.edu> <87d6b2iyec.fsf@mail.jurta.org> <87brqkl3x2.fsf@mail.jurta.org> <87vfor62k9.fsf@mail.jurta.org> <871xrfy4d3.fsf@mail.jurta.org> <200312081705.hB8H5iK15399@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070964523 933 80.91.224.253 (9 Dec 2003 10:08:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2003 10:08:43 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org, karl@freefriends.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Dec 09 11:08:37 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 1ATenF-0004GA-00 for ; Tue, 09 Dec 2003 11:08:37 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ATenE-00058q-00 for ; Tue, 09 Dec 2003 11:08:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ATfjq-0004Yy-LW for emacs-devel@quimby.gnus.org; Tue, 09 Dec 2003 06:09:10 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ATfjS-0004SO-Er for emacs-devel@gnu.org; Tue, 09 Dec 2003 06:08:46 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ATfiw-0004HY-7y for emacs-devel@gnu.org; Tue, 09 Dec 2003 06:08:45 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1ATfiu-0004Fq-W6; Tue, 09 Dec 2003 06:08:13 -0500 Original-To: Luc Teirlinck In-reply-to: <200312081705.hB8H5iK15399@raven.dms.auburn.edu> (message from Luc Teirlinck on Mon, 8 Dec 2003 11:05:44 -0600 (CST)) 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:18574 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18574 > Date: Mon, 8 Dec 2003 11:05:44 -0600 (CST) > From: Luc Teirlinck > > You don't need to actually insert "see" into the buffer, you could > define an overlay instead. > > Please do not use overlays to insert things that look like regular > text. It is extremely confusing to users who want to cut and paste, > save things to file, print out hardcopy and do all kind of other > everyday stuff. Don't we already see similar adverse effects under Info-hide-note-references set to t? If we do, then using overlays when that same option is in effect will not make things worse than they already are.