[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1413: marked as done (23.0.60; When in minibuf, pop-up of appt wind
From: |
Emacs bug Tracking System |
Subject: |
bug#1413: marked as done (23.0.60; When in minibuf, pop-up of appt window will make point back to window.) |
Date: |
Mon, 24 Nov 2008 09:45:05 -0800 |
Your message dated Mon, 24 Nov 2008 12:36:53 -0500
with message-id <h0d4glgh56.fsf@fencepost.gnu.org>
and subject line Re: bug#1413
has caused the Emacs bug report #1413,
regarding 23.0.60; When in minibuf, pop-up of appt window will make point back
to window.
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)
--
1413: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1413
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message ---
Subject:
23.0.60; When in minibuf, pop-up of appt window will make point back to window.
Date:
Sun, 23 Nov 2008 07:43:49 +0800
emacs version:
GNU Emacs 23.0.60.1 (i386-mingw-nt5.0.2195) of 2008-11-18 on mybox
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.
Here is the action to reproduce it:
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.
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.0.2195)
of 2008-11-18 on CPU-3NN42V9TPED
Windowing system distributor `Microsoft Corp.', version 5.0.2195
configured using `configure --with-gcc (3.4) --cflags
-ID:/portable/apps/GnuWin32/include'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: CHS
value of $XMODIFIERS: nil
locale-coding-system: cp936
default-enable-multibyte-characters: t
Major mode: Info
Minor modes in effect:
shell-dirtrack-mode: t
savehist-mode: t
iswitchb-mode: t
display-time-mode: t
display-battery-mode: t
show-paren-mode: t
tooltip-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
global-auto-composition-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
<backspace> <backspace> ] SPC g e t SPC a SPC <backspace>
<backspace> f o o 1 , SPC f o o 2 , SPC f o o 3 . <return>
<tab> SPC * SPC T O D O SPC f o o 2 SPC i s SPC g o
t SPC b y SPC m <backspace> w a y M-b t h i s SPC C-e
<return> SPC - SPC [ ] SPC d o SPC t h i n g SPC 2
<return> SPC - SPC [ ] SPC . . . C-p C-p C-p C-p C-p
C-p C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p H o w SPC t o SPC
m a k e SPC C-f a <backspace> <backspace> a C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-n C-n C-c C-c c y n n n <return> C-n C-n
C-n C-n SPC n SPC n n <help-echo> <help-echo> n n C-l
n c y <return> c C-g M-> C-p SPC c C-g ^ C-n SPC c
y C-h i m b u g <tab> <tab> <tab> <backspace> <backspace>
<backspace> * b u g <tab> <tab> <backspace> <backspace>
<backspace> <backspace> e m a <tab> <tab> <return>
m * b u g <tab> s <tab> <tab> <tab> <tab> <return>
SPC SPC SPC SPC SPC SPC C-c x b SPC C-l C-v C-v C-v
C-v C-v C-v SPC SPC n ] ] l l l M-< M-x e m a c <tab>
b u <tab> <tab> <backspace> <backspace> - b u <tab>
<tab> <tab> C-g SPC SPC M-< l M-< SPC l M-< SPC SPC
SPC SPC M-x r e p o r <tab> <tab> <return>
Recent messages:
Quit
Generating summary...done
Mark all unread articles as read? (y or n)
Composing main Info directory...done
Making completion list... [2 times]
Auto-saving...done
Info-extract-pointer: Node has no Next
Mark set
Quit
Mark set [3 times]
--- End Message ---
--- Begin Message ---
Subject:
Re: bug#1413
Date:
Mon, 24 Nov 2008 12:36:53 -0500
User-agent:
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00702.html
2008-11-24 Martin Rudalics <rudalics@gmx.at>
* calendar/appt.el (appt-disp-window): Move minibuffer check
after binding this-window and do not set-buffer to make sure we
won't deselect the minibuffer.
--- End Message ---