GNU bug report logs -
#3931
23.0.96; doc of select-frame-set-input-focus and select-frame
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3931 in the body.
You can then email your comments to 3931 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3931
; Package
emacs
.
(Sun, 26 Jul 2009 16:50:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Drew Adams" <drew.adams <at> oracle.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 26 Jul 2009 16:50:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Doc string of `select-frame':
"If you are using a window system, the previously selected frame may
be restored as the selected frame after return to the command loop..."
That's grammatically incorrect - "return" should presumably be
"returning" (depending on what is intended by the sentence).
In any case, this paragraph of the description is not very clear.
Doc string of `select-frame-set-input-focus':
"If `mouse-autoselect-window' is non-nil, also move mouse cursor to
FRAME's selected window. Otherwise, if `focus-follows-mouse' is
non-nil, move mouse cursor to FRAME."
"Mouse cursor" is incorrect; "pointer" is correct (or "mouse pointer",
but, strictly speaking, "mouse" is redundant for the pointer).
Why "Otherwise"? I'm guessing that what is really meant is this:
* If either `mouse-autoselect-window' or `focus-follows-mouse' is
non-nil, then move the mouse pointer to....
* Otherwise, do not move the mouse pointer.
Similar problems exist for the description in the Elisp manual (the
text is almost the same). In addition, the manual should say
something more about the differences between these two functions, and
mention when you might use one or the other.
In GNU Emacs 23.0.96.1 (i386-mingw-nt5.1.2600)
of 2009-07-09 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3931
; Package
emacs
.
(Sun, 26 Jul 2009 19:30:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bastien <bastienguerry <at> googlemail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 26 Jul 2009 19:30:05 GMT)
Full text and
rfc822 format available.
Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
"Drew Adams" <drew.adams <at> oracle.com> writes:
> "If you are using a window system, the previously selected frame may
> be restored as the selected frame after return to the command loop..."
>
> That's grammatically incorrect - "return" should presumably be
> "returning" (depending on what is intended by the sentence).
>
> In any case, this paragraph of the description is not very clear.
I have changed it to this:
"If you are using a window system, the previously selected frame may
be restored as the selected frame when returning to the command loop,
because it still may have the window system's input focus."
> Doc string of `select-frame-set-input-focus':
>
> "If `mouse-autoselect-window' is non-nil, also move mouse cursor to
> FRAME's selected window. Otherwise, if `focus-follows-mouse' is
> non-nil, move mouse cursor to FRAME."
>
> "Mouse cursor" is incorrect; "pointer" is correct (or "mouse pointer",
> but, strictly speaking, "mouse" is redundant for the pointer).
Right, I changed this.
> Why "Otherwise"?
Because the value of `focus-follows-mouse' is only checked if
`mouse-autoselect-window' is nil.
> Similar problems exist for the description in the Elisp manual (the
> text is almost the same). In addition, the manual should say
> something more about the differences between these two functions, and
> mention when you might use one or the other.
I don't know how to fix the Elisp manual.
--
Bastien
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3931
; Package
emacs
.
(Sun, 26 Jul 2009 19:30:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Bastien <bastienguerry <at> googlemail.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 26 Jul 2009 19:30:07 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3931
; Package
emacs
.
(Sun, 26 Jul 2009 19:40:05 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Drew Adams" <drew.adams <at> oracle.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 26 Jul 2009 19:40:05 GMT)
Full text and
rfc822 format available.
Message #20 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
> > Doc string of `select-frame-set-input-focus':
> > "If `mouse-autoselect-window' is non-nil, also move mouse cursor to
> > FRAME's selected window. Otherwise, if `focus-follows-mouse' is
> > non-nil, move mouse cursor to FRAME."
> >
> > Why "Otherwise"?
>
> Because the value of `focus-follows-mouse' is only checked if
> `mouse-autoselect-window' is nil.
OK, in that case the text is correct. But it could easily be misread by some
users. It would be clearer to state this explicitly: "If
`mouse-autoselect-window' is nil and `mouse-autoselect-window' is non-nil, then
move the mouse pointer to FRAME."
And it wouldn't hurt to state this explicitly also:
"Otherwise, do not move the mouse pointer."
> > Similar problems exist for the description in the Elisp manual (the
> > text is almost the same). In addition, the manual should say
> > something more about the differences between these two
> functions, and
> > mention when you might use one or the other.
>
> I don't know how to fix the Elisp manual.
Hopefully, someone else does. ;-)
Thx.
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#3931
; Package
emacs
.
(Sun, 26 Jul 2009 19:40:09 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Drew Adams" <drew.adams <at> oracle.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 26 Jul 2009 19:40:09 GMT)
Full text and
rfc822 format available.
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#3931
; Package
emacs
.
(Tue, 12 Jul 2011 20:21:02 GMT)
Full text and
rfc822 format available.
Message #28 received at 3931 <at> debbugs.gnu.org (full text, mbox):
"Drew Adams" <drew.adams <at> oracle.com> writes:
> "Mouse cursor" is incorrect; "pointer" is correct (or "mouse pointer",
> but, strictly speaking, "mouse" is redundant for the pointer).
>
> Why "Otherwise"? I'm guessing that what is really meant is this:
>
> * If either `mouse-autoselect-window' or `focus-follows-mouse' is
> non-nil, then move the mouse pointer to....
> * Otherwise, do not move the mouse pointer.
>
> Similar problems exist for the description in the Elisp manual (the
> text is almost the same). In addition, the manual should say
> something more about the differences between these two functions, and
> mention when you might use one or the other.
I'm unable to find wording of this kind in the manual. Has this been
fixed now?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#3931
; Package
emacs
.
(Tue, 12 Jul 2011 21:12:02 GMT)
Full text and
rfc822 format available.
Message #31 received at 3931 <at> debbugs.gnu.org (full text, mbox):
> > Why "Otherwise"? I'm guessing that what is really meant is this:
> >
> > * If either `mouse-autoselect-window' or `focus-follows-mouse' is
> > non-nil, then move the mouse pointer to....
> > * Otherwise, do not move the mouse pointer.
> >
> > Similar problems exist for the description in the Elisp manual (the
> > text is almost the same). In addition, the manual should say
> > something more about the differences between these two
> > functions, and mention when you might use one or the other.
>
> I'm unable to find wording of this kind in the manual. Has this been
> fixed now?
I don't know what I meant by the first sentence in the last paragraph, sorry.
But please fix the doc string as indicated. And please explain in the Elisp
manual what the difference is between these two functions. Thx.
bug closed, send any further explanations to
3931 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com>
Request was from
Chong Yidong <cyd <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sat, 28 Jan 2012 04:30:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#3931
; Package
emacs
.
(Sat, 28 Jan 2012 14:34:01 GMT)
Full text and
rfc822 format available.
Message #36 received at 3931 <at> debbugs.gnu.org (full text, mbox):
This bug seems to have been closed with no explanation. At least I received no
other message associated with the closing, apart from the equally empty of
explanation "acknowledged by developer" message.
Was this bug fixed?
> From: GNU bug Tracking System Sent: Friday, January 27, 2012 8:30 PM
> To: Chong Yidong Cc: tracker <at> debbugs.gnu.org
> Subject: [debbugs-tracker] Processed: close 3931
>
> Processing commands for control <at> debbugs.gnu.org:
>
> > close 3931
> bug#3931: 23.0.96; doc of select-frame-set-input-focus and
> select-frame
> bug closed, send any further explanations to
> 3931 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com>
>
> > thanks
> Stopping processing here.
>
> Please contact help-debbugs <at> gnu.org if you need assistance.
>
> GNU bugs database, http://debbugs.gnu.org/
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#3931
; Package
emacs
.
(Sun, 29 Jan 2012 05:24:02 GMT)
Full text and
rfc822 format available.
Message #39 received at 3931 <at> debbugs.gnu.org (full text, mbox):
Subject: RE: [debbugs-tracker] Processed: close 3931
This bug seems to have been closed with no explanation. At least I received no
other message associated with the closing, apart from the equally empty of
explanation "acknowledged by developer" message.
Was this bug fixed?
> From: GNU bug Tracking System Sent: Friday, January 27, 2012 8:30 PM
> To: Chong Yidong Cc: tracker <at> debbugs.gnu.org
> Subject: [debbugs-tracker] Processed: close 3931
>
> Processing commands for control <at> debbugs.gnu.org:
>
> > close 3931
> bug#3931: 23.0.96; doc of select-frame-set-input-focus and
> select-frame
> bug closed, send any further explanations to
> 3931 <at> debbugs.gnu.org and "Drew Adams" <drew.adams <at> oracle.com>
>
> > thanks
> Stopping processing here.
>
> Please contact help-debbugs <at> gnu.org if you need assistance.
>
> GNU bugs database, http://debbugs.gnu.org/
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#3931
; Package
emacs
.
(Sun, 29 Jan 2012 22:06:02 GMT)
Full text and
rfc822 format available.
Message #42 received at 3931 <at> debbugs.gnu.org (full text, mbox):
Hello Chong,
Chong Yidong wrote:
> close 3931
> thanks
You have used the close command to close the an open bug and did not
provide any additional information. Please could you say why you
think this bug should be closed? Has the bug been fixed? Is the bug
no longer relevant? Have you committed a change that addesses this?
Note that when you use a 'close' command to close a bug report a
simple notification of action is sent to the user who submitted the
bug. If you choose to close a bug this way please ensure that the
user is also notified of why the action is taken. Otherwise the bug
submitter has no information. This can be very frustrating. See the
documentation for the 'close' command to see that it explicitly calls
out this use case as a problem and asks maintainers to ensure that
they communicate, probably by sending a separate message, why the bug
is being closed.
See the section 'close bugnumber'
http://debbugs.gnu.org/server-control.html
Thanks,
Bob
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#3931
; Package
emacs
.
(Mon, 30 Jan 2012 00:51:02 GMT)
Full text and
rfc822 format available.
Message #45 received at 3931 <at> debbugs.gnu.org (full text, mbox):
Bob Proulx <bob <at> proulx.com> writes:
> Has the bug been fixed? Is the bug no longer relevant? Have you
> committed a change that addesses this?
Yes.
Message #46 received at 3931-done <at> debbugs.gnu.org (full text, mbox):
"Drew Adams" <drew.adams <at> oracle.com> writes:
> This bug seems to have been closed with no explanation. At least I
> received no other message associated with the closing, apart from the
> equally empty of explanation "acknowledged by developer" message.
>
> Was this bug fixed?
The tag had been marked "wontfix", and after reviewing it, I concluded
that no further action on this issue is necessary or desireable. To
satisfy your curiosity: the bug-gnu-emacs archive link is present in the
manual, but adding URLs for finding help for Emacs is pointless since
there are tons of resources out there and we can't list them all in the
manual.
Closing.
Message #47 received at 3931-done <at> debbugs.gnu.org (full text, mbox):
> > Was this bug fixed?
>
> The tag had been marked "wontfix", and after reviewing it, I concluded
> that no further action on this issue is necessary or desireable.
FYI, the doc string still says "mouse cursor". You corrected one occurrence of
that but you seem to have missed the other.
> To satisfy your curiosity: the bug-gnu-emacs archive link is
> present in the manual, but adding URLs for finding help for
> Emacs is pointless since there are tons of resources out there
> and we can't list them all in the manual.
Sorry, I have no idea what you are talking about here. What "bug-gnu-emacs
archive link"? Where in the manual? Who said anything about adding URLs for
finding help? What's that all about?
Did you perhaps confuse this bug with another one? Sorry, I just don't follow.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#3931
; Package
emacs
.
(Mon, 30 Jan 2012 05:00:01 GMT)
Full text and
rfc822 format available.
Message #50 received at 3931 <at> debbugs.gnu.org (full text, mbox):
> > Has the bug been fixed? Is the bug no longer relevant? Have you
> > committed a change that addesses this?
>
> Yes.
Hm. "Yes", meaning what? What change was committed that addresses it?
You tagged it "wontfix". How does "wontfix" fit "has been fixed"? What am I
missing?
From your separate mail to me just now:
The tag had been marked "wontfix", and after reviewing it,
I concluded that no further action on this issue is necessary
or desireable.
That's your call. I just don't see how that jibes with saying that the bug has
been fixed.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 27 Feb 2012 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.