From: Greg Hill <ghill@synergymicro.com>
Subject: Re: Re: scroll behaviour during query-replace etc
Date: Fri, 8 Oct 2004 13:39:27 -0700 [thread overview]
Message-ID: <p06002004bd8caa2fc848@[10.1.5.75]> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 236 bytes --]
Gordon,
Come to think of it, you might like this better.
(defadvice search-forward (after view-context compile activate disable)
(if (< (count-lines (point) (window-end)) scroll-margin)
(recenter (- scroll-margin))))
--Greg
[-- Attachment #1.2: Type: text/html, Size: 751 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
reply other threads:[~2004-10-08 20:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='p06002004bd8caa2fc848@[10.1.5.75]' \
--to=ghill@synergymicro.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.