all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Yuri Khan <yuri.v.khan@gmail.com>
To: Lajos Bodnar <bodnarlajoska@gmail.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>, Emanuel Berg <moasen@zoho.com>
Subject: Re: hook and interactive with parameter
Date: Tue, 13 Feb 2018 15:44:29 +0700	[thread overview]
Message-ID: <CAP_d_8UX6CAFRCtO7kposbGHWnF7KC14f0YG1=TxJt_1Kb_mAg@mail.gmail.com> (raw)
In-Reply-To: <CAPibjnmk0xuEm3-pzgGRZq5Kd79XoPFrjWff47Jw5Vr3p62KTw@mail.gmail.com>

On Tue, Feb 13, 2018 at 3:23 PM, Lajos Bodnar <bodnarlajoska@gmail.com> wrote:

> What is your advice ?
> The problem is that if I open a haskell file then sometimes I don't want to
> run intero-mode with it (because the intero mode is very expensive).
> In most cases I would like to run intero but not all time.

Option 1: Bind intero-mode to an easy key, such as <f9>. Press it
after opening each file. In term of keypresses, pressing <f9> is not
much worse than pressing “y” when you want to enable the mode, and not
pressing <f9> is cheaper than pressing “n” when you don’t.

Option 2: Enable intero-mode from the hook unconditionally and
tolerate the expensiveness. Maybe bind a key to disable the mode.

Option 3: Enable intero-mode dependent on a variable, let’s say,
“my-enable-intero-mode”. Manage it as a file-local or directory-local
variable.



  parent reply	other threads:[~2018-02-13  8:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.8968.1518443498.27995.help-gnu-emacs@gnu.org>
2018-02-12 15:28 ` hook and interactive with parameter Emanuel Berg
2018-02-12 15:43   ` Lajos Bodnar
2018-02-12 16:15     ` tomas
     [not found]     ` <mailman.8981.1518452114.27995.help-gnu-emacs@gnu.org>
2018-02-12 16:21       ` Emanuel Berg
2018-02-13  8:23         ` Lajos Bodnar
2018-02-13  8:42           ` Lajos Bodnar
2018-02-13  8:44           ` Yuri Khan [this message]
2018-02-13  8:51           ` tomas
2018-02-13  9:05             ` Lajos Bodnar
     [not found]           ` <mailman.9028.1518511493.27995.help-gnu-emacs@gnu.org>
2018-02-13 19:02             ` Emanuel Berg
     [not found]   ` <mailman.8974.1518450193.27995.help-gnu-emacs@gnu.org>
2018-02-12 16:16     ` Emanuel Berg
2018-02-12 10:03 Lajos Bodnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAP_d_8UX6CAFRCtO7kposbGHWnF7KC14f0YG1=TxJt_1Kb_mAg@mail.gmail.com' \
    --to=yuri.v.khan@gmail.com \
    --cc=bodnarlajoska@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=moasen@zoho.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.