From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: HTML-Info design Date: Mon, 29 Dec 2014 18:11:36 +0200 Message-ID: <83egrijv0n.fsf@gnu.org> References: <83ppbanqhe.fsf@gnu.org> <87vbl2xigp.fsf@ferrier.me.uk> <83ioh2nlow.fsf@gnu.org> <87sig6xech.fsf@ferrier.me.uk> <83fvc5ni0u.fsf@gnu.org> <87k31fwwyv.fsf@ferrier.me.uk> <87bnmq9ibf.fsf@ferrier.me.uk> <87lhlrx5fc.fsf@building.gnus.org> <878uhrcr5l.fsf@building.gnus.org> <83sifzjflk.fsf@gnu.org> <87fvbyagaw.fsf@building.gnus.org> <871tnibsu7.fsf@violet.siamics.net> <87y4pq8zcy.fsf@building.gnus.org> <87wq5aabqt.fsf@violet.siamics.net> <87egri8wg0.fsf@building.gnus.org> <87sifya7sc.fsf@violet.siamics.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1419869540 19952 80.91.229.3 (29 Dec 2014 16:12:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2014 16:12:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ivan Shmakov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 29 17:12:12 2014 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 1Y5cvU-0001hr-7V for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2014 17:12:12 +0100 Original-Received: from localhost ([::1]:33853 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5cvT-0006Zb-F7 for ged-emacs-devel@m.gmane.org; Mon, 29 Dec 2014 11:12:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5cvE-0006ZE-64 for emacs-devel@gnu.org; Mon, 29 Dec 2014 11:11:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5cv9-0007wl-2K for emacs-devel@gnu.org; Mon, 29 Dec 2014 11:11:56 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:65049) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5cv8-0007wN-Qz for emacs-devel@gnu.org; Mon, 29 Dec 2014 11:11:51 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NHC00H00Q51LD00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Mon, 29 Dec 2014 18:11:49 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NHC00H7QQBP69A0@a-mtaout22.012.net.il>; Mon, 29 Dec 2014 18:11:49 +0200 (IST) In-reply-to: <87sifya7sc.fsf@violet.siamics.net> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:180842 Archived-At: > From: Ivan Shmakov > Date: Mon, 29 Dec 2014 13:45:55 +0000 >=20 > >>>>> Lars Ingebrigtsen writes: > >>>>> Ivan Shmakov writes: >=20 > >> Now, what=E2=80=99s the easy way to put the second sentence of = the right > >> column into the kill ring? >=20 > > That is, indeed, a problem. I usually kill the rectangle, paste= it > > into a different buffer, and extract the sentence there. Which = kinda > > sucks. >=20 > > However, it would be easy enough to fix this for =E2=80=98M-w= =E2=80=99 and friends > > with some text properties that say where the continuation of a l= ine > > is. >=20 > =09Either that or we could use a text property that=E2=80=99d point= back to > =09the =E2=80=9Crelevant=E2=80=9D DOM element (as in: subtree.) I think such a command should work independently of shr or eww or DOM or anything else. Or at least that's the ideal we should strive for.