all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Configuring win32 Emacs for ipython?
@ 2013-06-30  6:56 Sivaram Neelakantan
  2013-06-30 14:36 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Sivaram Neelakantan @ 2013-06-30  6:56 UTC (permalink / raw
  To: help-gnu-emacs


I have the following for the default python mode bundled with Emacs,
what settings should I add for ipython support? This is for a Windows
Emacs 24.3.


The code snippets below works in sending the python code to the python
interpreter and printing the results.

--8<---------------cut here---------------start------------->8---
(setq python-python-command  "C:\\Anaconda\\python")
;; no idea why popup is not being read;put path to load
(add-to-list 'load-path "/cygdrive/c/gnu/elisp/auto-complete/lib/popup/")
(add-to-list 'load-path "/cygdrive/c/gnu/elisp/auto-complete/")
(require 'auto-complete)
(add-hook 'python-mode-hook
          (function (lambda ()
                      (hs-minor-mode t)
		      (local-set-key (quote [f7])   (quote hs-hide-block))
		      (local-set-key (quote [S-f7]) (quote hs-show-block))
		      (local-set-key [f8] (quote hs-show-all))
		      (auto-complete-mode 1)
		      (ruler-mode t)
                      (paren-toggle-matching-quoted-paren 1)
                      (paren-toggle-matching-paired-delimiter 1))))
;;;;
--8<---------------cut here---------------end--------------->8---


 sivaram
 -- 




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

end of thread, other threads:[~2013-07-01  2:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-30  6:56 Configuring win32 Emacs for ipython? Sivaram Neelakantan
2013-06-30 14:36 ` Eli Zaretskii
2013-07-01  2:31   ` Sivaram Neelakantan

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.