From: Juanma Barranquero <lekktu@gmail.com>
To: Ben Key <bkey76@gmail.com>
Cc: 8181@debbugs.gnu.org
Subject: bug#8181: 23.2; Dired on Windows 7
Date: Sun, 6 Mar 2011 21:28:48 +0100 [thread overview]
Message-ID: <AANLkTink17KfWsnT0KdGv9dKQB-o80TnJE02R1OR8wKx@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimPJhnsDjPc25WHqWjn3SBe806aQjcyekRM2RXr@mail.gmail.com>
On Sun, Mar 6, 2011 at 17:04, Ben Key <bkey76@gmail.com> wrote:
> I consider the fact that it is necessary to change the selected item in the
> "Files of Type" combo box to "All Files (*.*)" and back to "Directories"
> before you can successfully select a directory (at least on Windows 7) to be
> a bug.
It is definitely a bug, yes. Or perhaps two; I've been stepping
through file_dialog_callback and I see two problems.
One is the fact that the initial setting of FILE_NAME_TEXT_FIELD does
not work. WM_NOTIFY is received with the appropriate arguments, and
CommDlg_OpenSave_SetControlText (at w32fns.c:5875) is called, but it
apparently has no effect. Perhaps some order-of-initialization issue
that's changed (undocumentedly) on Windows 7?
The other is that GetDlgItem (dialog, FILE_NAME_TEXT_FIELD) is
returning always 0, so the EnableWindow calls are no-ops (in fact,
that's easy to see because after setting the combo to "Directories",
you can still edit the text field).
I'm seeing these problems in Windows 7 SP1 64-bit, BTW.
Juanma
next prev parent reply other threads:[~2011-03-06 20:28 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-07 4:15 bug#8191: Patch to fix bug#8181: 23.2; Dired on Windows 7 Ben Key
2011-03-07 5:37 ` bug#8181: " Juanma Barranquero
2011-03-07 15:56 ` Ben Key
2011-03-07 18:06 ` Juanma Barranquero
2011-03-07 19:54 ` Juanma Barranquero
2011-03-07 20:16 ` Chong Yidong
2011-03-07 20:24 ` Juanma Barranquero
2011-03-07 20:59 ` Chong Yidong
2011-03-07 21:17 ` Juanma Barranquero
2011-03-05 22:55 ` Robert I. Eachus
2011-03-06 0:08 ` Lennart Borgman
2011-03-06 0:40 ` Robert I. Eachus
2011-03-06 0:42 ` Lennart Borgman
2011-03-06 3:30 ` Juanma Barranquero
2011-03-07 14:19 ` Jason Rumney
2011-03-06 13:14 ` Dani Moncayo
2011-03-06 14:17 ` Eli Zaretskii
2011-03-06 16:04 ` Ben Key
2011-03-06 20:28 ` Juanma Barranquero [this message]
2011-03-07 14:31 ` Jason Rumney
2011-03-07 16:19 ` Ben Key
2011-03-07 18:09 ` Juanma Barranquero
2011-03-07 23:04 ` Jason Rumney
2011-03-07 14:28 ` Jason Rumney
[not found] ` <handler.8181.D8181.129953268524792.notifdone@debbugs.gnu.org>
2011-03-08 1:58 ` bug#8181: closed (Re: bug#8181: Patch to fix bug#8181: 23.2; Dired on Windows 7) Robert I. Eachus
2011-03-08 2:24 ` Juanma Barranquero
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTink17KfWsnT0KdGv9dKQB-o80TnJE02R1OR8wKx@mail.gmail.com \
--to=lekktu@gmail.com \
--cc=8181@debbugs.gnu.org \
--cc=bkey76@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).