emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
395 stars 51 forks source link

<end> on timestamps should not move to the next line #259

Open jorgenschaefer opened 8 years ago

jorgenschaefer commented 8 years ago

Currently, when the buffer looks like this (with _|_ being point):

_|_<nick> Hello          [10:00]
<nick> World

Hitting <end> results in this:

<nick> Hello             [10:00]
_|_<nick> World

I would expect this:

<nick> Hello_|_          [10:00]
<nick> World