From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [wao@cfmu.eurocontrol.int: splash-screen and visiting file with command arg => help menu broken] Date: Sun, 19 Aug 2007 22:43:52 -0400 Message-ID: References: <87d4xlkbqw.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187577603 9035 80.91.229.12 (20 Aug 2007 02:40:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2007 02:40:03 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 04:40:01 2007 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 1IMxBQ-0002dt-TT for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 04:40:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMxBQ-0007VG-3U for ged-emacs-devel@m.gmane.org; Sun, 19 Aug 2007 22:40:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IMxBM-0007Ta-NH for emacs-devel@gnu.org; Sun, 19 Aug 2007 22:39:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMxBK-0007Rf-I2 for emacs-devel@gnu.org; Sun, 19 Aug 2007 22:39:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMxBK-0007RU-CE for emacs-devel@gnu.org; Sun, 19 Aug 2007 22:39:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IMxBK-0006pT-6D for emacs-devel@gnu.org; Sun, 19 Aug 2007 22:39:54 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IMxFA-0005TH-EW; Sun, 19 Aug 2007 22:43:52 -0400 X-Spook: Ft. Meade 22nd SAS M-14 S Key Legion of Doom beanpole X-Ran: =QpF0C~R~OQNR:g2c-fc18?<'$zNHN]6Cvt!a5#?=`sewMsv&AI~Z,fel=U}7$/Ci/'>C? X-Hue: blue X-Attribution: GM In-Reply-To: <87d4xlkbqw.fsf@jurta.org> (Juri Linkov's message of "Sat, 18 Aug 2007 01:45:23 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: 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:76799 Archived-At: Juri Linkov wrote: > I can't reproduce this bug on the released Emacs version: > GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.10.13) The OP did say it was only with the motif toolkit. > And after recent changes in startup.el I suspect it will be not > reproducible at all, since now mouse clicks on the startup screen > don't hide it (unless clicked on a link). It still happens for me: configure --with-x-toolkit=motif touch 1.el 1.txt emacs -q --no-site-file 1.txt C-x k to kill splash (ugh, BTW) Hold down mouse 1 over Help menu, move down to Search Documentation. Sub menu appears straight away, navigate to Find Command by name, release mouse, command runs. Repeat with 1.el: Hold down mouse 1 over Help menu, move down to Search Documentation. Sub menu does not appear. It does appear if I release the mouse. Then clicking on Find command by name does nothing. Weird...