From: Jesper Harder <harder@myrealbox.com>
Subject: Re: line number of the point?
Date: Fri, 21 Nov 2003 11:26:31 +0100 [thread overview]
Message-ID: <m3ad6qggq0.fsf@defun.localdomain> (raw)
In-Reply-To: gyn0aq9h37.fsf@enquist.math.leidenuniv.nl
Miguel Frasson <frasson@enquist.math.leidenuniv.nl> writes:
> How do I discover the number of the current line (for use in a
> function)?
The Emacs Lisp Manual has this example:
(defun current-line ()
"Return the vertical position of point..."
(+ (count-lines (window-start) (point))
(if (= (current-column) 0) 1 0)
-1))
prev parent reply other threads:[~2003-11-21 10:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-21 10:00 line number of the point? Miguel Frasson
2003-11-21 10:26 ` Jesper Harder [this message]
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=m3ad6qggq0.fsf@defun.localdomain \
--to=harder@myrealbox.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.
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).