all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Teemu Likonen <tlikonen@iki.fi>
To: Francesco Mazzoli <f@mazzo.li>
Cc: help-gnu-emacs@gnu.org
Subject: Re: ERC scrolltobottom in Emacs 24
Date: Thu, 04 Apr 2013 14:54:20 +0300	[thread overview]
Message-ID: <87mwtev7df.fsf@imladris.arda> (raw)
In-Reply-To: <871uaqn1rp.wl%f@mazzo.li> (Francesco Mazzoli's message of "Thu,  04 Apr 2013 10:22:34 +0200")

[-- Attachment #1: Type: text/plain, Size: 824 bytes --]

Francesco Mazzoli [2013-04-04 10:22:34 +0200] wrote:

> In the end I installed emacs24 through the emacs-snapshot package, and
> things seem to be fine: the debian packages work with the new emacs.
>
> I have however a very annoying problem with ERC: I have enabled the
> ‘scrollbottom’ module enabled but the text ‘jumps’ to the middle of
> the frame every time a new message arrived. Did anybody record a
> behaviour like this, and if yes, how do I fix it?

I think I saw something like that when I switched to Emacs 24. I do my
scrolling settings with the code below. It's likely what you'd want too.


    (add-hook 'erc-mode-hook 'my-erc-mode-hook)

    (defun my-erc-mode-hook ()
      (set (make-local-variable 'scroll-conservatively) 101)
      (set (make-local-variable 'scroll-step) 1))

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

  reply	other threads:[~2013-04-04 11:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-02  9:19 Debian and Emacs 24 Francesco Mazzoli
2013-04-02 10:17 ` Jude DaShiell
2013-04-03  1:32   ` W. Greenhouse
2013-05-23 14:29     ` Richard Riley
2013-04-02 17:06 ` Bob Proulx
2013-04-04  8:22 ` ERC scrolltobottom in Emacs 24 (Was: Debian and Emacs 24) Francesco Mazzoli
2013-04-04 11:54   ` Teemu Likonen [this message]
2013-04-04 12:09     ` ERC scrolltobottom in Emacs 24 Francesco Mazzoli
2013-04-04 13:26       ` Teemu Likonen
2013-04-07 10:55 ` ERC reconnect (Was: Debian and Emacs 24) Francesco Mazzoli

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=87mwtev7df.fsf@imladris.arda \
    --to=tlikonen@iki.fi \
    --cc=f@mazzo.li \
    --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.