- 11 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 05 Jan, 2012 1 commit
-
-
Glenn Morris authored
-
- 25 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 15 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 02 Jan, 2011 1 commit
-
-
Glenn Morris authored
-
- 13 Jan, 2010 1 commit
-
-
Glenn Morris authored
-
- 08 Jan, 2009 1 commit
-
-
Glenn Morris authored
-
- 15 May, 2008 1 commit
-
-
Glenn Morris authored
-
- 24 Sep, 2007 1 commit
-
-
Glenn Morris authored
New file, split off from emacs.py.
-
- 12 Sep, 2007 1 commit
-
-
Stefan Monnier authored
message even in the face of exceptions.
-
- 25 Jul, 2007 1 commit
-
-
Glenn Morris authored
-
- 28 Apr, 2007 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 24 Apr, 2007 1 commit
-
-
Chong Yidong authored
-
- 04 Apr, 2007 1 commit
-
-
Stefan Monnier authored
(eexecfile): Use it instead of traceback.print_exception. Don't use execfile to avoid a bug in w32.
-
- 21 Jan, 2007 1 commit
-
-
Glenn Morris authored
-
- 05 Nov, 2006 1 commit
-
-
Chong Yidong authored
Make sure eargs always outputs sentinel, to avoid emacs freeze.
-
- 22 Oct, 2006 1 commit
-
-
Chong Yidong authored
errors occur.
-
- 20 Aug, 2006 2 commits
-
-
Stefan Monnier authored
(__all__): Fix args -> eargs. Add new `modpath' fun. (eargs): Add `imports' arg. (all_names): New fun. (complete): Rewrite without using rlcompleter. Remove `namespace' arg, add `imports' arg. (ehelp): Replace g and l args with `imports'. (eimport): Use __main__ rather than `emacs' namespace. (modpath): New fun.
-
Stefan Monnier authored
-
- 05 Feb, 2006 1 commit
-
-
Thien-Thi Nguyen authored
-
- 24 Sep, 2005 1 commit
-
-
Eli Zaretskii authored
-
- 24 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 06 May, 2004 2 commits
-
-
Miles Bader authored
-
Stefan Monnier authored
(python-mode-map): Add python-complete-symbol. (python-comment-line-p, python-beginning-of-string): Use syntax-ppss. (python-comment-indent, python-complete-symbol) (python-symbol-completions, python-partial-symbol) (python-try-complete): New. (python-indent-line): Remove optional arg. Use python-block-end-p. (python-check): Bind compilation-error-regexp-alist. (inferior-python-mode): Use rx. Move keybindings to top level. Set comint-input-filter. (python-preoutput-filter): Use rx. (python-input-filter): Re-introduce. (python-proc): Start new process if necessary. Check python-buffer non-nil. (view-return-to-alist): Defvar. (python-send-receive): New. (python-eldoc-function): Use it. (python-mode-running): Don't defvar. (python-mode): Set comment-indent-function. Maybe update hippie-expand-try-functions-list. (python-indentation-levels): Initialize differently. (python-block-end-p): New. (python-indent-line): Use it. (python-compilation-regexp-alist): Augment. (run-python): Import `emacs' module to Python rather than loading code directly. Set python-buffer differently. (python-send-region): Use emacs.eexecfile. Fix orig-start calculation. Use python-proc. (python-send-command): Go to end of comint buffer. (python-load-file): Use python-proc, emacs.eimport. (python-describe-symbol): Simplify interactive form. Use emacs.help. Do use temp-buffer-show-hook. Call print-help-return-message. (hippie-exp): Require when compiling. (python-preoutput-continuation): Use rx.
-