unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* beginning-on-line oddness
@ 2012-12-24 16:29 Lars Ingebrigtsen
  2012-12-24 16:56 ` Andreas Schwab
  2012-12-24 17:49 ` Eli Zaretskii
  0 siblings, 2 replies; 13+ messages in thread
From: Lars Ingebrigtsen @ 2012-12-24 16:29 UTC (permalink / raw)
  To: emacs-devel

Gnus has a mode where it uses that there "ellipsis" thing to hide
summary lines.

`beginning-of-line' now doesn't move to the beginning of the line, but
to the beginning of one of the hidden lines, apparently.

So I thought this might do the trick:

    (while (not (bolp))
      (forward-line 0))

Nope.

But if I do that, and then do it again, then it works.  That is, if I
let the display loop run a bit, then it gets past the hidden line
ending.  Or something.

The documentation of `beginning-of-line' looks to be written in a
strange, foreign language that I can't make heads or tails of.
"Fields"?  What's a "field"?

So is this a bug or are we now supposed to replace all our
`beginning-of-line' calls with something new that makes point go to the
beginning of the line?
      
-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-12-31 17:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-24 16:29 beginning-on-line oddness Lars Ingebrigtsen
2012-12-24 16:56 ` Andreas Schwab
2012-12-24 17:05   ` Lars Ingebrigtsen
2012-12-24 17:49 ` Eli Zaretskii
2012-12-24 17:56   ` Lars Ingebrigtsen
2012-12-25 17:44     ` Eli Zaretskii
2012-12-25 17:51       ` Lars Ingebrigtsen
2012-12-25 18:44         ` Eli Zaretskii
2012-12-26 13:42           ` Lars Ingebrigtsen
2012-12-26 14:05           ` Ted Zlatanov
2012-12-26 19:10             ` Eli Zaretskii
2012-12-31 11:31               ` Ted Zlatanov
2012-12-31 17:20                 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).