From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Zhang Wei Newsgroups: gmane.emacs.devel Subject: `auto-insert' is not documented enough Date: Fri, 10 Feb 2006 17:45:59 +0800 Message-ID: <87fymrczs8.fsf@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139564978 25689 80.91.229.2 (10 Feb 2006 09:49:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Feb 2006 09:49:38 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 10 10:49:34 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 1F7Utx-0004LL-6r for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 10:49:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Utu-00057a-Jd for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 04:49:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7UrU-00044g-Et for emacs-devel@gnu.org; Fri, 10 Feb 2006 04:46:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7UrR-00043y-2o for emacs-devel@gnu.org; Fri, 10 Feb 2006 04:46:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7UrQ-00043j-FJ for emacs-devel@gnu.org; Fri, 10 Feb 2006 04:46:40 -0500 Original-Received: from [64.233.166.178] (helo=pproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7UvA-0005Iy-9S for emacs-devel@gnu.org; Fri, 10 Feb 2006 04:50:32 -0500 Original-Received: by pproxy.gmail.com with SMTP id s49so185352pyc for ; Fri, 10 Feb 2006 01:46:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:message-id:user-agent:mime-version:content-type; b=RHJCNBnonew0RGidvJuJHKZBDpRDElFXVgkkn6OjYbYIEgi6QoX0jDIiPQlJ9e+K2c2M2ZvIljoBmHpVFXXIwD9NBdwdJGhF1/cv+rrWjUVY4sk2pvJkqogBrW2enhQ9TfFEyZ5KTpAXONG+Dy7t0K8a/zPNi39G6nbQFkdR/Kc= Original-Received: by 10.35.37.18 with SMTP id p18mr719709pyj; Fri, 10 Feb 2006 01:46:05 -0800 (PST) Original-Received: from localhost ( [60.208.251.58]) by mx.gmail.com with ESMTP id f19sm567637pyf.2006.02.10.01.46.03; Fri, 10 Feb 2006 01:46:05 -0800 (PST) Original-Received: from zhangwei by localhost with local (Exim 4.60) (envelope-from ) id 1F7Uql-0005Ht-Pg for emacs-devel@gnu.org; Fri, 10 Feb 2006 17:45:59 +0800 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/23.0.0 (gnu/linux) 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:50317 Archived-At: Current documentation of `auto-insert' and `define-auto-insert' function is not enough. It's hard to figure out where the auto-inserted text should be put, and hard to figure out how to use the function `define-auto-insert' without consulting the source code. -- Zhang Wei or Brep