GNU bug report logs -
#8707
24.0.50; python-describe-symbol broken
Previous Next
Reported by: Andreas Röhler <andreas.roehler <at> online.de>
Date: Fri, 20 May 2011 19:47:01 UTC
Severity: normal
Tags: moreinfo, unreproducible
Found in version 24.0.50
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8707 in the body.
You can then email your comments to 8707 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#8707
; Package
emacs
.
(Fri, 20 May 2011 19:47:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andreas Röhler <andreas.roehler <at> online.de>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 20 May 2011 19:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
emacs -Q
in python-mode on some python symbol: M-x python-describe-symbol
instead of output in *Help* I get
WARNING: terminal is not fully functional
- (press RETURN)
;;;;;;
Also Return doesn't give results, buffer is dead.
Bug does not occur with
GNU Emacs 23.2.1 (i586-suse-linux-gnu, GTK+ Version 2.22.1) of 2011-02-22
Thanks
Andreas
--
https://code.launchpad.net/~a-roehler/python-mode/components-python-mode
https://code.launchpad.net/s-x-emacs-werkstatt/
;;;;;;;;;;;
In GNU Emacs 24.0.50.1 (i686-suse-linux-gnu, GTK+ Version 2.22.1)
of 2011-04-27
Windowing system distributor `The X.Org Foundation', version 11.0.10903000
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: de_DE.UTF-8
value of $XMODIFIERS: @im=local
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Major mode: Python
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
C-x C-f <M-backspace> <M-backspace> <M-backspace> C-_
C-_ C-_ <return> C-s . p y C-x d <M-backspace> l i
<tab> s <tab> p r o g <tab> <return> C-s p y <down>
C-s . p y <up> C-x d <M-backspace> <M-backspace> <return>
C-x <next> C-s . p y <left> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <up> <return> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <up> <return>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> C-c C-f <return>
M-x r e w <backspace> p o r t - e m a c s - b u <tab>
<return>
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Mark saved where search started
Making completion list...
Mark saved where search started [3 times]
emacs2.py has auto save data; consider M-x recover-this-file
Loading vc-bzr...done
Type C-x 1 to remove help window.
Load-path shadows:
None found.
Features:
(shadow sort mail-extr message sendmail format-spec rfc822 mml mml-sec
mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045
ietf-drums mailabbrev mail-utils gmm-utils mailheader emacsbug url-util
url-parse auth-source eieio byte-opt bytecomp byte-compile cconv
macroexp assoc gnus-util time-date password-cache url-vars mm-util
mail-prsvr compile ansi-color vc-bzr sha1 hex-util python-21 python
comint ring help-mode easymenu view multi-isearch dired-aux dired
regexp-opt tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win
x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face files text-properties overlay md5 base64 format env code-pages
mule custom widget hashtable-print-readable backquote
make-network-process dbusbind dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#8707
; Package
emacs
.
(Fri, 20 May 2011 22:32:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 8707 <at> debbugs.gnu.org (full text, mbox):
I cannot reproduce this with Emacs trunk r104293.
The *help* buffer pops up and states "no documentation found for
'my_symbol_name'". Invoking python-describe-symbol through C-c C-f also
works.
The error message looks like something might not be configured right on
your system. Do you have other problems invoking shell commands? Can you
try a `M-x shell-command' and see if that one works?
Christoph
On 5/20/2011 1:46 PM, Andreas Röhler wrote:
> emacs -Q
>
> in python-mode on some python symbol: M-x python-describe-symbol
>
> instead of output in *Help* I get
>
> WARNING: terminal is not fully functional
> - (press RETURN)
>
> ;;;;;;
>
> Also Return doesn't give results, buffer is dead.
>
> Bug does not occur with
>
> GNU Emacs 23.2.1 (i586-suse-linux-gnu, GTK+ Version 2.22.1) of 2011-02-22
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Sun, 10 Jul 2011 01:14:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andreas Röhler <andreas.roehler <at> online.de>
:
bug acknowledged by developer.
(Sun, 10 Jul 2011 01:14:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 8707-done <at> debbugs.gnu.org (full text, mbox):
This bug is being closed because it could not be reproduced and there
was no response to a request for more information.
If you reply with the requested information it can be reopened.
You can view the whole report at http://debbugs.gnu.org/BUGNUMBER
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 07 Aug 2011 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.