From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juergen Fenn Newsgroups: gmane.emacs.bugs Subject: Re: No Windows File Dialogue in Win98SE Date: Mon, 11 Jun 2007 22:31:36 +0200 Organization: n/a Message-ID: References: <466C88D5.4050101@gnu.org> <466CE32C.4050703@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1181594721 24433 80.91.229.12 (11 Jun 2007 20:45:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 20:45:21 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 11 22:45:20 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HxqlM-00040W-B7 for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 22:45:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxqlL-0003Ke-TT for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 16:45:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxqlJ-0003KK-5h for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 16:45:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxqlH-0003K2-LU for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 16:45:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxqlH-0003Jz-Gt for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 16:45:15 -0400 Original-Received: from main.gmane.org ([80.91.229.2] 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 1HxqlG-00070n-Oe for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 16:45:15 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Hxql4-0006n0-Rj for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 22:45:02 +0200 Original-Received: from 217.185.106.136 ([217.185.106.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jun 2007 22:45:02 +0200 Original-Received: from juergen.fenn by 217.185.106.136 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Jun 2007 22:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 56 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 217.185.106.136 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:+ZSt117DgoM56U6Uvhmpmr2vcyo= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15848 Archived-At: Eli Zaretskii writes: > FWIW, I've developed a minimal ``sanity check'' type of procedure to > test that a freshly built Emacs doesn't have any grave bugs in its GUI > features: > > . click menu bar, make sure menus open and tooltip help for menu > items pops up and down; Menus open, but there is no tooltip help for any menu item. Tooltips are only displayed for tool-bar buttons. > . move mouse pointer above tool-bar buttons, make sure they sense the > mouse and that tooltip help pops up and down; OK. > . click File->Open File and File-Open Directory, make sure the file > and directory selectors pop up; Doesn't work, as I already pointed out. Minibuffer is active. > . same with tool-bar Open File and Open Directory buttons; Doesn't work either. Only the minibuffer is active. > . move mouse pointer above mode line, make sure it senses the mouse > and that tooltip help pops up and down; OK. > . click mouse-3 in the text area, make sure context menu pops up and > down; If "mouse-3" is the right mouse button together with the CTRL key: it works with me. " is undefined" is shown in minibuffer. > . click mouse-3 on the mode line where the mode name is displayed, > make sure the minor mode menu pops up; They do pop up in the groups buffer of Gnus. > . press S-mouse-1, make sure the font selector pops up; This was displayed in v21.3 when I pressed CTRL+SHIFT+left mouse button. It doesn't work here. I get font selection from Options|Set Font/Fontset . > . click Help->Read the Emacs manual, and make sure that mouse > highlight on menu items and cross-references works It works. HTH, Jürgen.