emacs-devel
[Top][All Lists]
Advanced

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

Re: beginning-on-line oddness


From: Eli Zaretskii
Subject: Re: beginning-on-line oddness
Date: Tue, 25 Dec 2012 19:44:21 +0200

> From: Lars Ingebrigtsen <address@hidden>
> Cc: address@hidden
> Date: Mon, 24 Dec 2012 18:56:16 +0100
> MailScanner-NULL-Check: address@hidden
> 
> Eli Zaretskii <address@hidden> writes:
> 
> > Hard to tell without a simple reproducible recipe.  (No, I don't use
> > Gnus.)  Can this be shown in 'emacs -Q"?
> 
> Oh, I see that the ellipsis code now uses simple invisible text instead
> of the old ... code.
> 
> So:
> 
> (progn
>   (insert "hello")
>   (let ((point (point)))
>     (insert "\nyes\n")
>     (put-text-property point (1- (point)) 'invisible t)
>     (forward-char -1)
>     (beginning-of-line)))

And the problem is...?



reply via email to

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