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: Mon, 5 Feb 2007 23:14:22 +0100 Message-ID: References: <877ivkjb66.fsf@trick.ulm.malte.spiess> <87lkjgs6lf.wl%leonardo.boiko@corp.orolix.com> <873b5ka5y3.wl%leonardo.boiko@corp.orolix.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 1170713766 17357 80.91.229.12 (5 Feb 2007 22:16:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Feb 2007 22:16:06 +0000 (UTC) To: help-gnu-emacs@gnu.org, leonardo.boiko@corp.orolix.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 05 23:16:00 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 1HEC7z-0001cq-5G for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Feb 2007 23:15:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEC7y-0008LU-G0 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Feb 2007 17:15:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HEC7m-0008LI-Aj for help-gnu-emacs@gnu.org; Mon, 05 Feb 2007 17:15:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HEC7j-0008L6-TZ for help-gnu-emacs@gnu.org; Mon, 05 Feb 2007 17:15:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEC7j-0008L1-Qr for help-gnu-emacs@gnu.org; Mon, 05 Feb 2007 17:15:43 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.241]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HEC7j-0006ab-Jm for help-gnu-emacs@gnu.org; Mon, 05 Feb 2007 17:15:43 -0500 Original-Received: by an-out-0708.google.com with SMTP id b8so1013829ana for ; Mon, 05 Feb 2007 14:14:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nH8sE9ekDLHz6YDLMMvljEKz+/lx+OPL5uwk8KSaXpSgtyBCrN8PVRF++okrcYtUW+YxJHhVrkViQyyPOI6vFJa1GFQXrZ3v2dmwyDfxMMqxrx8LgxazF0qqMNI2nUDI9NIZCilj9M+SK25XPxPAxgOfTKMfv+MreWtXxn28YNw= Original-Received: by 10.114.204.3 with SMTP id b3mr689785wag.1170713662471; Mon, 05 Feb 2007 14:14:22 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Mon, 5 Feb 2007 14:14:22 -0800 (PST) In-Reply-To: <873b5ka5y3.wl%leonardo.boiko@corp.orolix.com> Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) 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:40914 Archived-At: On 2/5/07, Leonardo Boiko wrote: > And yet, don't you agree that a > fundamental-mode-hook would be much cleaner? Yes, I agree. > You can make mostly > anything with defadvice, but it's a bit hackish. Undoubtedly. /L/e/k/t/u