From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: make-field suggestion Date: 31 Aug 2004 22:48:14 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094006937 14301 80.91.224.253 (1 Sep 2004 02:48:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Sep 2004 02:48:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 01 04:48:50 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C2LB3-0000PO-00 for ; Wed, 01 Sep 2004 04:48:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2LFx-0006e1-D4 for ged-emacs-devel@m.gmane.org; Tue, 31 Aug 2004 22:53:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C2LFr-0006dw-Bm for emacs-devel@gnu.org; Tue, 31 Aug 2004 22:53:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C2LFo-0006dY-QH for emacs-devel@gnu.org; Tue, 31 Aug 2004 22:53:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C2LFo-0006dV-LH for emacs-devel@gnu.org; Tue, 31 Aug 2004 22:53:44 -0400 Original-Received: from [206.47.199.166] (helo=simmts8-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C2LAW-0003T7-9j for emacs-devel@gnu.org; Tue, 31 Aug 2004 22:48:16 -0400 Original-Received: from empanada.home ([67.71.25.232]) by simmts8-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040901024648.IMXB1692.simmts8-srv.bellnexxia.net@empanada.home>; Tue, 31 Aug 2004 22:46:48 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 428B42D767B; Tue, 31 Aug 2004 22:48:15 -0400 (EDT) Original-To: Jerry James In-Reply-To: Original-Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26673 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26673 > make-overlay docstring in that case. Hmmmm.... so is it true that > overlays are neither front- nor rear-sticky by default? But the text No, AFAIK they're front-sticky ("not front-advance") and rear-non-sticky ("not rear-advance"). Stefan