From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: anhnmncb Newsgroups: gmane.emacs.devel Subject: Re: Bug: appt-display makes point back to buffer. Date: Sat, 22 Nov 2008 22:08:18 +0800 Message-ID: <877i6vx38t.fsf@sina.com> References: <87iqqg2pzz.fsf@sina.com> <4928051F.8000003@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227362942 18852 80.91.229.12 (22 Nov 2008 14:09:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Nov 2008 14:09:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 22 15:10:05 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L3tBU-0005xr-Pi for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 15:10:05 +0100 Original-Received: from localhost ([127.0.0.1]:55392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3tAL-0006KO-Py for ged-emacs-devel@m.gmane.org; Sat, 22 Nov 2008 09:08:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3tAI-0006IZ-45 for emacs-devel@gnu.org; Sat, 22 Nov 2008 09:08:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3tAH-0006H7-8w for emacs-devel@gnu.org; Sat, 22 Nov 2008 09:08:49 -0500 Original-Received: from [199.232.76.173] (port=40756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3tAH-0006Gy-6T for emacs-devel@gnu.org; Sat, 22 Nov 2008 09:08:49 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:39438 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L3tAG-0001nU-QZ for emacs-devel@gnu.org; Sat, 22 Nov 2008 09:08:49 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L3tAA-0005CH-G6 for emacs-devel@gnu.org; Sat, 22 Nov 2008 14:08:44 +0000 Original-Received: from 221.6.39.130 ([221.6.39.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Nov 2008 14:08:42 +0000 Original-Received: from anhnmncb by 221.6.39.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Nov 2008 14:08:42 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 221.6.39.130 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) Cancel-Lock: sha1:SqeWV6SQtgl12ta4ZrU/xRRuIIE= X-Antivirus: avast! (VPS 081121-0, 11/21/2008), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105952 Archived-At: martin rudalics writes: >> When point is in minibuffer, a pop-up of appointment window will make >> point back to the buffer. I have to use C-x o to switch back to it. >> >> GNU Emacs 23.0.60.1 (i386-mingw-nt5.0.2195) of 2008-11-18 on mybox. > > Could you please make a bug report with a precise recipe to reproduce > this with emacs -Q? > > Thanks in advance, martin. yes, here we go: emacs -Q eval (appt-activate 1) in *scratch* buffer. Use M-x appt-add to add a time to appt. Then C-x C-f to enter the minibuf area, waits for the appt activates. When activates, the point moves from minibuf to buffer(maybe call window?). Now I have to C-x o to enter the minibuf. emacs version: GNU Emacs 23.0.60.1 (i386-mingw-nt5.0.2195) of 2008-11-18 on mybox