/[emacs]/emacs/lisp/progmodes/python.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/python.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by rfrancoise, Sat Aug 27 14:38:21 2005 UTC revision 1.33 by eliz, Sat Sep 24 10:58:16 2005 UTC
# Line 1341  don't support `help'." Line 1341  don't support `help'."
1341                          nil nil symbol))))                          nil nil symbol))))
1342    (if (equal symbol "") (error "No symbol"))    (if (equal symbol "") (error "No symbol"))
1343    (let* ((func `(lambda ()    (let* ((func `(lambda ()
1344                    (comint-redirect-send-command (format "emacs.ehelp(%S)\n"                    (comint-redirect-send-command
1345                                                          ,symbol)                     (format "emacs.ehelp(%S, globals(), locals())\n" ,symbol)
1346                                                  "*Help*" nil))))                     "*Help*" nil))))
1347      ;; Ensure we have a suitable help buffer.      ;; Ensure we have a suitable help buffer.
1348      ;; Fixme: Maybe process `Related help topics' a la help xrefs and      ;; Fixme: Maybe process `Related help topics' a la help xrefs and
1349      ;; allow C-c C-f in help buffer.      ;; allow C-c C-f in help buffer.

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26