emacs-devel
[Top][All Lists]
Advanced

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

Re: line-move-down-up


From: A Soare
Subject: Re: line-move-down-up
Date: Mon, 18 Apr 2011 13:40:22 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> >
> > (define-key global-map [(meta down)] (lambda (&optional n) (interactive "P")
> > (line-move-down (if (numberp n) n 1))))
> >
> 

> I'm not sure what this post is all about, but you could
> replace (prog2 (beginning-of-line) (point)) with (point-at-bol)
> and respectively for the end.

I proposed some useful function that do not exist. Yes, if they are useful, many
improvments can be done. For example, what to happen at the end of the buffer.








reply via email to

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