* [wao@cfmu.eurocontrol.int: splash-screen and visiting file with command arg => help menu broken]
@ 2007-08-17 0:32 Richard Stallman
2007-08-17 22:45 ` Juri Linkov
0 siblings, 1 reply; 3+ messages in thread
From: Richard Stallman @ 2007-08-17 0:32 UTC (permalink / raw)
To: emacs-devel
Would someone please DTRT then ack?
------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY
autolearn=failed version=3.1.0
Date: Thu, 16 Aug 2007 11:40:34 +0200 (METDST)
From: Philippe Waroquiers <wao@cfmu.eurocontrol.int>
To: bug-gnu-emacs@gnu.org
Subject: splash-screen and visiting file with command arg => help menu broken
Reply-To: philippe.waroquiers@eurocontrol.int
do the following:
touch bidule.el
emacs --no-init-file --no-site-file ./bidule.el
while the splash screen is there, click mouse-left (to see the file)
click on Help -> Search Documentation -> Find Command by Name ...
this click has no effect.
It looks like there is one way or another a strange interaction between
the splash screen, the emacs lisp mode, the click and the Help menu.
Note that when I use bidule.txt instead of bidule.el, it works.
If I do not give a filename arg, and just clicks in the splash screen,
then it works
Note that the same actions do not cause a problem on an emacs 22
compiled on gnu/linux (Red Hat Enterprise Linux AS release 3 (Taroon Update 4))
with X toolkit, while this emacs 22 (on hp-ux) has been compiled with Motif.
In GNU Emacs 22.1.1 (hppa1.1-hp-hpux11.11, Motif Version 2.1.0)
of 2007-08-14 on bobcat
Windowing system distributor `Hewlett-Packard Company', version 11.0.600000
configured using `configure 'hppa1.1-hp-hpux11.11' '--prefix=/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated' '--exec-prefix=/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated/libexec/emacs-22.1' '--mandir=/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated/man' '--with-gcc=no' '--with-xpm' '--with-x11r6' '--with-x-toolkit=motif' '--x-libraries=/usr/lib/X11R6:/usr/contrib/X11R6/lib' 'build_alias=hppa1.1-hp-hpux11.11' 'host_alias=hppa1.1-hp-hpux11.11' 'target_alias=hppa1.1-hp-hpux11.11' 'CFLAGS=-Ae +O3 +Onolimit +Oaggressive +DA1.1' 'LDFLAGS= -L/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated/work/emacs-22.1/xpm-3.4k/lib' 'CPPFLAGS=-I/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated/work/emacs-22.1/xpm-3.4k ''
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: C
locale-coding-system: nil
default-enable-multibyte-characters: t
Major mode: Emacs-Lisp
Minor modes in effect:
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: identity
Recent input:
<down-mouse-1> <mouse-1> <help-echo> <help-echo> <help-echo>
<help-echo> <help-echo> <help-echo> <down-mouse-1>
<mouse-movement> <mouse-movement> <drag-mouse-1> M-x
s e n d - b u <tab> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> C-g <help-echo> <help-echo> M-x r e p o
r t - e m <tab> <return>
Recent messages:
("emacs" "--no-init-file" "--no-site-file" "./bidule.el")
For information about the GNU Project and its goals, type C-h C-p. [2 times]
Mark set
call-interactively: Text is read-only [2 times]
Quit [2 times]
Loading emacsbug...
Loading regexp-opt...done
Loading emacsbug...done
____
This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your system. Any unauthorised use or disclosure of the content of this message is strictly prohibited and may be unlawful.
Nothing in this e-mail message amounts to a contractual or legal commitment on the part of EUROCONTROL, unless it is confirmed by appropriately signed hard copy.
Any views expressed in this message are those of the sender.
_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [wao@cfmu.eurocontrol.int: splash-screen and visiting file with command arg => help menu broken]
2007-08-17 0:32 [wao@cfmu.eurocontrol.int: splash-screen and visiting file with command arg => help menu broken] Richard Stallman
@ 2007-08-17 22:45 ` Juri Linkov
2007-08-20 2:43 ` Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: Juri Linkov @ 2007-08-17 22:45 UTC (permalink / raw)
To: rms; +Cc: emacs-devel
> Would someone please DTRT then ack?
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)
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).
> From: Philippe Waroquiers <wao@cfmu.eurocontrol.int>
> Subject: splash-screen and visiting file with command arg => help menu broken
> To: bug-gnu-emacs@gnu.org
> Date: Thu, 16 Aug 2007 11:40:34 +0200 (METDST)
> Reply-To: philippe.waroquiers@eurocontrol.int
>
> do the following:
> touch bidule.el
> emacs --no-init-file --no-site-file ./bidule.el
> while the splash screen is there, click mouse-left (to see the file)
> click on Help -> Search Documentation -> Find Command by Name ...
> this click has no effect.
>
> It looks like there is one way or another a strange interaction between
> the splash screen, the emacs lisp mode, the click and the Help menu.
>
> Note that when I use bidule.txt instead of bidule.el, it works.
> If I do not give a filename arg, and just clicks in the splash screen,
> then it works
>
> Note that the same actions do not cause a problem on an emacs 22
> compiled on gnu/linux (Red Hat Enterprise Linux AS release 3 (Taroon Update 4))
> with X toolkit, while this emacs 22 (on hp-ux) has been compiled with Motif.
>
> In GNU Emacs 22.1.1 (hppa1.1-hp-hpux11.11, Motif Version 2.1.0)
> of 2007-08-14 on bobcat
> Windowing system distributor `Hewlett-Packard Company', version 11.0.600000
> configured using `configure 'hppa1.1-hp-hpux11.11' '--prefix=/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated' '--exec-prefix=/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated/libexec/emacs-22.1' '--mandir=/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated/man' '--with-gcc=no' '--with-xpm' '--with-x11r6' '--with-x-toolkit=motif' '--x-libraries=/usr/lib/X11R6:/usr/contrib/X11R6/lib' 'build_alias=hppa1.1-hp-hpux11.11' 'host_alias=hppa1.1-hp-hpux11.11' 'target_alias=hppa1.1-hp-hpux11.11' 'CFLAGS=-Ae +O3 +Onolimit +Oaggressive +DA1.1' 'LDFLAGS= -L/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated/work/emacs-22.1/xpm-3.4k/lib' 'CPPFLAGS=-I/cm/ot/TOOL/GNU!12.46/build_G!67.IP.11/generated/work/emacs-22.1/xpm-3.4k ''
--
Juri Linkov
http://www.jurta.org/emacs/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [wao@cfmu.eurocontrol.int: splash-screen and visiting file with command arg => help menu broken]
2007-08-17 22:45 ` Juri Linkov
@ 2007-08-20 2:43 ` Glenn Morris
0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2007-08-20 2:43 UTC (permalink / raw)
To: Juri Linkov; +Cc: rms, emacs-devel
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...
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-20 2:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-17 0:32 [wao@cfmu.eurocontrol.int: splash-screen and visiting file with command arg => help menu broken] Richard Stallman
2007-08-17 22:45 ` Juri Linkov
2007-08-20 2:43 ` Glenn Morris
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.