From: Michael Slass <miknrene@drizzle.com>
Subject: Re: How force evaluation of this string's math *before* print?....
Date: Wed, 09 Oct 2002 22:54:21 GMT [thread overview]
Message-ID: <m3fzvfql0u.fsf@localhost.localdomain> (raw)
In-Reply-To: O51p9.25$DM4.2328@paloalto-snr1.gtei.net
Barry Margolin <barmar@genuity.net> writes:
>In article <mailman.1034193309.19968.help-gnu-emacs@gnu.org>,
> <seberino@spawar.navy.mil> wrote:
>>Jesper
>>
>>Thank you so much!! I implemented your suggestion and it gave
>>me a column number on my mode line that indeed updates itself
>>as I move around my document!!!
>>
>>Can I ask you one last question? I noticed that often
>>the column number will *not* be updated with this
>>suggestion. For some reason, on some
>>lines, the column number is not updated when I move right and
>>left with the cursor until some event forces an update.
>>For example, when I change
>>line numbers that seems to force an update of the column number.
>>Often pressing right/left arrow *does* effect an update of
>>column number on modeline but not always.
>
>The :eval stuff will only be executed when Emacs thinks that something has
>changed that requires recomputing the mode line.
This will probably work, although I shudder to think what it will do
to your emacs's performance.
(add-hook 'post-command-hook
(lambda () (force-mode-line-update)))
--
Mike Slass
next prev parent reply other threads:[~2002-10-09 22:54 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 [this message]
2002-10-10 1:08 ` seberino
2002-10-10 1:57 ` Michael Slass
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=m3fzvfql0u.fsf@localhost.localdomain \
--to=miknrene@drizzle.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.