From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.devel Subject: Re: beginning-on-line oddness Date: Mon, 24 Dec 2012 18:56:16 +0100 Message-ID: <87zk135o73.fsf@gnus.org> References: <87obhj2z3g.fsf@gnus.org> <83vcbrnxwc.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1356371797 21441 80.91.229.3 (24 Dec 2012 17:56:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Dec 2012 17:56:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 24 18:56:53 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TnCGf-0002Rn-0w for ged-emacs-devel@m.gmane.org; Mon, 24 Dec 2012 18:56:49 +0100 Original-Received: from localhost ([::1]:60822 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnCGQ-0004tU-Ta for ged-emacs-devel@m.gmane.org; Mon, 24 Dec 2012 12:56:34 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:33930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnCGM-0004tK-Hk for emacs-devel@gnu.org; Mon, 24 Dec 2012 12:56:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnCGK-0006rw-7c for emacs-devel@gnu.org; Mon, 24 Dec 2012 12:56:30 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:38284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnCGK-0006rY-0l; Mon, 24 Dec 2012 12:56:28 -0500 Original-Received: from ip-90-20-179-93.dialup.ice.net ([93.179.20.90] helo=rusty) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TnCGA-0001F1-Qr; Mon, 24 Dec 2012 18:56:19 +0100 X-Now-Playing: Winston Tong's _Theoretically Chinese_ In-Reply-To: <83vcbrnxwc.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 24 Dec 2012 19:49:23 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-MailScanner-ID: 1TnCGA-0001F1-Qr MailScanner-NULL-Check: 1356976580.26901@vutAJ4LqSLKBOyy3rsSRpA X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.224.195 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155866 Archived-At: Eli Zaretskii 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))) Except it uses overlays, but that's probably the same thing, I guess... -- (domestic pets only, the antidote for overdose, milk.) http://lars.ingebrigtsen.no * Lars Magne Ingebrigtsen