geiser-users
[Top][All Lists]
Advanced

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

[Geiser-users] [bug #32231] Cannot disable company-mode


From: anonymous
Subject: [Geiser-users] [bug #32231] Cannot disable company-mode
Date: Mon, 24 Jan 2011 15:01:03 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110107 Conkeror/0.9.3

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

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