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: Small enhancement for add-log.el Date: Fri, 08 Oct 2004 09:19:30 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200410072307.i97N7s307908@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097241699 31996 80.91.229.6 (8 Oct 2004 13:21:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2004 13:21:39 +0000 (UTC) Cc: Luc Teirlinck , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 15:21:24 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 1CFugV-0005Qz-00 for ; Fri, 08 Oct 2004 15:21:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFunH-0001bB-SR for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2004 09:28:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CFumu-0001Yv-8Y for emacs-devel@gnu.org; Fri, 08 Oct 2004 09:28:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CFums-0001YA-3a for emacs-devel@gnu.org; Fri, 08 Oct 2004 09:27:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CFumr-0001Xy-H0 for emacs-devel@gnu.org; Fri, 08 Oct 2004 09:27:57 -0400 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CFuee-0006LO-IV for emacs-devel@gnu.org; Fri, 08 Oct 2004 09:19:28 -0400 Original-Received: from empanada.home ([67.71.26.106]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041008131807.BPSG1580.simmts12-srv.bellnexxia.net@empanada.home>; Fri, 8 Oct 2004 09:18:07 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 61942313313; Fri, 8 Oct 2004 09:19:30 -0400 (EDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Fri, 08 Oct 2004 10:54:47 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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:28082 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28082 > Is there some way to implement a first-user-change-hook ? I used (null buffer-undo-list) the only time I needed something like that. But that was in the minibuffer, so I don't how well it'll work in your case, Stefan