all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexis <flexibeast@gmail.com>
To: Luca Ferrari <fluca1978@infinito.it>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: aggressive-indent-mode freezes
Date: Wed, 10 Feb 2016 18:39:03 +1100	[thread overview]
Message-ID: <87vb5xauaw.fsf@gmail.com> (raw)
In-Reply-To: <CAKoxK+4dYjLr0u_C6dN0bnECBPUCLO=uu-o18qf5ebBJ=i578Q@mail.gmail.com>


Luca Ferrari <fluca1978@infinito.it> writes:

> On Tue, Feb 9, 2016 at 1:18 PM, Alexis <flexibeast@gmail.com> 
> wrote:
>> Can you try running `emacs -Q`, loading aggressive-indent 
>> manually, and then check if you still observe the significant 
>> lag?
>
> While I see aggressive-mode-indent is installed I cannot load it 
> manually via M-x when running emacs -Q. Am I doing something 
> wrong?

To actually load the library, you'll need to go to your *scratch* 
buffer in your emacs -Q session and do something like:

(load 
"~/.emacs.d/elpa/aggressive-indent-20160209.956/aggressive-indent-autoloads.el")

changing the 'aggressive-indent-20160209.956' part as 
necessary. You can then evaluate that code by positioning the 
cursor at the end of it (i.e. just after the closing parenthesis), 
then pressing C-x C-e.

You should then find `aggressive-indent-mode` is available via 
M-x.

(Normally the `package-initialize` function handles doing all the 
package loading stuff for you, but in this instance, we don't want 
`package-initialize` doing that, because it would load other 
packages, and we're trying to narrow down whether the problem is 
with `aggressive-indent-mode` itself, with another package, or a 
combination of both.)


Alexis.



  reply	other threads:[~2016-02-10  7:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-09  7:36 aggressive-indent-mode freezes Luca Ferrari
2016-02-09 10:31 ` Alexis
2016-02-09 11:40   ` Luca Ferrari
2016-02-09 12:18     ` Alexis
2016-02-10  7:13       ` Luca Ferrari
2016-02-10  7:39         ` Alexis [this message]
2016-02-10 11:04           ` Luca Ferrari
2016-02-10 11:29             ` Alexis
     [not found]             ` <mailman.4295.1455103755.843.help-gnu-emacs@gnu.org>
2016-02-10 12:03               ` Joost Kremers
2016-02-11  5:43                 ` Alexis

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=87vb5xauaw.fsf@gmail.com \
    --to=flexibeast@gmail.com \
    --cc=fluca1978@infinito.it \
    --cc=help-gnu-emacs@gnu.org \
    /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.