all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: seberino@spawar.navy.mil
Cc: help-gnu-emacs@gnu.org
Subject: Re: How force evaluation of this string's math *before* print?....
Date: Wed, 9 Oct 2002 18:08:35 -0700	[thread overview]
Message-ID: <20021009180835.A2135@spawar.navy.mil> (raw)
In-Reply-To: <m3fzvfql0u.fsf@localhost.localdomain>; from miknrene@drizzle.com on Wed, Oct 09, 2002 at 10:54:21PM +0000

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,

Chris

On Wed, Oct 09, 2002 at 10:54:21PM +0000, Michael Slass wrote:
> 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
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

-- 
_______________________________________

Dr. Christian Seberino
SPAWAR Systems Center San Diego
Code 2363
49590 Lassing Road, Room A339
San Diego, CA 92152-6147
U.S.A.

Phone: (619) 553-7940
Fax:   (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________

  reply	other threads:[~2002-10-10  1:08 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 [this message]
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=20021009180835.A2135@spawar.navy.mil \
    --to=seberino@spawar.navy.mil \
    --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.