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

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

Re: Newbie Conditional Problem


From: Friedrich Dominicus
Subject: Re: Newbie Conditional Problem
Date: 18 Jan 2003 17:59:04 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Native Windows TTY Support)

bojohan@helm.dd.chalmers.se (Johan Bockgård) writes:

> 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.
Well I send an implementation of current-line too.

Regards
Friedrich


reply via email to

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