unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#8707: 24.0.50; python-describe-symbol broken
@ 2011-05-20 19:46 Andreas Röhler
  2011-05-20 22:30 ` Christoph Scholtes
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Röhler @ 2011-05-20 19:46 UTC (permalink / raw)
  To: 8707


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)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#8707: 24.0.50; python-describe-symbol broken
  2011-05-20 19:46 bug#8707: 24.0.50; python-describe-symbol broken Andreas Röhler
@ 2011-05-20 22:30 ` Christoph Scholtes
  2011-07-10  1:13   ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Scholtes @ 2011-05-20 22:30 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: 8707

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#8707: 24.0.50; python-describe-symbol broken
  2011-05-20 22:30 ` Christoph Scholtes
@ 2011-07-10  1:13   ` Glenn Morris
  0 siblings, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2011-07-10  1:13 UTC (permalink / raw)
  To: 8707-done


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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-10  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-20 19:46 bug#8707: 24.0.50; python-describe-symbol broken Andreas Röhler
2011-05-20 22:30 ` Christoph Scholtes
2011-07-10  1:13   ` Glenn Morris

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).