URL:
  <http://savannah.nongnu.org/bugs/?32231>

                 Summary: Cannot disable company-mode
                 Project: Geiser
            Submitted by: None
            Submitted on: Mon 24 Jan 2011 03:00:57 PM UTC
                Category: General
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Both geiser-mode and geiser-repl will always be in company-mode, whatever the
value of geiser-repl-company-p or geiser-mode-company-p.

I even tried altering geiser-company--setup like this:

(defun geiser-company--setup (enable)
  (setq geiser-company--enabled-flag nil)
  (when (fboundp 'geiser-company--setup-company)
    (geiser-company--setup-company nil)))

But I still get company-mode enabled in the REPL and in geiser-mode.

(Of course, company-mode is very good, it's just that it makes my computer
very slow.)

I'm using geiser from the git repository pulled today. With Emacs 23.2 and
Racket Scheme 5.0.2.




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?32231>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/


Reply via email to