From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: How to apply a minor mode to all buffers Date: Wed, 07 Feb 2007 12:22:54 -0500 Message-ID: References: <877ivkjb66.fsf@trick.ulm.malte.spiess> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1170870155 18898 80.91.229.12 (7 Feb 2007 17:42:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Feb 2007 17:42:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 07 18:42:20 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 1HEqnC-0000Rq-Pw for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Feb 2007 18:41:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HEqnC-0002Bk-7Z for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Feb 2007 12:41:14 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.umontreal.ca!news.umontreal.ca.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 07 Feb 2007 11:22:55 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) Cancel-Lock: sha1:UErmAh3iE7474R7pLPGcF74FnGk= Original-Lines: 20 Original-NNTP-Posting-Host: 132.204.27.213 Original-X-Trace: sv3-VhKionhcm1OIjio9n64+eh/zgY3Lj5U0GAZxMivruyIggsApmoEnc0e96eoMoMJSzRSbzpN3fLv22Xb!UNAOqbZEHz83XmODi7nEk8v0NrE+J6sP+Wqpl1BSQ9dWLRHRMop/SHmg0otif89GaXAZ89Icdv4J!4leaz52bw7riwe+VIw== Original-X-Complaints-To: abuse@umontreal.ca X-DMCA-Complaints-To: abuse@umontreal.ca X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Original-Xref: shelby.stanford.edu gnu.emacs.help:145332 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:40939 Archived-At: > find-file-hook won’t apply to buffers unrelated to files, though. > after-change-major-mode-hook almost does the trick, but it still > doesn’t get fundamental-mode. Then report this with M-x report-emacs-bug. > My first attempt was find-file-hook, but I want it to apply to > non-file buffers too (like email drafts, etc). Then add it to those email-drafts buffers as well. Otherwise you risk screwing up many more cases for buffers you don't think of (e.g. minibuffers, help buffers, ...). > (say, if I simply create a scratch buffer). If you just create a scratch buffer it won't have any data coming from nasty vi users (aka vi users). Stefan