From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: occur-hook changing the current buffer Date: Thu, 23 Jun 2005 17:59:07 +0200 Message-ID: References: <871x6ucqat.fsf@jurta.org> <42BAD57F.8040407@gnu.org> <873br9ax11.fsf@xs4all.nl> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1119542440 2019 80.91.229.2 (23 Jun 2005 16:00:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2005 16:00:40 +0000 (UTC) Cc: Emacs Devel , Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 23 18:00:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DlU7x-0002yS-0R for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2005 18:00:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlUEo-0004Ws-0J for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2005 12:07:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlUDv-0004OJ-CI for emacs-devel@gnu.org; Thu, 23 Jun 2005 12:06:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlUDn-0004L8-PN for emacs-devel@gnu.org; Thu, 23 Jun 2005 12:06:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlUDl-0004HV-Ir for emacs-devel@gnu.org; Thu, 23 Jun 2005 12:06:29 -0400 Original-Received: from [64.233.182.203] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DlU9y-0005yX-Ow for emacs-devel@gnu.org; Thu, 23 Jun 2005 12:02:35 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so67104nfe for ; Thu, 23 Jun 2005 08:59:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XM0pWb863B3Dj47W6ExNqQsxnztRivE4N4wFQ4FlZMmXQbG5yY821uXTVkWPiLwCn8Am4fJ0SJU8pMm9uRyOcJRIDsRFlacqRYbwbN/lvUSge4EQnQY5ewzbTxqjm67yaaUw1w1ETzvaXdSHlcKjcmmgJibF/7XrDODAYxYmbeE= Original-Received: by 10.48.144.8 with SMTP id r8mr44488nfd; Thu, 23 Jun 2005 08:59:07 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Thu, 23 Jun 2005 08:59:07 -0700 (PDT) Original-To: Lute Kamstra In-Reply-To: <873br9ax11.fsf@xs4all.nl> Content-Disposition: inline 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:39370 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39370 On 6/23/05, Lute Kamstra wrote: > Maybe it's better to first > get a good understanding of the problems you're experiencing. Well, we have at least one case of a fully reproducible bug where running a function from a hook leads to an unexpected switch of the current buffer. That's a starting point. --=20 /L/e/k/t/u