From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: org-mode and mode hooks. Date: Wed, 25 May 2005 23:16:47 -0500 (CDT) Message-ID: <200505260416.j4Q4Glk28827@raven.dms.auburn.edu> References: <87y8a3mnz8.fsf@xs4all.nl> <87ll63weye.fsf-monnier+emacs@gnu.org> <200505252135.j4PLZvt26969@raven.dms.auburn.edu> <87hdgrufcl.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117081039 17479 80.91.229.2 (26 May 2005 04:17:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 May 2005 04:17:19 +0000 (UTC) Cc: dominik@science.uva.nl, Lute.Kamstra.lists@xs4all.nl, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 26 06:17:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Db9n8-0006mp-CP for ged-emacs-devel@m.gmane.org; Thu, 26 May 2005 06:16:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db9r7-0004S0-Oq for ged-emacs-devel@m.gmane.org; Thu, 26 May 2005 00:20:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Db9qa-0004PY-Vh for emacs-devel@gnu.org; Thu, 26 May 2005 00:19:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Db9qW-0004MR-Jk for emacs-devel@gnu.org; Thu, 26 May 2005 00:19:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db9qW-0004Lu-GJ for emacs-devel@gnu.org; Thu, 26 May 2005 00:19:48 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Db9oU-0003yV-SS for emacs-devel@gnu.org; Thu, 26 May 2005 00:17:43 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j4Q4H8CK008645; Wed, 25 May 2005 23:17:08 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j4Q4Glk28827; Wed, 25 May 2005 23:16:47 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: monnier@iro.umontreal.ca In-reply-to: <87hdgrufcl.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Wed, 25 May 2005 18:15:50 -0400) 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:37666 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37666 Well, the second bug can still occur in combination with the first, namely if the mode is run from a timer. Maybe I could make find-file-hook do checking too. In that case a bug could only still occur if it already occurred before my change. Sincerely, Luc.