emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/python.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/python.el
Date: Sat, 24 Sep 2005 06:58:19 -0400

Index: emacs/lisp/progmodes/python.el
diff -c emacs/lisp/progmodes/python.el:1.32 emacs/lisp/progmodes/python.el:1.33
*** emacs/lisp/progmodes/python.el:1.32 Sat Aug 27 14:38:21 2005
--- emacs/lisp/progmodes/python.el      Sat Sep 24 10:58:16 2005
***************
*** 1341,1349 ****
                        nil nil symbol))))
    (if (equal symbol "") (error "No symbol"))
    (let* ((func `(lambda ()
!                 (comint-redirect-send-command (format "emacs.ehelp(%S)\n"
!                                                       ,symbol)
!                                               "*Help*" nil))))
      ;; Ensure we have a suitable help buffer.
      ;; Fixme: Maybe process `Related help topics' a la help xrefs and
      ;; allow C-c C-f in help buffer.
--- 1341,1349 ----
                        nil nil symbol))))
    (if (equal symbol "") (error "No symbol"))
    (let* ((func `(lambda ()
!                 (comint-redirect-send-command
!                  (format "emacs.ehelp(%S, globals(), locals())\n" ,symbol)
!                  "*Help*" nil))))
      ;; Ensure we have a suitable help buffer.
      ;; Fixme: Maybe process `Related help topics' a la help xrefs and
      ;; allow C-c C-f in help buffer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]