From: Michael Slass <miknrene@drizzle.com>
Cc: Michael Slass <miknrene@drizzle.com>, help-gnu-emacs@gnu.org
Subject: Re: How force evaluation of this string's math *before* print?....
Date: 09 Oct 2002 18:57:38 -0700 [thread overview]
Message-ID: <m33crfqcml.fsf@localhost.localdomain> (raw)
In-Reply-To: <20021009180835.A2135@spawar.navy.mil>
seberino@spawar.navy.mil writes:
>Indeed it works. Thanks. I noticed that column number
>is updated for all cursor movements.
>
>Is there any way to move the (force-mode-line-update)
>up the "things to do list" for every keystroke???
>
>The reason I'm asking is that the *line number* is updated
>immediately after it changes, but, column number is noticeably
>slower to update...... there is a noticeable fraction of
>a second between cursor movement and column number updating.
>
>Thanks,
,----[ C-h f add-hook RET ]
| add-hook is a compiled Lisp function in `subr'.
| (add-hook HOOK FUNCTION &optional APPEND LOCAL)
|
| Add to the value of HOOK the function FUNCTION.
| FUNCTION is not added if already present.
| FUNCTION is added (if necessary) at the beginning of the hook list
| unless the optional argument APPEND is non-nil, in which case
| FUNCTION is added at the end.
|
| <snip>
`----
What I sent will add the force-mode-line-update to the beginning of
the post-command-hook. Since the line number update is happening as
part of some less-transparent method (the same method which updates
the zero-indexed column number that you don't like from
column-number-mode), I don't know how to hook in before it.
--
Mike Slass
next prev parent reply other threads:[~2002-10-10 1:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1034013252.7639.help-gnu-emacs@gnu.org>
2002-10-09 17:06 ` How force evaluation of this string's math *before* print? Jesper Harder
2002-10-09 19:54 ` seberino
[not found] ` <mailman.1034193309.19968.help-gnu-emacs@gnu.org>
2002-10-09 21:21 ` Barry Margolin
2002-10-09 22:54 ` Michael Slass
2002-10-10 1:08 ` seberino
2002-10-10 1:57 ` Michael Slass [this message]
2002-10-09 21:24 ` Jesper Harder
2002-10-07 17:53 seberino
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=m33crfqcml.fsf@localhost.localdomain \
--to=miknrene@drizzle.com \
--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.