* fix needed for etc/emacs.py
@ 2005-01-17 23:49 Dave Love
2005-01-19 0:50 ` Richard Stallman
0 siblings, 1 reply; 2+ messages in thread
From: Dave Love @ 2005-01-17 23:49 UTC (permalink / raw)
Someone reported a while ago that python.el can lose loading the
emacs.py support (on Windows?) when rlcompleter isn't available. The
fix I suggested hasn't been made. Can someone Python-savvy deal with
it, please?
I think the top-level import of rlcompleter should be removed.
Instead, the def of `complete' should be preceded by
`import rlcompleter' and wrapped in try: ... except:. The except:
block should define a dummy `complete' that just prints '_emacs_out()'.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: fix needed for etc/emacs.py
2005-01-17 23:49 fix needed for etc/emacs.py Dave Love
@ 2005-01-19 0:50 ` Richard Stallman
0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2005-01-19 0:50 UTC (permalink / raw)
Cc: emacs-devel
Someone reported a while ago that python.el can lose loading the
emacs.py support (on Windows?) when rlcompleter isn't available. The
fix I suggested hasn't been made. Can someone Python-savvy deal with
it, please?
There may not be anyone here who uses Python except you.
Could you please send a patch? I will install it.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-01-19 0:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-17 23:49 fix needed for etc/emacs.py Dave Love
2005-01-19 0:50 ` Richard Stallman
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.