help-gnu-emacs
[Top][All Lists]
Advanced

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

ECB not Working Correctly with Python Files


From: Lorenzo Isella
Subject: ECB not Working Correctly with Python Files
Date: Sat, 09 Jul 2011 10:36:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11

Dear All,
I have not used ECB in a while, so I cannot tell exactly when the problem arose. However, now ECB seems to work OK with R and Latex files (and pretty much with all the files I have) apart from with Python files (I do not see anything at all in the ecb window and the Python mode looks OK to me).
I paste below some parts of my .emacs file (the only relevant to ECB).
Any suggestion is appreciated.
Many thanks

Lorenzo


(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(ecb-directories-menu-user-extension-function (quote ignore))
 '(ecb-display-image-icons-for-semantic-tags t)
 '(ecb-fix-window-size (quote width))
 '(ecb-highlight-tag-with-point (quote highlight-scroll))
 '(ecb-history-item-name (quote buffer-name))
 '(ecb-history-menu-user-extension-function (quote ignore))
 '(ecb-kill-buffer-clears-history (quote auto))
 '(ecb-layout-name "left9")
 '(ecb-method-non-semantic-face (quote ecb-default-general-face))
 '(ecb-methods-menu-user-extension-function (quote ignore))
 '(ecb-minor-mode-text "")
'(ecb-non-semantic-exclude-modes (quote (sh-mode fundamental-mode text-mode LaTeX-mode)))
 '(ecb-options-version "2.40")
 '(ecb-primary-secondary-mouse-buttons (quote mouse-1--C-mouse-1))
 '(ecb-process-non-semantic-files t)
'(ecb-show-tags (quote ((default (include expanded name) (parent expanded name) (type expanded name) (variable expanded name) (function expanded name) (label expanded name) (t expanded name)) (c++-mode (include collapsed nil) (parent collapsed nil) (type flattened nil) (variable collapsed access) (function flattened access) (function collapsed access) (label hidden nil) (t collapsed nil)) (c-mode (include collapsed nil) (parent collapsed nil) (type flattened nil) (variable collapsed access) (function flattened access) (function collapsed access) (label hidden nil) (t collapsed nil)) (bovine-grammar-mode (keyword collapsed name) (token collapsed name) (nonterminal flattened name) (rule flattened name) (t collapsed nil)) (wisent-grammar-mode (keyword collapsed name) (token collapsed name) (nonterminal flattened name) (rule flattened name) (t collapsed nil)) (texinfo-mode (section flattened nil) (def collapsed name) (t collapsed nil)) (lua-mode (t expanded name) (function collapsed name)))))
 '(ecb-sources-sort-method (quote extension))
 '(ecb-tree-expand-symbol-before t)
 '(ecb-truncate-long-names nil)
 '(ecb-use-speedbar-instead-native-tree-buffer nil)
 '(ecb-version-check t)
 '(ecb-windows-width 0.25)

'(speedbar-frame-parameters (quote ((minibuffer) (width . 20) (border-width . 0) (menu-bar-lines . 0) (tool-bar-lines . 0) (unsplittable . t) (set-background-color "black"))))
 '(w3m-default-display-inline-images t)
 '(w3m-display-inline-image t)
 '(w3m-home-page "about:")
 '(w3m-key-binding (quote info))
 '(w3m-view-this-url-new-session-in-background t))


;; improve visualization in ecb

(setq truncate-partial-width-windows nil)
(setq ecb-truncate-lines nil)
(setq ecb-tree-truncate-lines nil)
;;(setq ecb-deactivate 'tip-of-the-day)
;; ecb cache directories


(setq ecb-show-sources-in-directories-buffer  nil)


(setq ecb-cache-directory-contents  '((".*" . 500)) )

(setq ecb-cache-directory-contents-not  nil )

;; kill tip of the day

(setq ecb-tip-of-the-day nil)

;; choose ecb layout

;;(ecb-change-layout 'left9)


;;hide interactor

(global-set-key (kbd "C-c C-z") 'ecb-toggle-ecb-windows)


;; macro for going to interactor

(fset 'go-to-interactor
   "\C-c.gm")

(global-set-key (kbd "C-c e") 'go-to-interactor)

(fset 'go-to-buffer
   "\C-c.gl")

(global-set-key (kbd "C-c w") 'go-to-buffer)








reply via email to

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