From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: How to apply a minor mode to all buffers Date: Thu, 8 Feb 2007 23:39:30 +0100 Message-ID: References: <877ivkjb66.fsf@trick.ulm.malte.spiess> <873b5gj0ww.wl%leoboiko@gmail.com> <1170952006.340668.226190@k78g2000cwa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170974397 31150 80.91.229.12 (8 Feb 2007 22:39:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Feb 2007 22:39:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Robert Thorpe" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 08 23:39:50 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HFHvi-0001hh-4f for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Feb 2007 23:39:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFHvh-00084R-GD for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Feb 2007 17:39:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HFHvS-00080c-Ll for help-gnu-emacs@gnu.org; Thu, 08 Feb 2007 17:39:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HFHvQ-0007y6-5F for help-gnu-emacs@gnu.org; Thu, 08 Feb 2007 17:39:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HFHvQ-0007xv-2b for help-gnu-emacs@gnu.org; Thu, 08 Feb 2007 17:39:32 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.227]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HFHvP-0007X7-O3 for help-gnu-emacs@gnu.org; Thu, 08 Feb 2007 17:39:31 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 68so697767wri for ; Thu, 08 Feb 2007 14:39:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=es+XRLWtpEtwfmXUOJZwEsEqm6tCPrYu3F8zpkxICUrCf3oGlo8ixf30XQOSxXB3NFqYpqBcExoRDIC8sHtMeFN6NLAF1Q1v8GAKgMyDC7lzsOvWXqk97A5v4cSjfNLkNKwY5FpREvH+EeCiyfq2UUsuRYZR2Zt5pK4M/YYNw6c= Original-Received: by 10.114.126.1 with SMTP id y1mr5196045wac.1170974370502; Thu, 08 Feb 2007 14:39:30 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Thu, 8 Feb 2007 14:39:30 -0800 (PST) In-Reply-To: <1170952006.340668.226190@k78g2000cwa.googlegroups.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40982 Archived-At: On 8 Feb 2007 08:26:46 -0800, Robert Thorpe > Does that mean that fundamental-mode-hook will run whenever a temp- > buffer is created in elisp code? Not now, because the patch I referred to has been reverted. /L/e/k/t/u