help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie Conditional Problem


From: Johan Bockgård
Subject: Re: Newbie Conditional Problem
Date: 18 Jan 2003 14:35:45 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Friedrich Dominicus <frido@q-software-solutions.com> writes:

> Do you want to simply get the line number you are in?
> (defun which-line-am-I-in ()
>         (interactive)
>         (message (format "You are in line %d" (current-line))))

Only there is no current-line.
Try M-x what-line.

/Johan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]