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 12:54:30 -0700 [thread overview]
Message-ID: <20021009125430.A1678@spawar.navy.mil> (raw)
In-Reply-To: <m3vg4bee3r.fsf@defun.localdomain>; from harder@myrealbox.com on Wed, Oct 09, 2002 at 07:06:32PM +0200
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.
Thanks again,
Chris
On Wed, Oct 09, 2002 at 07:06:32PM +0200, Jesper Harder wrote:
> seberino@spawar.navy.mil writes:
>
> > On modeline I have this element....
> >
> > '(:eval "%c + 1")
> >
> > How can I tell Emacs to evaluate the addition in quotes above??? Right
> > now it literally prints "+ 1" all the time rather than adding it to
> > column number (%c).
>
> You can do it like this:
>
> '(:eval (format "%d" (1+ (current-column))))
> _______________________________________________
> 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 Rd. Rm. A339
San Diego, CA 92152-6147
U.S.A.
Phone: (619) 553-7940
Fax: (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________
next prev parent reply other threads:[~2002-10-09 19: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 [this message]
[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
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20021009125430.A1678@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).